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

Add support to create PR against ROS gz_*_vendor repositories in release.py #1151

Merged
merged 22 commits into from
Oct 1, 2024

Commits on May 30, 2024

  1. WIP: methods to run gh create issue

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed May 30, 2024
    Configuration menu
    Copy the full SHA
    ced8c08 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Fully working version

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b68bd35 View commit details
    Browse the repository at this point in the history
  2. Missing helper file

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed May 31, 2024
    Configuration menu
    Copy the full SHA
    db11527 View commit details
    Browse the repository at this point in the history
  3. Improve the error reporting on gh

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed May 31, 2024
    Configuration menu
    Copy the full SHA
    67f4a2b View commit details
    Browse the repository at this point in the history
  4. Implement a basic testing

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3236d73 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Cleanup

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8ed2830 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fda1471 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. WIP: create PR for vendor_repositories

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0087404 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Implement the PR creation

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a777cd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6132758 View commit details
    Browse the repository at this point in the history
  3. Remove debug

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6610c74 View commit details
    Browse the repository at this point in the history
  4. Dealing with error code coming from get_collections_from_package_and_…

    …version
    
    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    641899b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Implement venv creation for vendor

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    80475de View commit details
    Browse the repository at this point in the history
  2. Implement then --only-bump-ros-vendor-package option

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8234443 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    ed6ace7 View commit details
    Browse the repository at this point in the history
  2. Add ionic->rolling, harmonic->jazzy

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f049c45 View commit details
    Browse the repository at this point in the history
  3. Ignore dry-run when updating vendor package. Otherwise, the dry-run w…

    …ill report there were no changes in the vendor package
    
    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    807070d View commit details
    Browse the repository at this point in the history
  4. Do not need to make argparse explicit

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1a84b58 View commit details
    Browse the repository at this point in the history
  5. Update all files after running the create_vendor_package script

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c2da471 View commit details
    Browse the repository at this point in the history
  6. Fix test suite by injecting testing data

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6c1e3c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Use ssh protocol when cloning

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4180170 View commit details
    Browse the repository at this point in the history
  2. Avoid to release metapackages

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    24d6a83 View commit details
    Browse the repository at this point in the history