Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow execution of each Watcher action in array #4068

Merged
merged 2 commits into from
Sep 4, 2019
Merged

Conversation

russcam
Copy link
Contributor

@russcam russcam commented Sep 3, 2019

Relates: #4001

This commit introduces Foreach on Watcher actions, to allow execution of the Watcher
action on each element in an array specified by the path assigned to foreach.

Add condition to Watcher actions and ensure condition and transform are serialized.

Add integration test for Action foreach, transform and condition.

Relates: #4001

This commit introduces Foreach on Watcher actions, to allow execution of the Watcher
action on each element in an array specified by the path assigned to foreach.

Add condition to Watcher actions and ensure condition and transform are serialized.

Add integration test for Action foreach, transform and condition.
@russcam russcam merged commit 8acde7e into 7.x Sep 4, 2019
russcam added a commit that referenced this pull request Sep 4, 2019
* Allow execution of each Watcher action in array

Relates: #4001

This commit introduces Foreach on Watcher actions, to allow execution of the Watcher
action on each element in an array specified by the path assigned to foreach.

Add condition to Watcher actions and ensure condition and transform are serialized.
Add integration test for Action foreach, transform and condition.

(cherry picked from commit 8acde7e)
@russcam
Copy link
Contributor Author

russcam commented Sep 4, 2019

ported to master

@Mpdreamz Mpdreamz deleted the feature/foreach-action branch November 6, 2019 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants