Skip to content

Commit

Permalink
Add changelogs (#473)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
  • Loading branch information
ivanpauno authored May 7, 2021
1 parent 8fc14b4 commit f460b6e
Show file tree
Hide file tree
Showing 6 changed files with 1,817 additions and 0 deletions.
74 changes: 74 additions & 0 deletions test_cli/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package test_cli
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.11.1 (2021-04-26)
-------------------

0.11.0 (2021-04-06)
-------------------

0.10.0 (2021-03-18)
-------------------
* Update maintainers. (`#450 <https://github.com/ros2/system_tests/issues/450>`_)
* Enable -Wall, -Wextra, and -Wpedantic. (`#447 <https://github.com/ros2/system_tests/issues/447>`_)
* Contributors: Audrow Nash, Jacob Perron

0.9.1 (2020-07-06)
------------------

0.9.0 (2020-06-04)
------------------

0.8.0 (2019-11-20)
------------------
* 0.8.0
* Promote special CLI rules to flags. (`#385 <https://github.com/ros2/system_tests/issues/385>`_)
* Use of -r/--remap flags where appropriate. (`#384 <https://github.com/ros2/system_tests/issues/384>`_)
* Adapt to '--ros-args ... [--]'-based ROS args extraction. (`#381 <https://github.com/ros2/system_tests/issues/381>`_)
* Use --ros-args in test_cli package tests.
* Use --ros-args in test_cli_remapping package tests.
* Remove the test_cli dependency on launch. (`#375 <https://github.com/ros2/system_tests/issues/375>`_)
It never uses it, so we don't need it.
* [test_cli] don't fail the build if the test is missing. (`#371 <https://github.com/ros2/system_tests/issues/371>`_)
* Contributors: Chris Lalancette, Michael Carroll, Michel Hidalgo, Mikael Arguedas

0.7.1 (2019-05-29)
------------------
* Update to use new parameter option names. (`#370 <https://github.com/ros2/system_tests/issues/370>`_)
* Contributors: William Woodall

0.7.0 (2019-05-20)
------------------
* Disable long term flaky test test_params_yaml. (`#369 <https://github.com/ros2/system_tests/issues/369>`_)
* Declaring initial parameters. (`#358 <https://github.com/ros2/system_tests/issues/358>`_)
* Merge pull request `#356 <https://github.com/ros2/system_tests/issues/356>`_ from ros2/issue/`#321 <https://github.com/ros2/system_tests/issues/321>`__enhance_parameter_api
Using new parameter API: allowing undeclared parameters.
* Using new parameter API; allowing undeclared parameters.
* Read only parameters. (`#278 <https://github.com/ros2/system_tests/issues/278>`_)
* Expect declared parameters + use_sim_time
* Replace create_parameter with declare_parameter
* Expect declared parameters + use_sim_time
* Replace create_parameter with declare_parameter
* Fixup node constructor now that we have NodeOptions
* Cleanup test_parameters_server.cpp
* Silence warnings for tests of deprecated methods
* Remove redundant test (now lives in rclcpp's test_node.cpp)
* Fixup tests
* Extend deprecation warning suppression to support Windows too
* Use option to allow declaring of parameters via yaml file for test
* Fixes a failing test introduced by the switch to array.array. (`#341 <https://github.com/ros2/system_tests/issues/341>`_)
* Contributors: Dirk Thomas, Juan Ignacio Ubeira, Shane Loretz

0.6.0 (2018-12-14)
------------------
* Test parameter behavior for rclpy nodes. (`#293 <https://github.com/ros2/system_tests/issues/293>`_)
* Use debug python executable on windows. (`#281 <https://github.com/ros2/system_tests/issues/281>`_)
* Use debug python executable on windows
* Get python debug executable from pythonextra
* Test initializing parameters from command line. (`#274 <https://github.com/ros2/system_tests/issues/274>`_)
* Add test_cli package with tests for __params:= argument
* Contributors: Shane Loretz, Steven! Ragnarök

0.4.0 (2017-12-08)
------------------
79 changes: 79 additions & 0 deletions test_cli_remapping/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package test_cli_remapping
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.11.1 (2021-04-26)
-------------------
* Fix test_cli_remapping flaky test. (`#470 <https://github.com/ros2/system_tests/issues/470>`_)
* Contributors: Shane Loretz

0.11.0 (2021-04-06)
-------------------

0.10.0 (2021-03-18)
-------------------
* Update maintainers. (`#450 <https://github.com/ros2/system_tests/issues/450>`_)
* Enable -Wall, -Wextra, and -Wpedantic. (`#448 <https://github.com/ros2/system_tests/issues/448>`_)
* Contributors: Audrow Nash, Jacob Perron

0.9.1 (2020-07-06)
------------------

0.9.0 (2020-06-04)
------------------
* Remove ready_fn, and one self.proc_info. (`#391 <https://github.com/ros2/system_tests/issues/391>`_)
* Contributors: Peter Baughman

0.8.0 (2019-11-20)
------------------
* 0.8.0
* Use of -r/--remap flags where appropriate. (`#384 <https://github.com/ros2/system_tests/issues/384>`_)
* Adapt to '--ros-args ... [--]'-based ROS args extraction. (`#381 <https://github.com/ros2/system_tests/issues/381>`_)
* Use --ros-args in test_cli package tests.
* Use --ros-args in test_cli_remapping package tests.
* Contributors: Michael Carroll, Michel Hidalgo

0.7.1 (2019-05-29)
------------------

0.7.0 (2019-05-20)
------------------
* Fix deprecation warnings. (`#364 <https://github.com/ros2/system_tests/issues/364>`_)
* Changes to avoid deprecated API's. (`#361 <https://github.com/ros2/system_tests/issues/361>`_)
* Changes to avoid deprecated API's
* Review comments
* Migrate launch tests to new launch_testing features & API. (`#340 <https://github.com/ros2/system_tests/issues/340>`_)
* Update after launch_testing features becoming legacy.
* Migrate test_rclcpp tests to new launch_testing API.
* Migrate test_communication tests to new launch_testing API.
* Migrate test_security tests to new launch_testing API.
* Migrate test_cli_remapping tests to new launch_testing API.
* Stop using injected attributes in launch tests.
* Bump test_rclcpp tests timeout to please CI.
* Fix PATH in test_security tests.
* Bump test_security tests timeout to please CI.
* Address peer review comments.
* Please flake8 on test_cli_remapping.
* Add launch along with launch_testing as test dependencies. (`#334 <https://github.com/ros2/system_tests/issues/334>`_)
* Drops legacy launch API usage. (`#328 <https://github.com/ros2/system_tests/issues/328>`_)
* Drops legacy launch API usage.
* Fixes style issues.
* Drops more legacy launch API use cases.
* Adds launch_testing as test_security dependency.
* Applies misc fixes after Windows triaging.
* Applies more fixes after Windows triaging.
* Disables test_rclcpp cross vendor tests on Windows.
* Contributors: Jacob Perron, Michel Hidalgo, William Woodall

0.6.0 (2018-12-14)
------------------
* Use debug python executable on windows. (`#281 <https://github.com/ros2/system_tests/issues/281>`_)
* Use debug python executable on windows
* Get python debug executable from pythonextra
* Use new launch legacy namespace. (`#275 <https://github.com/ros2/system_tests/issues/275>`_)
* Add tests for command line remapping. (`#268 <https://github.com/ros2/system_tests/issues/268>`_)
* Add tests for command line remapping
* Contributors: Mikael Arguedas, Shane Loretz

0.4.0 (2017-12-08)
------------------
Loading

0 comments on commit f460b6e

Please sign in to comment.