Skip to content

add GroupAction for conditionally including other actions and scoping#133

Merged
wjwwood merged 1 commit intomasterfrom
feature/group_action
Aug 28, 2018
Merged

add GroupAction for conditionally including other actions and scoping#133
wjwwood merged 1 commit intomasterfrom
feature/group_action

Conversation

@wjwwood
Copy link
Copy Markdown
Member

@wjwwood wjwwood commented Aug 28, 2018

fixes #106

See #106 for details of how it works, but in short it's an action that just yields other actions (sort of like a launch description, but without a source) and it can also have a condition for its inclusion (like all actions) and it can also optionally scope all changes to launch configurations made by actions within it.

This class is mostly syntactic sugar since it only uses other existing actions to be implemented.

Signed-off-by: William Woodall <william@osrfoundation.org>
@wjwwood wjwwood added enhancement New feature or request in review Waiting for review (Kanban column) labels Aug 28, 2018
@wjwwood wjwwood self-assigned this Aug 28, 2018
@wjwwood
Copy link
Copy Markdown
Member Author

wjwwood commented Aug 28, 2018

CI:

  • Linux Build Status
  • Linux @ Xenial Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@wjwwood wjwwood merged commit fe6b296 into master Aug 28, 2018
@wjwwood wjwwood removed the in review Waiting for review (Kanban column) label Aug 28, 2018
@wjwwood wjwwood deleted the feature/group_action branch August 28, 2018 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[launch] add new Action called GroupAction

2 participants