mistral/mistral/utils
Renat Akhmerov c49212e171 Make it possible to set None to REST API filters
* Added a list argument to the method get_all() of the executions
  API controller class that may contain names of columns that a
  client wants to set to the null value (None internally in the
  code) in the query string. Thereby we're getting the ability to
  filter API entities (currently only workflow executions) fetched
  with the get_all() by some fields that are assigned to the None
  (null from the API perspective) value, i.e. typically it means
  that a value of a field is not defined.

Closes-Bug: #1702421
Change-Id: I78fbf993519beb63ee9aef7058bdcb40f0a12ec3
2019-11-18 12:15:34 +07:00
..
openstack Use v2 designate client instead of v1 2019-09-18 14:42:56 +07:00
__init__.py moved generic util functions from mistral to mistral-lib 2019-09-13 04:06:27 +00:00
expression_utils.py moved generic util functions from mistral to mistral-lib 2019-09-13 04:06:27 +00:00
filter_utils.py Make it possible to set None to REST API filters 2019-11-18 12:15:34 +07:00
inspect_utils.py inspect.getargspec is deprecated on py3 2019-04-15 10:30:20 +03:00
javascript.py Add missing :param statement in doc string 2019-10-15 17:06:27 +02:00
profiler.py moved generic util functions from mistral to mistral-lib 2019-09-13 04:06:27 +00:00
rest_utils.py Add "published_global" field to the task execution REST resource 2019-09-05 04:37:03 +00:00
ssh_utils.py Using std.ssh without private_key_filename causes TypeError 2019-10-23 05:10:43 +00:00
wf_trace.py Fix wf_trace info adding useless space at some conditions 2017-11-15 00:48:49 -05:00