elastic-recheck/elastic_recheck
Clark Boylan fea4d1f7ee Take advantage of the new build_short_uuid field.
Recently the elasticsearch schema was updated to include a
build_short_uuid field which has indexed the first 7 chars of the
build_uuid. This field is useful because it allows e-r to filter on that
field instead of searching on build_uuid.

Update e-r to filter on build_short_uuid which should make queries much
more performant. As part of this change replace variables named
short_build_uuid with build_short_uuid for consistency with the
elasticsearch schema.

Change-Id: Iae5323f3f5d2fd01f2c69f78b9403baf5ebafe85
2014-03-26 12:14:32 -07:00
..
cmd Fix elasticsearch URL for gate queue 2014-03-20 10:30:25 -07:00
tests Take advantage of the new build_short_uuid field. 2014-03-26 12:14:32 -07:00
__init__.py Further shuffling to get this to fit the standard code layout 2013-09-25 18:20:51 -07:00
bot.py Take advantage of the new build_short_uuid field. 2014-03-26 12:14:32 -07:00
elasticRecheck.py Take advantage of the new build_short_uuid field. 2014-03-26 12:14:32 -07:00
loader.py Revert "move to static LOG" 2014-03-06 11:12:43 -08:00
query_builder.py Take advantage of the new build_short_uuid field. 2014-03-26 12:14:32 -07:00
results.py Improved timestamp parsing 2014-02-20 20:39:41 -05:00