subunit2sql/subunit2sql/analysis
Gavin Brebner 80ff853795 Dailycount should not need build_queue to exist.
Dailycount assumes that there is a metadata item called build_queue
with value gate and if this does not exist in the database, the
tool will fail messily. This patch allows you to specify the md
key and value to be used.

Note, it also treats NAN data by filling with 0 - otherwise
the graph gets very confused.

Patch set 2 -
  Fixed pep8 issues.
  Fixed option ordering issue as per review comments.

Patch set 3 -
  Removed debug print statement.

Change-Id: I51baf2ee15d65e315c8142824fae13d964d9f973
Story: 2001034
2017-06-16 15:34:45 +02:00
..
__init__.py Add tool for generating line graphs of test run times 2015-01-06 15:38:41 -05:00
agg_count.py Fix date format for agg_count and get_test_counts_in_date_range() 2016-05-16 15:12:13 -04:00
dailycount.py Dailycount should not need build_queue to exist. 2017-06-16 15:34:45 +02:00
failures.py Use the test_id column as the test identifier 2015-11-19 13:47:13 -05:00
graph.py Add new graph time for variance of individual tests 2017-03-08 11:33:20 -05:00
run_failure_rate.py Fix run_failure_rate title parameter 2017-03-31 11:51:46 +09:00
run_time.py Merge "Add dates to x-axis for subunit2sql graphs" 2015-12-01 08:54:10 +00:00
run_time_meta.py Add run_time_meta arge to specify values to use in graph 2017-03-06 16:01:38 -05:00
test_run_time.py Add new graph time for variance of individual tests 2017-03-08 11:33:20 -05:00
utils.py Add start and stop date options to subunit2sql-graph 2015-04-30 10:14:10 -04:00