-
Notifications
You must be signed in to change notification settings - Fork 10
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
ign -> gz Migrate Ignition headers #84
Conversation
Codecov Report
@@ Coverage Diff @@
## ign-utils1 #84 +/- ##
===========================================
Coverage 91.97% 91.97%
===========================================
Files 6 6
Lines 137 137
===========================================
Hits 126 126
Misses 11 11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it 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.
do you mind squashing the last 3 commits? It's easier to review if the first commit just renames the headers and then a second commit modifies things
b182e11
to
12f3e04
Compare
Done. |
9d6f183
to
0630a8e
Compare
Should I also update the contents of the |
yes, good point. I would follow the pattern on the |
Great. I update the CLI directory in a few commits that should make it easy to review: |
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 have some small changes I'd like to make to whitespace and squashing commits and will push directly to this branch with my fixes later today
Rename IgnitionFormatter.hpp GzFormatter.hpp Signed-off-by: Nate Koenig <[email protected]>
Copied in the cli/include ignition directories from the gz-utils2 branch and updated GzFormatter.hpp. Signed-off-by: Nate Koenig <[email protected]>
91e1cda
to
32698dc
Compare
Signed-off-by: Nate Koenig <[email protected]>
32698dc
to
38cdb7f
Compare
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'm made some more changes and squashed putting all file renames in the first commit, most documentation changes in the last commit, and everything else in the middle commit
See: gazebo-tooling/release-tools#784
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.