Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] resulttool improvements
@ 2019-04-19  2:57 Joshua Watt
  2019-04-19  2:57 ` [PATCH 1/2] resulttool: Load results from URL Joshua Watt
  2019-04-19  2:57 ` [PATCH 2/2] resulttool: Add log subcommand Joshua Watt
  0 siblings, 2 replies; 5+ messages in thread
From: Joshua Watt @ 2019-04-19  2:57 UTC (permalink / raw)
  To: openembedded-core

Implements 2 improvements to resulttool:
 1) Result files can be loaded over http or https
 2) Adds a new subcommand to extract logs from result data

Joshua Watt (2):
  resulttool: Load results from URL
  resulttool: Add log subcommand

 scripts/lib/resulttool/log.py         | 56 +++++++++++++++++++++++++++
 scripts/lib/resulttool/merge.py       |  8 ++--
 scripts/lib/resulttool/regression.py  |  6 +--
 scripts/lib/resulttool/report.py      |  2 +-
 scripts/lib/resulttool/resultutils.py | 23 +++++++++--
 scripts/lib/resulttool/store.py       |  4 +-
 scripts/resulttool                    |  2 +
 7 files changed, 87 insertions(+), 14 deletions(-)
 create mode 100644 scripts/lib/resulttool/log.py

-- 
2.20.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-04-19 13:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-19  2:57 [PATCH 0/2] resulttool improvements Joshua Watt
2019-04-19  2:57 ` [PATCH 1/2] resulttool: Load results from URL Joshua Watt
2019-04-19  2:57 ` [PATCH 2/2] resulttool: Add log subcommand Joshua Watt
2019-04-19  5:05   ` akuster808
2019-04-19 13:14     ` Joshua Watt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox