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

Change ignitionrobotics.org to gazebosim.org #304

Merged
merged 16 commits into from
Dec 6, 2022

Conversation

nkoenig
Copy link
Contributor

@nkoenig nkoenig commented Oct 6, 2022

Signed-off-by: Nate Koenig [email protected]

🎉 New feature

Summary

Replaced all occurances of ignitionrobotics.org with gazebosim.org. I ran:

find . -name "*.cc" -exec sed -i 's/ignitionrobotics\.org/gazebosim\.org/g' {} \;
find . -name "*.hh" -exec sed -i 's/ignitionrobotics\.org/gazebosim\.org/g' {} \;
find . -name "*.in" -exec sed -i 's/ignitionrobotics\.org/gazebosim\.org/g' {} \;
find . -name "*.md" -exec sed -i 's/ignitionrobotics\.org/gazebosim\.org/g' {} \;

More changes from Ignition to Gazebo are in the works.

Checklist

  • Signed all commits for DCO
  • Added tests
  • Added example and/or tutorial
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

Nate Koenig added 6 commits August 18, 2022 14:48
@codecov
Copy link

codecov bot commented Oct 6, 2022

Codecov Report

Merging #304 (493385c) into ign-fuel-tools4 (222ab29) will increase coverage by 1.33%.
The diff coverage is 63.57%.

@@                 Coverage Diff                 @@
##           ign-fuel-tools4     #304      +/-   ##
===================================================
+ Coverage            76.15%   77.49%   +1.33%     
===================================================
  Files                   19       19              
  Lines                 2718     2737      +19     
===================================================
+ Hits                  2070     2121      +51     
+ Misses                 648      616      -32     
Impacted Files Coverage Δ
src/CollectionIdentifier.cc 96.15% <ø> (ø)
src/JSONParser.cc 80.34% <ø> (ø)
src/LocalCache.cc 79.52% <ø> (-0.07%) ⬇️
src/Model.cc 87.50% <ø> (ø)
src/ModelIter.cc 100.00% <ø> (ø)
src/RestClient.cc 67.91% <0.00%> (-4.48%) ⬇️
src/Result.cc 91.83% <ø> (ø)
src/WorldIdentifier.cc 100.00% <ø> (ø)
src/WorldIter.cc 100.00% <ø> (ø)
src/gz.cc 54.49% <41.53%> (ø)
... and 12 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@azeey
Copy link
Contributor

azeey commented Oct 31, 2022

Waiting for other PRs to merge first.

Base automatically changed from citadel-tutorials-ign2gz to ign-fuel-tools4 December 5, 2022 22:17
Signed-off-by: Nate Koenig <[email protected]>
@nkoenig nkoenig merged commit 9648636 into ign-fuel-tools4 Dec 6, 2022
@nkoenig nkoenig deleted the citadel-update-server-url branch December 6, 2022 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants