Skip to content
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

Merge gz-transport13 ➡️ main #479

Merged
merged 29 commits into from
Mar 14, 2024
Merged

Merge gz-transport13 ➡️ main #479

merged 29 commits into from
Mar 14, 2024

Commits on Sep 1, 2023

  1. Prepare for 11.4.1 release (#436)

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    69e9592 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Adds the python tutorial for the bindings

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    da3094b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Address review comments

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    80212ae View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Adds the required snippet tags to the examples

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    d1de32d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Shortens a couple of lines

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    b774eb6 View commit details
    Browse the repository at this point in the history
  2. Uses capital P on Python

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e407bf5 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Fixes some grammar

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    46e050b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Adds the subcommands for the log command (#451)

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ce66a7c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Remove duplicated functionality from test_config (#457)

    Signed-off-by: Michael Carroll <[email protected]>
    Co-authored-by: Alejandro Hernández Cordero <[email protected]>
    mjcarroll and ahcorde committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c6be5a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Merge pull request #450 from gazebosim/voldivh/python_tutorial

    Adds the python bindings tutorial
    Voldivh committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6c4b1ec View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Update github action workflows (#460)

    * Use on `push` only on stable branches to avoid duplicate runs
    * Update project automation
    
    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    3d0cf67 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Use subprocess rather than custom code (#429)

    This reworks all of the gz-transport tests to use Subprocess from gz-utils.
    
    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    290055f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Support for bazel on garden (#399)

    Signed-off-by: Michael Carroll <[email protected]>
    Signed-off-by: Carlos Agüero <[email protected]>
    Co-authored-by: Carlos Agüero <[email protected]>
    mjcarroll and caguero committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    1db0afe View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Update CI badges in README (#465)

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    764a04b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. 🎈 8.5.0 (#466)

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    db86f9b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Merge 8 to 11

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2bd21ff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #469 from azeey/8_to_11

    Merge ign-transport8 ➡️  ign-transport11
    azeey committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b0328a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Merge 11 into 12

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    ca954cb View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Merge pull request #471 from azeey/11_to_12

    Merge ign-transport11 ➡️  gz-transport12
    azeey committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    e7c3292 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Test refactoring part 2 (#463)

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    92d02dc View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Fix issue #468 (#470)

    * Support request/advertise within the same process.
    
    Signed-off-by: Carlos Agüero <[email protected]>
    
    ---------
    
    Signed-off-by: Carlos Agüero <[email protected]>
    caguero committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3a34f07 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    b4d6377 View commit details
    Browse the repository at this point in the history
  2. Play with tests

    Signed-off-by: Carlos Agüero <[email protected]>
    caguero committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    157311e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Fix test executable name

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    eac2e69 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #478 from gazebosim/12_13

    Merge 12 ➡️ 13
    scpeters committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5ec65e2 View commit details
    Browse the repository at this point in the history
  3. Find Python3 directly, not with GzPython (#472)

    This removes the use of gz-cmake's GzPython in favor
    of a single call to find_package(Python3). This allows
    setting Python3_EXECUTABLE to specify which python
    version to use and is needed on macOS.
    
    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    502f519 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bf2998 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. gz_TEST: more output when tests fail (#479)

    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    251b9bd View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Merge branch 'main' into scpeters/merge_13_main

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    9aaa434 View commit details
    Browse the repository at this point in the history