-
Notifications
You must be signed in to change notification settings - Fork 40
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
Ensures datasets get propagated into RSS blueprint #7000
Merged
+714
−365
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
73bd549
Use local properties when querying oxide values
smklein 2f448f0
Better dataset population during RSS
smklein a7c6f1b
adding debug, zone datasets too
smklein a62b283
Merge branch 'main' into rss-datasets
smklein 9a9fe45
Add tests for plan creation, ensuring datasets are populated
smklein 5a92eac
Merge branch 'main' into rss-datasets
smklein 2aa4a0e
Merge branch 'main' into rss-datasets
smklein 6506ce0
Merge branch 'main' into rss-datasets
smklein b100385
merge
smklein 784e377
fmt
smklein 96bf17f
Merge branch 'main' into rss-datasets
smklein 6f6a87c
Bail on generation number conflict
smklein 084d6f8
More consistent usage of Gzip-9 for debug dataset
smklein 03ea021
Merge branch 'main' into rss-datasets
smklein 1ae6ba7
EXPECTORATE
smklein 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
120 changes: 60 additions & 60 deletions
120
dev-tools/reconfigurator-cli/tests/output/cmd-example-stdout
Large diffs are not rendered by default.
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
60 changes: 30 additions & 30 deletions
60
nexus/reconfigurator/planning/tests/output/blueprint_builder_initial_diff.txt
Large diffs are not rendered by default.
Oops, something went wrong.
80 changes: 40 additions & 40 deletions
80
nexus/reconfigurator/planning/tests/output/planner_basic_add_sled_2_3.txt
Large diffs are not rendered by default.
Oops, something went wrong.
80 changes: 40 additions & 40 deletions
80
nexus/reconfigurator/planning/tests/output/planner_basic_add_sled_3_5.txt
Large diffs are not rendered by default.
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
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.
👍 I figure this will have ripple effects which is why you didn't do it in this PR.
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.
Yeah, it's a mechanical change, so I figured I'd punt it out when I get to a less conflict-y place