fix(diff): improve server-side diff detection for custom resources#23128
Closed
sujay2306 wants to merge 2 commits intoargoproj:masterfrom
Closed
fix(diff): improve server-side diff detection for custom resources#23128sujay2306 wants to merge 2 commits intoargoproj:masterfrom
sujay2306 wants to merge 2 commits intoargoproj:masterfrom
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Member
|
Hasn't this been fixed with #23066? Can you verify if running a build from |
Signed-off-by: sujay ks <sujay.ks@uni.club>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #23128 +/- ##
=========================================
Coverage ? 60.04%
=========================================
Files ? 343
Lines ? 57896
Branches ? 0
=========================================
Hits ? 34763
Misses ? 20362
Partials ? 2771 ☔ View full report in Codecov by Sentry. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR fixes an issue where server-side diff in Argo CD fails to detect changes in custom resources when fields are added or removed. Specifically, it addresses the problem where removing the
autoRestartfield from a KafkaConnector resource wasn't being detected as a change.Changes
Impact
autoRestartin KafkaConnectorTesting
Related Issues
#23127
Closes #23127
Documentation
Checklist