-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Enable slot and publication deletion when stream application is removed #2684
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 26 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
9c932cc
Enable slot and publication deletion when stream application is removed
idanovinda 3f4d446
fixing typo with major upgrade test
idanovinda bad33e7
check slot and publication creation
idanovinda cb861b3
convert stream section as a list
idanovinda 5c3e735
add fes crd and fix stream
idanovinda 73fcf09
list all existing database for iteration
idanovinda 95889b4
fix unittest
idanovinda 829a3fe
remove debug message and change test name
idanovinda 5cb67d1
use minimal fes crd and 1 more secret
idanovinda b64c39e
modify served section in fes crd
idanovinda 3d60260
apply feedback
idanovinda 5418d89
fix bug of removing manifest slots in syncStreams
FxKu 6ed0e70
fix overwrite because of pass by reference value
idanovinda 2a90be3
improve e2etest make sure patroni slot is not deleted
idanovinda 7747151
e2e test: should not delete nonstream publication
idanovinda 952c8a8
grant permission to create publication for foo_user
idanovinda 35990d0
add check if the publication is created successfully
idanovinda fb6dac9
fix e2e test: reset search path foo_user
idanovinda 15e57f7
apply feedback
idanovinda 5d037e2
not patching cluster role
idanovinda 134f49c
e2e test: patch with append to not overwrite
idanovinda fc05c13
allow all verbs for fes resources
idanovinda d2f8179
Update e2e/tests/test_e2e.py
idanovinda ceca99a
Update e2e/tests/test_e2e.py
idanovinda e4df22c
Update e2e/tests/test_e2e.py
idanovinda 47767aa
Update e2e/tests/test_e2e.py
idanovinda 7d2987e
Update pkg/cluster/database.go
idanovinda 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| apiVersion: apiextensions.k8s.io/v1 | ||
| kind: CustomResourceDefinition | ||
| metadata: | ||
| name: fabriceventstreams.zalando.org | ||
| spec: | ||
| group: zalando.org | ||
| names: | ||
| kind: FabricEventStream | ||
| listKind: FabricEventStreamList | ||
| plural: fabriceventstreams | ||
| singular: fabriceventstream | ||
| shortNames: | ||
| - fes | ||
| categories: | ||
| - all | ||
| scope: Namespaced | ||
| versions: | ||
| - name: v1 | ||
| served: true | ||
| storage: true | ||
| schema: | ||
| openAPIV3Schema: | ||
| type: object |
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.
Uh oh!
There was an error while loading. Please reload this page.