deb-sahara/sahara/db
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
..
migration Add new events objects to Sahara 2014-11-27 14:51:10 +03:00
sqlalchemy Support searching job executions by job status 2014-12-02 17:12:03 -05:00
__init__.py Move the savanna subdir to sahara 2014-03-18 16:38:36 +04:00
api.py Support searching job executions by job status 2014-12-02 17:12:03 -05:00
base.py Drop obsolete oslo-confing-generator 2014-11-10 16:15:08 +03:00