mistral/mistral/workbook
Michal Gershenzon eb6c0513c6 Yaql Tasks Function
This new function will allow user to get a list of tasks matching certain
filter. For example only task in state ERROR from the current execution.

It is very useful for debugging, but also very expensive, since it might
require multiple DB queries. In addition it is important to remember a lot
of data can return from this function, so it should be used carefully

Change-Id: I452175bfb60636ed8de9b2b1ceab615359765964
Implements: blueprint yaql-tasks-function
Implements: blueprint yaql-errors-function
2016-11-30 15:49:08 +00:00
..
v2 Yaql Tasks Function 2016-11-30 15:49:08 +00:00
__init__.py Implement new object-model specification 2014-03-12 14:58:54 +04:00
base.py Add Jinja evaluator 2016-10-05 11:27:29 +00:00
parser.py Import haskey from keys module 2016-10-05 14:28:03 +05:30
types.py Add Jinja evaluator 2016-10-05 11:27:29 +00:00