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: add google cloud source repo support (argoproj#7534) (argoproj#…
…11618) * feat: Add support for cloning Google Cloud Source repos (argoproj#7534) * Google Cloud service account auth Signed-off-by: David Becher <becher.david@googlemail.com> * fix: Fill missing struct field (GCP SA key) in cli cmd Signed-off-by: David Becher <becher.david@googlemail.com> * fix(ui): Add proxy option when configuring Google Cloud Source repo Signed-off-by: David Becher <becher.david@googlemail.com> * fix: Remove secret (GCP SA key) in Get server req Signed-off-by: David Becher <becher.david@googlemail.com> * refactor: Do not use context.WithTimeout for Google creds As the context is used in the background to refresh credentials, it should not be cancelled. Signed-off-by: David Becher <becher.david@googlemail.com> * fix: Use proxy setting only in repo-service, not repocreds-service Signed-off-by: David Becher <becher.david@googlemail.com> * test: Create tests for GoogleCloudCreds This commit refactors the implementation of GoogleCloudCreds in order to make its methods testable. Signed-off-by: David Becher <becher.david@googlemail.com> * fix: Linting issues Signed-off-by: David Becher <becher.david@googlemail.com> * chore: Fix typo in docs. Signed-off-by: David Becher <becher.david@googlemail.com> * chore: Adjust url-allow-list for lint-docs action Signed-off-by: David Becher <becher.david@googlemail.com> * chore: Incorporate suggested refactorings Signed-off-by: David Becher <becher.david@googlemail.com> * Delete url-allow-list Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com> * wrap errors Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com> * More UI goodies and codegen Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com> * Update docs screenshots Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com> * move interface up next to other interfaces Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com> * Reduce png size Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com> * update generated Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com> * fix whitespace from codegen Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com> Signed-off-by: David Becher <becher.david@googlemail.com> Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com> Co-authored-by: David Becher <becher.david@googlemail.com> Signed-off-by: schakrad <chakradari.sindhu@gmail.com>
- Loading branch information
Showing
29 changed files
with
1,264 additions
and
675 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.