Skip to content

Conversation

@m4dcoder
Copy link
Contributor

Rollback fields from DictField to EscapedDictField because in various use cases, result may contain dictionary which IP address as key. DictField does not allow "." in the key name. The execution result may be published into the context and into workflow output and then passed as input into subworkflow. Appropriate fields are rolled back to EscapedDictField to avoid breaking existing user workflows.

Rollback fields from DictField to EscapedDictField because in various use cases, result may contain dictionary which IP address as key. DictField does not allow "." in the key name. The execution result may be published into the context and into workflow output and then passed as input into subworkflow. Appropriate fields are rolled back to EscapedDictField to avoid breaking existing user workflows.
@pull-request-size pull-request-size bot added the size/M PR that changes 30-99 lines. Good size to review. label Feb 24, 2020
@m4dcoder m4dcoder added this to the 3.2.0 milestone Feb 24, 2020
@m4dcoder m4dcoder requested a review from blag February 24, 2020 22:14
A test orquesta workflow is refactored to use a python action to return specific result. The use of the python action from the examples pack requires the virtualenv for the examples pack to be setup.
Copy link
Member

@arm4b arm4b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Considering it fixes the builds.

@m4dcoder m4dcoder merged commit 6d1809a into master Feb 25, 2020
@m4dcoder m4dcoder deleted the fix-workflow-db branch February 25, 2020 19:02
@blag
Copy link
Contributor

blag commented Feb 25, 2020

I'm glad we caught this before any users found it. 👍

@blag
Copy link
Contributor

blag commented Mar 23, 2020

Rolls back part of #4854.

@blag
Copy link
Contributor

blag commented Mar 23, 2020

Related: #4892.

punkrokk added a commit that referenced this pull request Jun 26, 2020
punkrokk pushed a commit that referenced this pull request Jul 16, 2020
…_sooner

Fixes: #4875 monkeypatch st2 sensor earlier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/M PR that changes 30-99 lines. Good size to review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants