Skip to content

Commit 14d1269

Browse files
committed
Clean old python YAML validator
Signed-off-by: David Laseca Perez <davidlaseca@eprosima.com>
1 parent 8deae97 commit 14d1269

31 files changed

Lines changed: 8 additions & 1477 deletions

.github/docker/ddsrouter/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ RUN pip3 install \
3535
colcon-mixin \
3636
lxml \
3737
vcstool \
38-
GitPython \
39-
pyyaml \
40-
jsonschema
38+
GitPython
4139

4240
WORKDIR /ddsrouter
4341

docs/rst/developer_manual/installation/sources/linux.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ installed in the system:
4141
* :ref:`cmake_gcc_pip_wget_git_sl`
4242
* :ref:`colcon_install` [optional]
4343
* :ref:`gtest_sl` [for test only]
44-
* :ref:`py_yaml` [for YAML Validator only]
45-
* :ref:`json_schema` [for YAML Validator only]
4644

4745

4846
.. _cmake_gcc_pip_wget_git_sl:

docs/rst/developer_manual/installation/sources/windows.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ installed in the system:
4444
* :ref:`windows_sources_cmake_pip3_wget_git`
4545
* :ref:`windows_sources_colcon_install` [optional]
4646
* :ref:`windows_sources_gtest` [for test only]
47-
* :ref:`windows_py_yaml` [for YAML Validator only]
48-
* :ref:`windows_json_schema` [for YAML Validator only]
4947

5048
.. _windows_sources_visual_studio:
5149

docs/rst/notes/previous_versions/v0.4.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version v0.4.0
44

55
This release includes the following **features**:
66

7-
* New :ref:`yaml_validator`, a simple tool to assert the correctness of DDS Router configuration files.
7+
* New YAML validator, a simple tool to assert the correctness of DDS Router configuration files.
88
* New :ref:`user_manual_user_interface_version_argument` to show the current version of DDS Router.
99

1010
This release includes the following **improvementes**:

docs/rst/user_manual/yaml_validator.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
YAML Validator
88
##############
99

10+
.. warning::
11+
12+
**DEPRECATED**
13+
14+
This standalone YAML Validator tool is deprecated.
15+
1016
Configuration files used to launch a DDS-Router instance need to follow a specific structure, which is extensively
1117
described along section :ref:`user_manual_configuration`. The *YAML Validator tool* has been developed for the sole
1218
purpose of validating user-defined configuration files in an easy manner.

tools/ddsrouter_yaml_validator/.gitignore

Lines changed: 0 additions & 98 deletions
This file was deleted.

tools/ddsrouter_yaml_validator/ddsrouter_yaml_validator/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)