65ee32721f
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 |
||
---|---|---|
.. | ||
__init__.py | ||
base.py | ||
commands.py | ||
data_flow.py | ||
direct_workflow.py | ||
reverse_workflow.py | ||
states.py | ||
utils.py | ||
with_items.py |