-
Notifications
You must be signed in to change notification settings - Fork 62
[nexus] Manage datasets via reconfigurator #6229
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
139 commits
Select commit
Hold shift + click to select a range
5c2e5b0
[wip] Starting sled agent API to manage datasets explicitly
smklein 1709d80
Merge branch 'main' into explicit-datasets
smklein a80313d
list implementation
smklein 7193d1b
Tests
smklein 9464cc1
schemas n stuff
smklein fb23666
Merge branch 'main' into explicit-datasets
smklein 817a397
The sled agent side of datasets in inventory
smklein 54b4658
Plumb inventory into nexus, omdb
smklein 29c4eb7
Merge branch 'main' into explicit-datasets
smklein ff27801
Merge branch 'explicit-datasets' into inventory-datasets
smklein 75f006b
Merge branch 'main' into explicit-datasets
smklein 559db4f
Merge branch 'explicit-datasets' into inventory-datasets
smklein 24d93a8
Fix mismerge
smklein e2dd6d7
Merge branch 'explicit-datasets' into inventory-datasets
smklein 178e20e
Clippy and helios
smklein 530bf08
Merge branch 'explicit-datasets' into inventory-datasets
smklein cf3f35c
openapi
smklein 021aa2f
Merge branch 'explicit-datasets' into inventory-datasets
smklein 67bf6fa
schema upgrade
smklein 11f49fb
More broad support for datasets
smklein b999bf7
make it a schema change
smklein fac6456
Merge branch 'main' into explicit-datasets
smklein 9298d83
Merge branch 'explicit-datasets' into inventory-datasets
smklein 1baf7dd
welp I guess I changed some db queries
smklein fdf0644
queries
smklein a042439
Merge branch 'main' into explicit-datasets
smklein d70f9bc
Merge branch 'explicit-datasets' into inventory-datasets
smklein 07511e9
Neck deep in reconfigurator
smklein d753dbd
sled_ensure_datasets mostly filled out
smklein 37b4907
deploy_datasets
smklein 3b092e7
Using disposition to try to delete datasets
smklein 1cd5a96
Passing reconfigurator tests
smklein 940c240
Fix BP loading, add datasets to representative blueprint
smklein 9c27213
Merge branch 'main' into explicit-datasets
smklein c562125
Optional properties still get set
smklein c7a5adf
clippy
smklein 181507c
fmt
smklein 8e1df07
str not string
smklein 93134c2
cockroachdb, not cockroach_db
smklein d88d541
generation numbers
smklein 95ebbb8
review feedback
smklein 994757e
Serialize via string, not tag
smklein 7156ba0
safer API for Dataset::new
smklein 5a91c8f
Merge branch 'explicit-datasets' into inventory-datasets
smklein dac802b
Merge branch 'inventory-datasets' into nexus-requests-datasets
smklein de22ac0
fmt
smklein 018f1f7
Schemas, expectorate
smklein 14a2dc4
merge main into branch, manually impl JsonSchema
sunshowers aa60254
update schema JSONs, add replace
sunshowers 5883527
reconfigurator execution tests
smklein 1a5684c
Datasets in input, test for sled_ensure_datasets, more bp verification
smklein 67c5d7e
Merge branch 'main' into explicit-datasets
smklein 927efd1
Merge remote-tracking branch 'origin/explicit-datasets' into explicit…
smklein 3e14cc4
Fix schema
smklein 4d41c5c
Merge branch 'explicit-datasets' into inventory-datasets
smklein 06066cc
Merge branch 'inventory-datasets' into nexus-requests-datasets
smklein f39bce3
more merging
smklein 1f671c1
schema
smklein 40f93ae
Merge branch 'main' into explicit-datasets
smklein 0f8150f
Merge branch 'explicit-datasets' into inventory-datasets
smklein 2ba0125
Merge branch 'inventory-datasets' into nexus-requests-datasets
smklein 2c5685f
Fix clickhouseserver datasetkind serialization
smklein 077908d
Fix clickhouseserver datasetkind serialization
smklein 5d8f513
Merge branch 'explicit-datasets' into inventory-datasets
smklein 4734eaa
Merge branch 'inventory-datasets' into nexus-requests-datasets
smklein a600494
Merge branch 'main' into explicit-datasets
smklein 6f9cd0d
Merge branch 'explicit-datasets' into inventory-datasets
smklein a26a207
Merge branch 'inventory-datasets' into nexus-requests-datasets
smklein a83450e
Add docs, use ByteCount more, better simulated inventory
smklein e8504a5
schema and openapi
smklein 28e6497
Fix helios tests
smklein b9d3dcc
fmt
smklein 0a63161
Merge branch 'main' into explicit-datasets
smklein c9f170e
Make CompressionAlgorithm strongly typed
smklein f5bc35a
Fixing helios-only tests, clippy
smklein 474ec13
schemas
smklein 8c52f4b
Merge branch 'explicit-datasets' into inventory-datasets
smklein c4d5b3a
Merge branch 'main' into explicit-datasets
smklein 042f786
Merge branch 'explicit-datasets' into inventory-datasets
smklein f0ed1c3
Merge branch 'inventory-datasets' into nexus-requests-datasets
smklein 38560d1
clippy
smklein 5c5a856
Merge branch 'main' into explicit-datasets
smklein 7b4083f
Merge branch 'explicit-datasets' into inventory-datasets
smklein 77b3721
Pass byte values as single integers (no 'GiB' suffixes)
smklein e56e9a0
Merge branch 'inventory-datasets' into nexus-requests-datasets
smklein d42e44a
comments
smklein bfe6e7f
more comments
smklein 4f42f47
Make compression optional for back compat, fix tests
smklein 70c8ede
Merge branch 'main' into explicit-datasets
smklein 7693ef0
Merge branch 'explicit-datasets' into inventory-datasets
smklein ad7718b
Merge branch 'inventory-datasets' into nexus-requests-datasets
smklein 9e4da68
Started review feedback
smklein ec04e8b
Actually add the v5 schema
smklein a379e1b
Add filter
smklein 4568f0c
Strongly typed CompressionAlgorithm
smklein 45394b8
Better compare
smklein d30cfcb
fmt
smklein 7b941a3
misc builder updates
smklein b103fd6
Review feedback
smklein 26c578d
Fix tests
smklein 4ac2d22
Update openapi
smklein 830b67b
Merge branch 'main' into explicit-datasets
smklein bc29752
Merge branch 'explicit-datasets' into inventory-datasets
smklein 67c2181
review feedback
smklein 557dc22
Fix error wrapping in tests
smklein 70f3cb6
Merge branch 'inventory-datasets' into nexus-requests-datasets
smklein 0cd8e67
Merge branch 'main' into explicit-datasets
smklein f3b7c88
Merge branch 'explicit-datasets' into inventory-datasets
smklein d1fab1d
Merge branch 'inventory-datasets' into nexus-requests-datasets
smklein 5eb4d17
Merge branch 'main' into nexus-requests-datasets
smklein d4b730b
Fix reconfigurator registration
smklein 8ce16e4
Feedback from 9/5 meeting
smklein 40c2c8e
rustdocs
smklein 990767e
Merge branch 'main' into nexus-requests-datasets
smklein 20b7c62
Fixing merge issues
smklein fdab22a
Zone names, full enumeration
smklein 50019ee
Make dataset creation/deletion dependent on target blueprint
smklein 40bbfab
Clippy
smklein 6abe0b9
Merge branch 'main' into nexus-requests-datasets
smklein 24b0341
Shared zone name
smklein 60ff044
.
smklein 60c3c1a
sort
smklein 7ee5cc5
Add extra safety checks
smklein d0ad50c
Comment on compression
smklein 3ba53d6
reconfigurator format
smklein 4a4fcf3
Compression algorithm comment
smklein 3c7e771
current_target
smklein e5b8cf8
Merge branch 'main' into nexus-requests-datasets
smklein 0749c9a
fix broken merge
smklein 78daf5d
FOR UPDATE
smklein 8085051
SELECT FOR UPDATE docs
smklein cda6bad
Merge branch 'main' into nexus-requests-datasets
smklein 4de44ac
Merge branch 'main' into nexus-requests-datasets
smklein 7f1f89f
schemas
smklein ea6925b
Merge branch 'main' into nexus-requests-datasets
smklein 2186ec3
Fix mismerge
smklein fce48a1
Merge branch 'main' into nexus-requests-datasets
smklein 5ed40c5
Merge branch 'main' into nexus-requests-datasets
smklein e0105f7
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.