-
Notifications
You must be signed in to change notification settings - Fork 105
Remote Labels Configuration #1402
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
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
ed33c6a
[skip ci] adding Log configuration option to MPI
sean-breen a8cb72b
Add support for remotely configuring the log level and path
dhurley 204e19c
Clean up
dhurley b5fb1ce
Clean up
dhurley 204c1e3
Clean up
dhurley e708254
Fix integration test
dhurley 5479bcf
Update README
dhurley 2eb0944
refactor remote config add labels
aphralG f52b495
refactor remote config add labels
aphralG ba7b248
Update logger so that if a log file does not exist create one
dhurley 1e8ef28
Fix tests
dhurley e72b755
fix tests
aphralG 44c7334
fix tests
aphralG 555b8e1
fix tests
aphralG 0283cce
fix tests
aphralG be8f9be
Merge branch 'remote-configuration-log' into remote-configuration-labels
aphralG 87d4611
merge main
aphralG 6f041e2
merge main
aphralG 9cf316c
merge main
aphralG 62dac85
pr feedback
aphralG 7f8be83
pr feedback
aphralG c2ac5ab
add validation
aphralG 99194db
add validation
aphralG 544c3d6
fix logic on validation
aphralG e96fee0
Merge branch 'main' into remote-configuration-labels
aphralG e5e1ffa
PR feedback
aphralG 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Missing cases for slices, and structs
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.
Should there be a test for invalid values? Empty values, blank "" values and special characters.
For valid scenario, should we include "config-sync-group" key?
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.
Tests for this function should be pretty generic, the exact strings we place in the tests shouldn't really matter
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.
This function is only to covert to a map validation will be done elsewhere