deb-sahara/sahara/db/sqlalchemy
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 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
model_base.py Migration to oslo.db 2014-07-28 13:43:12 +04:00
models.py Add new events objects to Sahara 2014-11-27 14:51:10 +03:00
types.py Migrate to oslo.serialization 2014-09-09 17:02:23 +04:00