-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot/pip/docs/pip-60b803aef9
- Loading branch information
Showing
64 changed files
with
797 additions
and
2,005 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: mirror-branch | ||
|
||
on: | ||
push: | ||
branches: | ||
- 'main' | ||
|
||
jobs: | ||
mirror_job_main: | ||
if: github.ref == 'refs/heads/main' | ||
runs-on: ubuntu-latest | ||
name: Mirror main branch to API & ABI compatible minor version branches | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
dest_branch: | ||
- '1.x' | ||
steps: | ||
- name: Mirror action step | ||
id: mirror | ||
uses: eProsima/eProsima-CI/external/mirror-branch-action@v0 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
source: 'main' | ||
dest: ${{ matrix.dest_branch }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
VERSION_MAJOR 0 | ||
VERSION_MINOR 4 | ||
VERSION_MAJOR 1 | ||
VERSION_MINOR 0 | ||
VERSION_PATCH 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
|
||
.. add orphan tag when new info added to this file | ||
.. :orphan: | ||
:orphan: | ||
|
||
################### | ||
Forthcoming Version | ||
################### | ||
|
||
This release includes the following **Configuration Features**: | ||
|
||
* New :ref:`domain argument <user_manual_user_interface_domain_argument>` to configure the ``domain`` through the command-line. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
Version v0.4.0 | ||
============== | ||
|
||
This release includes the following **Configuration Features**: | ||
|
||
* New configuration option ``logging`` to configure the :ref:`Logs <spy_specs_logging>`. | ||
|
||
This release includes the following **Documentation Updates**: | ||
|
||
* Add a new :ref:`Logging <spy_specs_logging>` section to the :ref:`Configuration <user_manual_configuration>` page. | ||
|
||
This release includes the following **Dependencies Update**: | ||
|
||
.. list-table:: | ||
:header-rows: 1 | ||
|
||
* - | ||
- Repository | ||
- Old Version | ||
- New Version | ||
* - Foonathan Memory Vendor | ||
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`_ | ||
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_ | ||
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_ | ||
* - Fast CDR | ||
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_ | ||
- `v2.1.3 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.1.3>`_ | ||
- `v2.2.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.0>`_ | ||
* - Fast DDS | ||
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_ | ||
- `v2.13.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.13.1>`_ | ||
- `v2.14.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.0>`_ | ||
* - Dev Utils | ||
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_ | ||
- `v0.5.0 <https://github.com/eProsima/dev-utils/releases/tag/v0.5.0>`_ | ||
- `v0.6.0 <https://github.com/eProsima/dev-utils/releases/tag/v0.6.0>`_ | ||
* - DDS Pipe | ||
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_ | ||
- `v0.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.3.0>`_ | ||
- `v0.4.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.4.0>`_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.