diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed07554..88ac030 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: DOCKER_DRIVER: overlay2 PACKAGES_LIST: ros2trace tracetools tracetools_launch tracetools_read tracetools_test tracetools_trace - BASE_IMAGE_ID: registry.gitlab.com/micro-ros/ros_tracing/ci_base + BASE_IMAGE_ID: registry.gitlab.com/ros-tracing/ci_base DISTRO: foxy stages: @@ -76,4 +76,4 @@ trigger_gen_docs: refs: - master - foxy - trigger: micro-ROS/ros_tracing/ros2_tracing-api + trigger: ros-tracing/ros2_tracing-api diff --git a/README.md b/README.md index 8781aea..363c0e4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ros2_tracing -[![pipeline status](https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing/badges/master/pipeline.svg)](https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing/commits/master) +[![pipeline status](https://gitlab.com/ros-tracing/ros2_tracing/badges/master/pipeline.svg)](https://gitlab.com/ros-tracing/ros2_tracing/commits/master) Tracing tools for ROS 2. @@ -76,7 +76,7 @@ Library to support instrumenting ROS packages, including core packages. This package claims to be in the **Quality Level 3** category, see the [Quality Declaration](./tracetools/QUALITY_DECLARATION.md) for more details. -See the [API documentation](https://micro-ros.gitlab.io/ros_tracing/ros2_tracing-api/). +See the [API documentation](https://ros-tracing.gitlab.io/ros2_tracing-api/). ### tracetools_launch @@ -96,4 +96,4 @@ Package containing tools to enable tracing. ## Analysis -See [`tracetools_analysis`](https://gitlab.com/micro-ROS/ros_tracing/tracetools_analysis). +See [`tracetools_analysis`](https://gitlab.com/ros-tracing/tracetools_analysis). diff --git a/ros2trace/setup.py b/ros2trace/setup.py index f9bc6cf..92a6c09 100644 --- a/ros2trace/setup.py +++ b/ros2trace/setup.py @@ -24,7 +24,7 @@ setup( ), author='Christophe Bedard', author_email='fixed-term.christophe.bourquebedard@de.bosch.com', - url='https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing', + url='https://gitlab.com/ros-tracing/ros2_tracing', keywords=[], description='The trace command for ROS 2 command line tools.', long_description=( diff --git a/tracetools/QUALITY_DECLARATION.md b/tracetools/QUALITY_DECLARATION.md index bbb0aa0..547fe2e 100644 --- a/tracetools/QUALITY_DECLARATION.md +++ b/tracetools/QUALITY_DECLARATION.md @@ -73,7 +73,7 @@ It does not currently have a features list with links to the corresponding featu ### Public API Documentation [3.ii] -`tracetools` has embedded API documentation which can be generated using doxygen. The latest version can be viewed [here](https://micro-ros.gitlab.io/ros_tracing/ros2_tracing-api/). +`tracetools` has embedded API documentation which can be generated using doxygen. The latest version can be viewed [here](https://ros-tracing.gitlab.io/ros2_tracing-api/). New additions to the public API require documentation before being added. @@ -112,7 +112,7 @@ This includes: Changes are required to make a best effort to keep or increase coverage before being accepted, but decreases are allowed if properly justified and accepted by reviewers. -Current coverage statistics can be viewed [on codecov.io](https://codecov.io/gl/micro-ROS:ros_tracing/ros2_tracing) or in the [results of the latest `coverage` CI job](https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing/pipelines/latest). +Current coverage statistics can be viewed [on codecov.io](https://codecov.io/gl/ros-tracing/ros2_tracing) or in the [results of the latest `coverage` CI job](https://gitlab.com/ros-tracing/ros2_tracing/pipelines/latest). ### Performance [4.iv] diff --git a/tracetools_launch/setup.py b/tracetools_launch/setup.py index 937de45..2494b08 100644 --- a/tracetools_launch/setup.py +++ b/tracetools_launch/setup.py @@ -26,7 +26,7 @@ setup( ), author='Christophe Bedard', author_email='fixed-term.christophe.bourquebedard@de.bosch.com', - url='https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing', + url='https://gitlab.com/ros-tracing/ros2_tracing', keywords=[], description='Launch integration for tracing.', long_description=( diff --git a/tracetools_read/setup.py b/tracetools_read/setup.py index 4596c53..f839ca3 100644 --- a/tracetools_read/setup.py +++ b/tracetools_read/setup.py @@ -23,7 +23,7 @@ setup( ), author='Christophe Bedard', author_email='fixed-term.christophe.bourquebedard@de.bosch.com', - url='https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing', + url='https://gitlab.com/ros-tracing/ros2_tracing', keywords=[], description='Tools for reading traces.', license='Apache 2.0', diff --git a/tracetools_trace/setup.py b/tracetools_trace/setup.py index b266a3a..f822156 100644 --- a/tracetools_trace/setup.py +++ b/tracetools_trace/setup.py @@ -23,7 +23,7 @@ setup( ), author='Christophe Bedard', author_email='fixed-term.christophe.bourquebedard@de.bosch.com', - url='https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing', + url='https://gitlab.com/ros-tracing/ros2_tracing', keywords=[], description='Tools for setting up tracing sessions.', long_description=( diff --git a/tracetools_trace/tracetools_trace/tools/lttng.py b/tracetools_trace/tracetools_trace/tools/lttng.py index 31a7d93..1d033d3 100644 --- a/tracetools_trace/tracetools_trace/tools/lttng.py +++ b/tracetools_trace/tracetools_trace/tools/lttng.py @@ -97,7 +97,7 @@ def is_lttng_installed() -> bool: """ message_doc = ( 'Cannot trace. See documentation at: ' - 'https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing' + 'https://gitlab.com/ros-tracing/ros2_tracing' ) system = platform.system() if 'Linux' != system: diff --git a/tracing.repos b/tracing.repos index 45a0421..c557928 100644 --- a/tracing.repos +++ b/tracing.repos @@ -1,9 +1,9 @@ repositories: - micro-ROS/ros_tracing/ros2_tracing: + ros-tracing/ros2_tracing: type: git - url: https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git + url: https://gitlab.com/ros-tracing/ros2_tracing.git version: master tracetools_analysis: type: git - url: https://gitlab.com/micro-ROS/ros_tracing/tracetools_analysis.git + url: https://gitlab.com/ros-tracing/tracetools_analysis.git version: master