-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: New kube applier for server side diff dry run with refactoring (#…
…662) (#693) * fix: New kube applier for server side diff dry run with refactoring Part of a fix for: argoproj/argo-cd#21488 Separate logic to handle server side diff dry run applies. * Break backwards compatibility for a better code * Don't put applier constructor in the interface * Address comments * Address more comments * chore: enable testifylint linter (#657) * chore: enable gofumpt, gosimple and whitespace linters (#666) * chore: enable use-any from revive (#667) * chore: bump golangci-lint to v1.63.4 and list argo-cd linters (#670) * chore: enable unused-parameter and var-declaration from revive (#668) * chore: remove actions/cache duplicated behavior with actions/setup-go (#658) * Add Leo's code * Make linter happy --------- Signed-off-by: Andrii Korotkov <andrii.korotkov@verkada.com> Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> Co-authored-by: Andrii Korotkov <137232734+andrii-korotkov-verkada@users.noreply.github.com> Co-authored-by: Matthieu MOREL <matthieu.morel35@gmail.com>
- Loading branch information
1 parent
c19f8cf
commit 43fce7c
Showing
5 changed files
with
210 additions
and
76 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.