mistral/mistral
Anastasia Kuznetsova ce3bec7780 Fix work of task() without task name within on-clause cases
Information about current task was removed from context too early.
As a result, it wasn't possible to get needed info from db during
task() yaql function processing without given task name.

Method "remove_current_task_from_context" was renamed to
"remove_internal_data_from_context" to have an ability to
use it in future for more common needs.

Change-Id: I14ba7b791b0ac7055f8c2cec3065833c60589c10
Closes-Bug: #1664625
(cherry picked from commit 7d4fb7dbc2)
2017-05-18 04:51:40 +00:00
..
actions Add missing swift actions 2017-03-28 16:59:22 +00:00
api Fix memory leak related to cached lookups 2017-02-21 18:09:59 +00:00
auth Remove logging import unused 2016-10-11 13:59:59 +07:00
cmd Display all the possible server values. 2016-12-15 09:24:53 +00:00
db Role based resource access control - update workflows 2017-01-17 23:07:39 +13:00
engine Add hide_args=True to @profiler.trace() where it may cause problems 2017-05-15 07:19:55 +00:00
event_engine Refactor rpc configuration loading 2017-01-26 11:30:35 +01:00
expressions Invalid jinja pattern regex corrected 2017-01-24 11:26:08 +01:00
hacking Enforce style check for xrange() 2017-02-16 11:25:31 +00:00
resources Fix for YaqlEvaluationException in std.create_instance workflow. 2016-07-12 00:29:23 -04:00
service Fix launch process of Mistral components 2016-11-30 17:42:15 +07:00
services Refactor RPC serialization: remove JsonPayloadSerializer class 2017-02-16 11:27:36 +00:00
tests Fix work of task() without task name within on-clause cases 2017-05-18 04:51:40 +00:00
utils Refactor RPC serialization: add polymophic serializer 2017-02-16 14:31:10 +00:00
workbook Allow hyphens in Workflow and ad-hoc action names 2017-01-20 14:21:25 +00:00
workflow Fix work of task() without task name within on-clause cases 2017-05-18 04:51:40 +00:00
__init__.py Remove eventlet monkey patch in mistral __init__ 2015-02-20 07:49:56 +00:00
_i18n.py Initial commit for mistral-i18n support 2016-11-28 17:09:19 +05:30
config.py Use i18n for help text 2017-01-03 08:06:49 +00:00
context.py Refactor RPC serialization: add polymophic serializer 2017-02-16 14:31:10 +00:00
exceptions.py Add Jinja evaluator 2016-10-05 11:27:29 +00:00
messaging.py Add event configuration for event trigger 2016-09-01 10:28:59 +12:00
serialization.py Refactor RPC serialization: add polymophic serializer 2017-02-16 14:31:10 +00:00
version.py Removed unnecessary utf-8 encoding 2017-01-11 02:58:04 +00:00