deb-mistral/mistral/workflow
Anastasia Kuznetsova 65ee32721f Fix more tests in python34 gate
Patch contains fixes for following errors:
- 'filter' object is not subscriptable (fix in mistral/tests/base.py)
- Unicode-objects must be encoded before hashing (fix in
mistral/db/v2/sqlalchemy/models.py)
- 'dict' object has no attribute 'itervalues' (fixes in
mistral/workbook/v2/workflows.py and mistral/workflow/data_flow.py)
- 'dict_items' object does not support indexing (fix in
mistral/workbook/base.py)
- object.__new__(dict_keys) is not safe, use dict_keys.__new__()
(fix in mistral/engine/utils.py)

Partial-Bug: #1378537

Change-Id: Ic9ecae34cce9b1190cef4fd53d2012117002a4c2
2015-09-24 11:16:04 +03:00
..
__init__.py Initial commit for the new engine 2014-08-06 16:24:26 +07:00
base.py Raising exception if there aren't start tasks in direct workflow 2015-09-08 15:58:03 +06:00
commands.py Adding validation of workflow graph 2015-09-17 11:57:42 +00:00
data_flow.py Fix more tests in python34 gate 2015-09-24 11:16:04 +03:00
direct_workflow.py Raising exception if there aren't start tasks in direct workflow 2015-09-08 15:58:03 +06:00
reverse_workflow.py Adding validation of workflow graph 2015-09-17 11:57:42 +00:00
states.py Enable workflow to be resumable from errors 2015-08-03 17:11:11 +00:00
utils.py Add YAQL function 'task' to extract info about task in DSL 2015-09-08 19:11:11 +06:00
with_items.py Fixing working concurrency when value is YAQL 2015-08-27 12:44:20 +00:00