-
Notifications
You must be signed in to change notification settings - Fork 21
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
9 ➡️ main #423
9 ➡️ main #423
Conversation
* Use on `push` only on stable branches to avoid duplicate runs * Update project automation Signed-off-by: Addisu Z. Taddese <[email protected]>
* Use on `push` only on stable branches to avoid duplicate runs * Update project automation Signed-off-by: Addisu Z. Taddese <[email protected]>
Windows doesn't support colon or at-symbol in paths. This disables the tests on gz-fuel-tools8, as we want to preserve the behavior (to not invalidate anyone's current cache). On gz-fuel-tools9 forward, the fix is implemented. Do not forward port these changes Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Merge ign-fuel-tools4 ➡️ ign-fuel-tools7
Signed-off-by: Addisu Z. Taddese <[email protected]>
Merge ign-fuel-tools7 ➡️ gz-fuel-tools8
Signed-off-by: Carlos Agüero <[email protected]>
Merge 8 ➡️ 9
Signed-off-by: Addisu Z. Taddese <[email protected]>
…botics.org can be found in the cache (#406) Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
* Use config.yaml file from default cache location, if it exists Signed-off-by: Nate Koenig <[email protected]> * support config.yml Signed-off-by: Nate Koenig <[email protected]> --------- Signed-off-by: Nate Koenig <[email protected]>
* Add Private function to world identifier Signed-off-by: Nate Koenig <[email protected]> * Update include/gz/fuel_tools/WorldIdentifier.hh Co-authored-by: Alejandro Hernández Cordero <[email protected]> Signed-off-by: Nate Koenig <[email protected]> * Wrap line Signed-off-by: Nate Koenig <[email protected]> --------- Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
* Cleanup curl pointer * Do not duplicate version for gz_TEST * curl_free missing for decodedPath * Missing curl_free for encodedRes --------- Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Nate Koenig <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
…Noble) (#415) * Migrate curl_formadd from form API to mime API Signed-off-by: Jose Luis Rivero <[email protected]> * Restore curl_easy_setopt call and use MIMEPOST Signed-off-by: Jose Luis Rivero <[email protected]> --------- Signed-off-by: Jose Luis Rivero <[email protected]> Co-authored-by: Nate Koenig <[email protected]>
Signed-off-by: Nate Koenig <[email protected]>
Signed-off-by: Nate Koenig <[email protected]>
Forwardport 8 to 9 2024-04-29
Signed-off-by: Crola1702 <[email protected]>
I can't merge because GitHub says "This branch cannot be rebased due to conflicts". Can you merge from |
I don't see any new changes from main, so I don't have anything else to push here 🤔 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually found a couple of issues. Maybe making those changes and pushing will fix the GitHub issue?
package.xml
Outdated
<?xml version="1.0"?> | ||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="2"> | ||
<name>gz-fuel_tools9</name> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<name>gz-fuel_tools9</name> | |
<name>gz-fuel_tools10</name> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed on: c991fc2
package.xml
Outdated
<depend>gz-math8</depend> | ||
<depend>gz-msgs11</depend> | ||
<depend>gz-tools2</depend> | ||
<depend>gz-utils2</depend> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<depend>gz-utils2</depend> | |
<depend>gz-utils3</depend> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed on: c991fc2
Signed-off-by: Jorge J. Perez <[email protected]>
➡️ Forward port
Port 9 to main
Branch comparison: main...9
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)