-
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
Merged
Merged
9 ➡️ main #423
Changes from 27 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
32d8329
Update github action workflows (#388)
azeey 0965ad0
Update github action workflows (#388) (#390)
azeey ed334c9
Disable tests that are known to fail on Windows (#387)
mjcarroll b80abc3
Create directories and more output on fail (#392)
mjcarroll 931f139
🎈 4.9.1 (#398)
mjcarroll 838f6ba
Merge 4 to 7
azeey 9314076
Merge pull request #400 from azeey/4_to_7
azeey 2c84439
Merge 7 into 8
azeey 1896341
Merge pull request #401 from azeey/7_to_8
azeey 8d1158f
Remove Ignition
caguero ec13d4f
Merge pull request #403 from gazebosim/8_to_9again
caguero 8b4ead3
Prepare for 9.0.1 (#405)
azeey f379bd7
Fix `LocalCache` so that models/worlds downloaded via fuel.ignitionro…
azeey 268ec7e
Prepare for 9.0.2 (#407)
azeey 960fc05
Use relative install path for gz tool data (#409)
azeey c7cd3dd
Prepare for 9.0.3 (#411)
azeey 6cbce88
Use config.yaml file from default cache location, if it exists (#410)
nkoenig 6880aec
Add Private function to world identifier (#414)
nkoenig 8ea43a6
Clean all ASAN reported memory problems (curl related) (#416)
j-rivero d14ffcd
CLI for creating config.yaml (#413)
nkoenig 9cdec8c
Add package.xml (#408)
azeey 3dbc344
Migrate curl_formadd from form API to mime API (deprecated in Ubuntu …
j-rivero 91c7acb
Forward port 8 to 9
nkoenig 52c86bc
Fix test
nkoenig e808b0a
Merge pull request #418 from gazebosim/forwardport/8-to-9-20240429
ahcorde 62ea96f
Merge branch 'gz-fuel-tools9' into Crola1702/9_to_main-30_05_2024
Crola1702 1b42d26
Bump package.xml versions
Crola1702 c991fc2
Fix package versions
Blast545 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
name: Ubuntu CI | ||
|
||
on: [push, pull_request] | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- 'ign-fuel-tools[0-9]' | ||
- 'gz-fuel-tools[0-9]?' | ||
- 'main' | ||
|
||
jobs: | ||
jammy-ci: | ||
runs-on: ubuntu-latest | ||
name: Ubuntu Jammy CI | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Compile and test | ||
id: ci | ||
uses: gazebo-tooling/action-gz-ci@jammy |
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,11 @@ | ||
name: Validate package.xml | ||
|
||
on: | ||
pull_request: | ||
|
||
jobs: | ||
package-xml: | ||
runs-on: ubuntu-latest | ||
name: Validate package.xml | ||
steps: | ||
- uses: gazebo-tooling/action-gz-ci/validate_package_xml@jammy |
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 was deleted.
Oops, something went wrong.
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,30 @@ | ||||||
<?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> | ||||||
<version>10.0.0</version> | ||||||
<description>Gazebo Fuel Tools: Classes and tools for interacting with Gazebo Fuel</description> | ||||||
<maintainer email="[email protected]">Nate Koenig</maintainer> | ||||||
<license>Apache License 2.0</license> | ||||||
<url type="website">https://github.com/gazebosim/gz-fuel-tools</url> | ||||||
|
||||||
<buildtool_depend>cmake</buildtool_depend> | ||||||
|
||||||
<build_depend>gz-cmake4</build_depend> | ||||||
|
||||||
<depend>gz-common6</depend> | ||||||
<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 commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Addressed on: c991fc2 |
||||||
<depend>libcurl-dev</depend> | ||||||
<depend>libgflags-dev</depend> | ||||||
<depend>libjsoncpp-dev</depend> | ||||||
<depend>libyaml-dev</depend> | ||||||
<depend>libzip-dev</depend> | ||||||
<depend>tinyxml2</depend> | ||||||
|
||||||
<export> | ||||||
<build_type>cmake</build_type> | ||||||
</export> | ||||||
</package> |
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
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