This project is mirrored from https://gitee.com/NQL886/argo-cd.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 08 Oct, 2019 5 commits
-
-
Adam Johnson authored
Convert maintenance windows to sync windows (#2416)
-
jannfis authored
-
Simon Behar authored
-
Simon Behar authored
-
Alexander Matyushentsev authored
* Issue #1099 - Add labels filter to application list page * Issue #1099 - Add labels to application details page
-
- 07 Oct, 2019 5 commits
-
-
Michael Bridgen authored
-
Aalok Ahluwalia authored
-
Alexander Matyushentsev authored
-
Alex Collins authored
-
Zoltán Reegn authored
-
- 04 Oct, 2019 5 commits
-
-
Alexander Matyushentsev authored
App status panel shows metadata of current revision in git instead of most recent reconciled revision (#2419)
-
Alex Collins authored
-
Alex Collins authored
-
Simon Behar authored
-
Simon Behar authored
-
- 03 Oct, 2019 4 commits
-
-
Alexander Matyushentsev authored
-
Alexander Matyushentsev authored
-
Alexander Matyushentsev authored
* Issue #2316 - support deprecated 'helm.repositories' config * Address reviewer notes
-
Alexander Matyushentsev authored
Issue #2378 - Creating an application from Helm repository should select Helm as source type (#2409)
-
- 02 Oct, 2019 5 commits
-
-
Alex Collins authored
-
Alex Collins authored
-
Alex Collins authored
-
Alex Collins authored
-
Alexander Matyushentsev authored
-
- 01 Oct, 2019 5 commits
-
-
Adam Johnson authored
* Add maintenance windows for applications, configured at the project level * move maintenance window check out of autoSync(), fix imports and error checking * fix ui lint * add some more tests for maintenance * patch after pre-commit * Add more tests for maintenance windows * Remove Dockerfile as it was added by mistake
-
Andrew Waters authored
-
Fred Dubois authored
In openshift clusters, the user id of your container can be arbitrary, so you need to make the running images compatible with this behavior. The problematic application for argo-cd was the repo server. When trying to clone the repos it was getting the error "No user exists for uid 100083000" (100083000 was the random user id being injected by openshift in my case). This was because the user 100083000 wasn't in the /etc/passwd file. The changes in this commit add a uid_entrypoint.sh script that, when the container starts, modifies the /etc/passwd file to add an entry with the current UID _only_ if the current UID isn't there. References: * Problematic behavior of ssh when user id isn't in the /etc/passwd file: https://unix.stackexchange.com/questions/524268/running-git-or-ssh-client-in-docker-as-user-no-user-exists-for-uid * OpenShift guidelines on how to make your docker image runnable by arbitrary user ids: https://access.redhat.com/documentation/en-us/openshift_container_platform/3.11/html/creating_images/creating-images-guidelines#use-uid
-
Alexander Matyushentsev authored
-
Alexander Matyushentsev authored
-
- 30 Sep, 2019 5 commits
-
-
Alexander Matyushentsev authored
-
Alexander Matyushentsev authored
-
Alexander Matyushentsev authored
-
Alex Collins authored
-
Alex Collins authored
-
- 27 Sep, 2019 2 commits
-
-
dthomson25 authored
-
jannfis authored
-
- 26 Sep, 2019 2 commits
-
-
Alex Collins authored
-
Alexander Matyushentsev authored
* Issue #2261 - Refactor Helm first class support * Address code review comments * Remove unused field from GetAppDetails method
-
- 25 Sep, 2019 1 commit
-
-
Yujun Zhang authored
-
- 23 Sep, 2019 1 commit
-
-
Alex Collins authored
-