sahara/sahara/conductor
Trevor McKay f7bc1ad25a Support searching job executions by job status
As a convenience, allow job execution searches to be filtered by 'status'.
This search key will refer to the "info['status']" field in a JobExecution
record.  Because the "info" dictionary is stored as a string in the database,
and because it contains values from clients that may also contain 'status'
entries in nested objects, a substring search filter on the query is not reliable.
Instead results are filtered by Sahara after they are returned from sqlalchemy.

Partial-Implements: blueprint enable-result-filtering
Change-Id: I090b46514c7c920c3cac1a59a45e527ff87e488d
2014-12-02 17:12:03 -05:00
..
__init__.py Add translation support to service and missed modules 2014-07-31 13:20:58 +04:00
api.py Support searching job executions by job status 2014-12-02 17:12:03 -05:00
manager.py Support searching job executions by job status 2014-12-02 17:12:03 -05:00
objects.py Add db/conductor ops to work with new events objects 2014-11-27 14:52:27 +03:00
resource.py Added ability to access a swift from vanilla-1 hive 2014-11-13 17:08:55 +09:00