-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Move per-project settings out of ProjectMetadata #129068
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 7 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
aec37f7
Move per-project settings out of ProjectMetadata
alexey-ivanov-es 83efe42
Update docs/changelog/129068.yaml
alexey-ivanov-es 4be022c
Delete docs/changelog/129068.yaml
alexey-ivanov-es 00f5e6f
[CI] Auto commit changes from spotless
bd1f9a2
Fix test
alexey-ivanov-es b930959
Fix tests
alexey-ivanov-es 9a615a8
Fix test
alexey-ivanov-es a0ec70a
Merge branch 'main' into ES-11934
alexey-ivanov-es 240d1a9
Move project settings to cluster state custom
alexey-ivanov-es ccd6fd5
[CI] Auto commit changes from spotless
756425e
Merge branch 'main' into ES-11934
alexey-ivanov-es 194b110
Forgotten changes from the previous version
alexey-ivanov-es 20e9296
[CI] Auto commit changes from spotless
4d83c70
Merge branch 'main' into ES-11934
alexey-ivanov-es 4c3df9d
Fix tests
alexey-ivanov-es b4d31ab
Merge branch 'main' into ES-11934
alexey-ivanov-es 572e063
[CI] Auto commit changes from spotless
6c4ce88
Merge branch 'main' into ES-11934
alexey-ivanov-es 0955b5f
Address review comments
alexey-ivanov-es b292d36
Merge branch 'main' into ES-11934
alexey-ivanov-es b14cbf0
Merge remote-tracking branch 'refs/remotes/origin/ES-11934' into ES-1…
alexey-ivanov-es 5dc56b2
[CI] Auto commit changes from spotless
c063093
Merge branch 'main' into ES-11934
alexey-ivanov-es c38cd42
Merge branch 'main' into ES-11934
alexey-ivanov-es 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
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.
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.
Do we actually need to introduce a new transport version here? The per-project stuff was never included in a stack release, and even in serverless it's behind the multi-project flag which isn't enabled in any production environment. I believe it's safe to remove this w/o introducing a new transport version.
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.
@rjernst is my logic sound here?
Uh oh!
There was an error while loading. Please reload this page.
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.
Maybe. I think the problem is when the feature flag is removed, a transport version would need to be introduced. Adding it here seems safer.