RETIRED, further work has moved to Debian project infrastructure
Go to file
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
doc/source Added get_open_ports description to plugin SPI 2014-12-01 15:30:27 -08:00
etc Sample JSON files for Sahara EDP APIs 2014-11-24 15:13:53 -05:00
sahara Support searching job executions by job status 2014-12-02 17:12:03 -05:00
tools Pylint check was broken after pylint update 2014-11-18 15:48:30 -08:00
.coveragerc Move the savanna subdir to sahara 2014-03-18 16:38:36 +04:00
.gitignore Removed a duplicate directive 2014-08-04 22:39:08 -05:00
.gitreview Update .gitreview to point on updated repo 2014-03-12 16:55:37 +04:00
.mailmap Add entry for Yevgen Runts to avoid dup author 2014-09-18 18:06:56 -07:00
.testr.conf Group tests by class 2014-08-04 14:59:13 +04:00
babel.cfg First steps for i18n support 2013-08-26 22:16:45 +04:00
CONTRIBUTING.rst Update CONTRIBUTING.rst 2014-09-29 16:11:40 -04:00
HACKING.rst Change savanna references in top level docs 2014-03-20 15:21:35 -04:00
LICENSE copyright has been added 2013-03-11 10:30:40 +04:00
MANIFEST.in Merge "Add Hive support to CDH plugin" 2014-10-22 20:38:19 +00:00
openstack-common.conf Drop obsolete oslo-confing-generator 2014-11-10 16:15:08 +03:00
pylintrc Removed attempt to ignore tests in pylint 2014-09-11 15:35:25 +00:00
README.rst Standardize README header 2014-03-29 14:12:44 +00:00
requirements.txt Updated from global requirements 2014-11-23 09:40:51 +00:00
run_tests.sh Fixup 'savanna' references in run_tests.sh 2014-03-20 16:52:42 -04:00
setup.cfg Drop obsolete oslo-confing-generator 2014-11-10 16:15:08 +03:00
setup.py Updated from global requirements 2014-04-30 02:47:09 +00:00
test-requirements.txt Updated from global requirements 2014-11-20 14:12:30 +00:00
tox.ini Remove py26 from tox 2014-11-25 17:08:49 +01:00