-
Notifications
You must be signed in to change notification settings - Fork 178
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
chore: Adds support for multiple API versions for adv_cluster TPF #2840
Merged
Merged
Changes from 25 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
b382621
feat: Support update.IsEmpty
EspenAlbert 6ce37a7
initial start of `num_shards` support
EspenAlbert e9f59f2
feat: differentiate API Versions used
EspenAlbert 9357288
chore: formatting
EspenAlbert 022eb51
feat: intial usage of latest admin api
EspenAlbert 3aeabf6
feat: implement support for num_shards and add legacy compatibility f…
EspenAlbert 0000526
chore: use ordinary diffs instead of colors
EspenAlbert 1760162
refactor: remove commented-out code
EspenAlbert ae41f6b
test: pass static orgID for unit testing
EspenAlbert ff569a6
chore: initial working legacy schema
EspenAlbert 3a9bb91
minor cleanup before review
EspenAlbert 64cba27
test: Add acceptance test SymmetricShardedOldSchemaDiskSizeGBAtElecta…
EspenAlbert 07b6786
feat: enhance disk size handling and normalization in advanced cluste…
EspenAlbert 38b893d
chore: PatchPayload, support IgnoreInState
EspenAlbert 13d1b52
address some PR comments
EspenAlbert 51dad09
chore: Avoid update options (handled in normalize instead)
EspenAlbert 28aeaa1
test: refresh golden file
EspenAlbert a7e034d
feat: Initial update support using 20240530
EspenAlbert ffa0962
refactor: Always set root disk size
EspenAlbert a175bfb
chore: update to use correct test data
EspenAlbert dd3c856
refactor: always set rootDiskSize
EspenAlbert e98c982
refactor: update legacy model to include disk size and adjust replica…
EspenAlbert 13b7826
feat: add tests and mock data for symmetric sharded old schema config…
EspenAlbert b7e228b
test: fix mock file and remove manual change
EspenAlbert cfc9b59
chore: fix broken sharded test
EspenAlbert 7fc29d8
refactor: minor refactorings
EspenAlbert e4670e4
fix: Address PR comments
EspenAlbert 4f65aac
test: Change log message to fatal error for missing steps in request …
EspenAlbert 2b6c361
address PR comments 2
EspenAlbert 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
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
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
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.
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.
Changes to this file are not necessary for this PR, but will most likely be needed 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.
If this is not necessary now, I would remove it and add it when it's needed