-
Notifications
You must be signed in to change notification settings - Fork 220
feat: update control update methods with change check #1345
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
Closed
Conversation
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
da3ec9d
to
a80c70c
Compare
0cfb8ec
to
a14fb3e
Compare
a14fb3e
to
d31ec17
Compare
d31ec17
to
91206c6
Compare
91206c6
to
3a1960e
Compare
Also remove constants to avoid mismatched configurations Co-authored-by: Chris Laprun <metacosm@gmail.com>
* Add bom module * Skip operator-framework-bom * fix: naming Co-authored-by: Chris Laprun <metacosm@users.noreply.github.com>
Fixes #411 Co-authored-by: Chris Laprun <metacosm@gmail.com>
3a1960e
to
a5f2134
Compare
Kudos, SonarCloud Quality Gate passed! |
e2e3d77
to
331558b
Compare
We decided to park this issue intil v4 where this behavior will be the default. |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
This PR was closed because it has been stalled for 10 days with no activity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
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.
Provides alternative methods for update control to check if the resource and/or status sub-resource actually changed, and do the requests just in that case.