-
Notifications
You must be signed in to change notification settings - Fork 140
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
Run clang-format on entire repo #719
Merged
rapids-bot
merged 5 commits into
nv-morpheus:branch-23.03
from
efajardo-nv:clang-formatting
Feb 23, 2023
Merged
Run clang-format on entire repo #719
rapids-bot
merged 5 commits into
nv-morpheus:branch-23.03
from
efajardo-nv:clang-formatting
Feb 23, 2023
Conversation
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
efajardo-nv
added
non-breaking
Non-breaking change
improvement
Improvement to existing functionality
labels
Feb 17, 2023
dagardner-nv
approved these changes
Feb 21, 2023
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.
LGTM, thanks for doing this.
mdemoret-nv
approved these changes
Feb 22, 2023
mdemoret-nv
force-pushed
the
clang-formatting
branch
from
February 23, 2023 00:33
671e771
to
1e9ac27
Compare
/merge |
rapids-bot bot
pushed a commit
that referenced
this pull request
Feb 24, 2023
- Updates the `fix_all.sh` script to take an optional `IGNORE_GIT_DIFF` environment variable - This allows `fix_all.sh` to run on all files, not just changes in this PR. Use with `IGNORE_GIT_DIFF=1 ./ci/scripts/fix_all.sh` - Updates the `copyright.py` to be better organized - Updates `ci/scripts/common.sh` with updated path regexes - Runs `fil_all.sh` on the repo and commited changes Should go in after #719 Related to #713 Closes #732 Authors: - Michael Demoret (https://github.com/mdemoret-nv) Approvers: - David Gardner (https://github.com/dagardner-nv) - Tad ZeMicheal (https://github.com/tzemicheal) - Christopher Harris (https://github.com/cwharris) URL: #731
jjacobelli
pushed a commit
to jjacobelli/Morpheus
that referenced
this pull request
Mar 7, 2023
Closes nv-morpheus#713 Authors: - Eli Fajardo (https://github.com/efajardo-nv) - Michael Demoret (https://github.com/mdemoret-nv) Approvers: - David Gardner (https://github.com/dagardner-nv) - Michael Demoret (https://github.com/mdemoret-nv) URL: nv-morpheus#719
jjacobelli
pushed a commit
to jjacobelli/Morpheus
that referenced
this pull request
Mar 7, 2023
- Updates the `fix_all.sh` script to take an optional `IGNORE_GIT_DIFF` environment variable - This allows `fix_all.sh` to run on all files, not just changes in this PR. Use with `IGNORE_GIT_DIFF=1 ./ci/scripts/fix_all.sh` - Updates the `copyright.py` to be better organized - Updates `ci/scripts/common.sh` with updated path regexes - Runs `fil_all.sh` on the repo and commited changes Should go in after nv-morpheus#719 Related to nv-morpheus#713 Closes nv-morpheus#732 Authors: - Michael Demoret (https://github.com/mdemoret-nv) Approvers: - David Gardner (https://github.com/dagardner-nv) - Tad ZeMicheal (https://github.com/tzemicheal) - Christopher Harris (https://github.com/cwharris) URL: nv-morpheus#731
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Closes #713