-
Notifications
You must be signed in to change notification settings - Fork 270
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
fix(server): use server side dry run in case if it is server side apply #546
Merged
Conversation
This file contains 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
Signed-off-by: pashakostohrys <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #546 +/- ##
==========================================
+ Coverage 54.63% 54.70% +0.06%
==========================================
Files 41 41
Lines 4638 4645 +7
==========================================
+ Hits 2534 2541 +7
Misses 1908 1908
Partials 196 196
☔ View full report in Codecov by Sentry. |
Signed-off-by: pashakostohrys <[email protected]>
…o fix/server-side-apply-hooks
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
crenshaw-dev
approved these changes
Oct 31, 2023
anandf
added a commit
to anandf/gitops-engine
that referenced
this pull request
Jan 12, 2024
…side apply (argoproj#546)" This reverts commit 4a5648e.
3 tasks
anandf
added a commit
to anandf/gitops-engine
that referenced
this pull request
Jan 19, 2024
…side apply (argoproj#546)" This reverts commit 4a5648e.
anandf
added a commit
to anandf/gitops-engine
that referenced
this pull request
Jan 19, 2024
…side apply (argoproj#546)" This reverts commit 4a5648e. Signed-off-by: Anand Francis Joseph <[email protected]>
leoluz
added a commit
that referenced
this pull request
Jan 22, 2024
…idation even with server side apply (#564) * Revert "feat: retry with client side dry run if server one was failed (#548)" This reverts commit c0c2dd1. Signed-off-by: Anand Francis Joseph <[email protected]> * Revert "fix(server): use server side dry run in case if it is server side apply (#546)" This reverts commit 4a5648e. Signed-off-by: Anand Francis Joseph <[email protected]> * Fixed the logic to disable server side apply if it is a dry run Signed-off-by: Anand Francis Joseph <[email protected]> * Added more values in the log message for better debugging Signed-off-by: Anand Francis Joseph <[email protected]> * Fixed compilation error Signed-off-by: Anand Francis Joseph <[email protected]> * Written an inline fn to get string value of dry-run strategy Signed-off-by: Anand Francis Joseph <[email protected]> * Added comment as requested with reference to the issue number Signed-off-by: Anand Francis Joseph <[email protected]> --------- Signed-off-by: Anand Francis Joseph <[email protected]> Co-authored-by: Leonardo Luz Almeida <[email protected]>
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.
Closes: argoproj/argo-cd#16177