forked from argoproj/argo-cd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implement Server-Side Diff (argoproj#13663)
* feat: Implement Server-Side Diff Signed-off-by: Leonardo Luz Almeida <[email protected]> * propagate the refreshtype to the diff config Signed-off-by: Leonardo Luz Almeida <[email protected]> * Create the serverSideDiff config Signed-off-by: Leonardo Luz Almeida <[email protected]> * chore: add featureflag utility package Signed-off-by: Leonardo Luz Almeida <[email protected]> * remove featureflag package Signed-off-by: Leonardo Luz Almeida <[email protected]> * add param Signed-off-by: Leonardo Luz Almeida <[email protected]> * make ssd configurable with app annotation Signed-off-by: Leonardo Luz Almeida <[email protected]> * add server-side-diff flags Signed-off-by: Leonardo Luz Almeida <[email protected]> * apply the same logic regardless of the refresh type Signed-off-by: Leonardo Luz Almeida <[email protected]> * fix gitops-engine reference Signed-off-by: Leonardo Luz Almeida <[email protected]> * address review comments Signed-off-by: Leonardo Luz Almeida <[email protected]> * Address review comments Signed-off-by: Leonardo Luz Almeida <[email protected]> * docs: add docs related to server-side-diff Signed-off-by: Leonardo Luz Almeida <[email protected]> * docs: update doc Signed-off-by: Leonardo Luz Almeida <[email protected]> * Add config to include mutation webhooks Signed-off-by: Leonardo Luz Almeida <[email protected]> * Address review comments Signed-off-by: Leonardo Luz Almeida <[email protected]> * go mod update Signed-off-by: Leonardo Luz Almeida <[email protected]> * Add sdd cache test case Signed-off-by: Leonardo Luz Almeida <[email protected]> * fix ssd cache unit test Signed-off-by: Leonardo Luz Almeida <[email protected]> * Update clidocs Signed-off-by: Leonardo Luz Almeida <[email protected]> * update manifests Signed-off-by: Leonardo Luz Almeida <[email protected]> * Fix procfile Signed-off-by: Leonardo Luz Almeida <[email protected]> * additional doc changes Signed-off-by: Leonardo Luz Almeida <[email protected]> * update gitops-engine version Signed-off-by: Leonardo Luz Almeida <[email protected]> --------- Signed-off-by: Leonardo Luz Almeida <[email protected]>
Showing
26 changed files
with
475 additions
and
170 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
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
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.