-
Notifications
You must be signed in to change notification settings - Fork 142
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
Add frontend module in launch, launch_xml and launch_yaml packages #226
Commits on Jun 10, 2019
-
Added launch_fronted abstract entity
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1090efa - Browse repository at this point
Copy the full SHA 1090efaView commit details -
Add launch_xml entity implementation
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a894f2 - Browse repository at this point
Copy the full SHA 5a894f2View commit details -
Add parse_executable function and test
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3958430 - Browse repository at this point
Copy the full SHA 3958430View commit details -
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f23772d - Browse repository at this point
Copy the full SHA f23772dView commit details -
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df8c439 - Browse repository at this point
Copy the full SHA df8c439View commit details -
Add expose_action and expose_substitution functions
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 471e406 - Browse repository at this point
Copy the full SHA 471e406View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9807d4d - Browse repository at this point
Copy the full SHA 9807d4dView commit details -
Add interpolate substitution function
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60e28d0 - Browse repository at this point
Copy the full SHA 60e28d0View commit details -
Updated xml 'executable' action test. Corrected parser module
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e8fac7 - Browse repository at this point
Copy the full SHA 9e8fac7View commit details -
Corrected error checking in decorators
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43d87c7 - Browse repository at this point
Copy the full SHA 43d87c7View commit details -
Correct launch_frontend.Entity
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a03121 - Browse repository at this point
Copy the full SHA 7a03121View commit details -
Load entry_points which add parsing methods
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2c50dd - Browse repository at this point
Copy the full SHA e2c50ddView commit details -
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68cba5a - Browse repository at this point
Copy the full SHA 68cba5aView commit details -
Used parse_substitution in parse_executable
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4450dd5 - Browse repository at this point
Copy the full SHA 4450dd5View commit details -
Changed entity 'frontend' staticmethod to a property
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc0af6e - Browse repository at this point
Copy the full SHA cc0af6eView commit details -
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ddbe05 - Browse repository at this point
Copy the full SHA 3ddbe05View commit details -
Updated cleaner executable args handling using list
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a347fe - Browse repository at this point
Copy the full SHA 4a347feView commit details -
Using a grammar for parsing substitutions. Moved to frontend specific…
… parsers. Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3dd5c31 - Browse repository at this point
Copy the full SHA 3dd5c31View commit details -
Corrected type annotations in substitution_parse_methods
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e281f4 - Browse repository at this point
Copy the full SHA 2e281f4View commit details -
* Updated entity abstraction to allow get typed values.
* Updated xml entity with above change. * Updated action parsing methods. Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d4bca7 - Browse repository at this point
Copy the full SHA 9d4bca7View commit details -
Added yaml launch frontend implementation
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf2ad68 - Browse repository at this point
Copy the full SHA bf2ad68View commit details -
* Replaced map usage with list comprehensions.
* Added not found attribute checking for type 'list[Entity]'. Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5a0645 - Browse repository at this point
Copy the full SHA e5a0645View commit details -
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43c77f5 - Browse repository at this point
Copy the full SHA 43c77f5View commit details -
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65871e9 - Browse repository at this point
Copy the full SHA 65871e9View commit details -
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc2f03c - Browse repository at this point
Copy the full SHA bc2f03cView commit details -
Add test for let action and var substitution
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7089121 - Browse repository at this point
Copy the full SHA 7089121View commit details -
Correct bugs in type_utils. Updated related doc.
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e1f9e2 - Browse repository at this point
Copy the full SHA 3e1f9e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ba7e9d - Browse repository at this point
Copy the full SHA 0ba7e9dView commit details -
Corrected substitution grammar. Completed substitution test
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3e08a4 - Browse repository at this point
Copy the full SHA f3e08a4View commit details -
Add new test substitution case
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0efe06 - Browse repository at this point
Copy the full SHA c0efe06View commit details -
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a30270 - Browse repository at this point
Copy the full SHA 6a30270View commit details -
Allow code reusage of base class parsing method
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea58a13 - Browse repository at this point
Copy the full SHA ea58a13View commit details -
Clearer launch_yaml.Entity constructor
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51d080e - Browse repository at this point
Copy the full SHA 51d080eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f13144 - Browse repository at this point
Copy the full SHA 3f13144View commit details -
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 595fa9c - Browse repository at this point
Copy the full SHA 595fa9cView commit details -
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 244dbbe - Browse repository at this point
Copy the full SHA 244dbbeView commit details -
Correct error with brute force load
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a711306 - Browse repository at this point
Copy the full SHA a711306View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4d7ecc - Browse repository at this point
Copy the full SHA f4d7eccView commit details -
Add option for reading value as an string in yaml format
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 889dbdb - Browse repository at this point
Copy the full SHA 889dbdbView commit details -
Revert "Add option for reading value as an string in yaml format"
This reverts commit cd4ff85. Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d6076b - Browse repository at this point
Copy the full SHA 7d6076bView commit details -
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f6f911 - Browse repository at this point
Copy the full SHA 1f6f911View commit details
Commits on Jun 11, 2019
-
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1e30cd - Browse repository at this point
Copy the full SHA b1e30cdView commit details
Commits on Jun 13, 2019
-
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5cb565c - Browse repository at this point
Copy the full SHA 5cb565cView commit details
Commits on Jun 18, 2019
-
Add parsing function for include and group actions. Added related tests
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7d190f - Browse repository at this point
Copy the full SHA e7d190fView commit details
Commits on Jun 25, 2019
-
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8764df0 - Browse repository at this point
Copy the full SHA 8764df0View commit details
Commits on Jun 28, 2019
-
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be1e683 - Browse repository at this point
Copy the full SHA be1e683View commit details
Commits on Jul 1, 2019
-
Merged launch_frontend into launch package
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68dc487 - Browse repository at this point
Copy the full SHA 68dc487View commit details
Commits on Jul 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 740c204 - Browse repository at this point
Copy the full SHA 740c204View commit details -
Corrected type utils again after further testing
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0d0749 - Browse repository at this point
Copy the full SHA f0d0749View commit details
Commits on Jul 3, 2019
-
Delete launch_frontend dependency
Signed-off-by: ivan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9a2845 - Browse repository at this point
Copy the full SHA d9a2845View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75268fc - Browse repository at this point
Copy the full SHA 75268fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8a4b06 - Browse repository at this point
Copy the full SHA f8a4b06View commit details -
Configuration menu - View commit details
-
Copy full SHA for a64faaa - Browse repository at this point
Copy the full SHA a64faaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc8b2c8 - Browse repository at this point
Copy the full SHA fc8b2c8View commit details -
Restrict conversions in type_utils
Signed-off-by: ivan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18cf4a0 - Browse repository at this point
Copy the full SHA 18cf4a0View commit details
Commits on Jul 4, 2019
-
Correct ExecuteProcess parsing method
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ecf9a04 - Browse repository at this point
Copy the full SHA ecf9a04View commit details -
Allow quoted strings in substitution grammar
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4478603 - Browse repository at this point
Copy the full SHA 4478603View commit details -
Avoid using yaml convertions in type_utils
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e52e94 - Browse repository at this point
Copy the full SHA 6e52e94View commit details -
Renamed launch_frontend folder in test to frontend. Updated test_subs…
…titution.py Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5dd0ac0 - Browse repository at this point
Copy the full SHA 5dd0ac0View commit details
Commits on Jul 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 85b39c9 - Browse repository at this point
Copy the full SHA 85b39c9View commit details -
Update type utils for allowing non uniform lists
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e2f5ae - Browse repository at this point
Copy the full SHA 2e2f5aeView commit details -
Add a way of escaping the characters as the string passed by the subs…
…titution parser Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afee3e6 - Browse repository at this point
Copy the full SHA afee3e6View commit details -
Correct execute_process method for correctly escape characters
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec3ce5c - Browse repository at this point
Copy the full SHA ec3ce5cView commit details
Commits on Jul 8, 2019
-
Update type_utils in favour of heavy usage of typing objects
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b3ecf2 - Browse repository at this point
Copy the full SHA 4b3ecf2View commit details -
Correct error in coerce_to_str method
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38b8c0c - Browse repository at this point
Copy the full SHA 38b8c0cView commit details -
Install grammar.lark correctly
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for efaf9c3 - Browse repository at this point
Copy the full SHA efaf9c3View commit details -
Solved strange problem when installing grammar.lark when using --syml…
…ink-install Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3822fcd - Browse repository at this point
Copy the full SHA 3822fcdView commit details
Commits on Jul 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1b73e5d - Browse repository at this point
Copy the full SHA 1b73e5dView commit details -
Avoid using issubclass with typing objects
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f15b0f2 - Browse repository at this point
Copy the full SHA f15b0f2View commit details -
Add missing dependency with lark parcer
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5f6a95 - Browse repository at this point
Copy the full SHA b5f6a95View commit details -
Use posix style paths in launch files
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c81e11 - Browse repository at this point
Copy the full SHA 3c81e11View commit details -
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba9ab09 - Browse repository at this point
Copy the full SHA ba9ab09View commit details -
Further corrections of type_utils on Windows
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b07333 - Browse repository at this point
Copy the full SHA 7b07333View commit details -
Solve path problem in test_include
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 091ae9c - Browse repository at this point
Copy the full SHA 091ae9cView commit details
Commits on Jul 10, 2019
-
Signed-off-by: ivanpauno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for deada40 - Browse repository at this point
Copy the full SHA deada40View commit details