-
Notifications
You must be signed in to change notification settings - Fork 65
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
skip PublicViewer's SBR deletion if PublicViewer is enabled #1047
Conversation
Signed-off-by: Francesco Ilario <[email protected]>
Skipping CI for Draft Pull Request. |
Signed-off-by: Francesco Ilario <[email protected]>
Signed-off-by: Francesco Ilario <[email protected]>
This commit adds the notion of Public-Viewer as described in https://issues.redhat.com/browse/ASC-532. Signed-off-by: Francesco Ilario <[email protected]>
Signed-off-by: Francesco Ilario <[email protected]>
Signed-off-by: Francesco Ilario <[email protected]>
Signed-off-by: Francesco Ilario <[email protected]>
Signed-off-by: Francesco Ilario <[email protected]>
Signed-off-by: Francesco Ilario <[email protected]>
/retest |
1 similar comment
/retest |
controllers/spacebindingcleanup/spacebinding_cleanup_controller.go
Outdated
Show resolved
Hide resolved
controllers/spacebindingcleanup/spacebinding_cleanup_controller_test.go
Outdated
Show resolved
Hide resolved
controllers/spacebindingcleanup/spacebinding_cleanup_controller_test.go
Outdated
Show resolved
Hide resolved
Signed-off-by: Francesco Ilario <[email protected]>
/retest it seems a flakiness |
Signed-off-by: Francesco Ilario <[email protected]>
Signed-off-by: Francesco Ilario <[email protected]>
Signed-off-by: Francesco Ilario <[email protected]>
Signed-off-by: Francesco Ilario <[email protected]>
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.
Great Job 🚀
Thanks a lot for addressing my comments 🙏 and for the additional improvements to the tests 🏅
controllers/spacebindingcleanup/spacebinding_cleanup_controller_test.go
Outdated
Show resolved
Hide resolved
controllers/spacebindingcleanup/spacebinding_cleanup_controller_test.go
Outdated
Show resolved
Hide resolved
Signed-off-by: Francesco Ilario <[email protected]>
Signed-off-by: Francesco Ilario <[email protected]>
Signed-off-by: Francesco Ilario <[email protected]>
Signed-off-by: Francesco Ilario <[email protected]>
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.
👍 nice
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fbm3307, filariow, MatousJobanek, mfrancisc The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Francesco Ilario <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1047 +/- ##
==========================================
+ Coverage 85.05% 85.10% +0.04%
==========================================
Files 55 55
Lines 5018 5028 +10
==========================================
+ Hits 4268 4279 +11
+ Misses 580 579 -1
Partials 170 170
|
This PR adds the controller changes for Public-Viewer support.
It supersedes #1021.
JIRA ASC-532