elastic-recheck/elastic_recheck
Matt Riedemann 6d862c4a84 Mark non-voting jobs in the graph
Commit e456a7afca added the
'allow-nonvoting' key to query yaml files so that we can
show non-voting job failures in the graph.

This change builds on that by displaying in the graph,
for non-voting job queries only based on that key, when a
job is non-voting with a simple "Voting: False" line.

Since the default behavior is to filter out non-voting
job results in all of the queries, we don't show anything
special in the graph for voting jobs since it would just
clutter up the output (non-voting is the exceptional case
we want to display).

Change-Id: Ibd75c6244abd10ad7cc491b4453339ad326a11ed
2016-02-15 08:46:21 -08:00
..
cmd Mark non-voting jobs in the graph 2016-02-15 08:46:21 -08:00
tests Add allow-nonvoting key 2016-02-01 07:55:30 -08:00
__init__.py Further shuffling to get this to fit the standard code layout 2013-09-25 18:20:51 -07:00
bot.py Fix default port in elastic search URL 2015-11-10 09:00:51 -08:00
elasticRecheck.py add a string repr for FailEvent 2015-12-02 14:44:56 -05:00
loader.py Add allow-nonvoting key 2016-02-01 07:55:30 -08:00
log.py import logging.config 2014-09-30 21:52:36 -04:00
query_builder.py Correct typos 2015-12-22 18:07:04 +05:30
results.py Fix elastic-recheck query command 2015-12-18 12:14:34 -08:00