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.
  1. 08 Oct, 2019 1 commit
  2. 01 Oct, 2019 2 commits
    • Adam Johnson's avatar
      Add project level maintenance windows for applications (#2380) · e6e47513
      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
      e6e47513
    • Fred Dubois's avatar
      Make argo-cd docker images openshift friendly (#2362) · 01ce567b
      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.re...
      01ce567b
  3. 26 Sep, 2019 1 commit
  4. 25 Sep, 2019 1 commit
  5. 06 Sep, 2019 1 commit
  6. 19 Aug, 2019 1 commit
  7. 09 Aug, 2019 1 commit
  8. 02 Aug, 2019 1 commit
  9. 30 Jul, 2019 1 commit
  10. 29 Jul, 2019 1 commit
  11. 25 Jul, 2019 1 commit
  12. 23 Jul, 2019 1 commit
  13. 17 Jul, 2019 1 commit
  14. 11 Jul, 2019 1 commit
  15. 10 Jul, 2019 1 commit
  16. 09 Jul, 2019 1 commit
    • Jake Utley's avatar
      Allow Helm parameters to force ambiguously-typed values to be strings (#1889) · afdfabd7
      Jake Utley authored
      * Allow Helm parameters to force ambiguously-typed values to be strings
      
      * Fix protobud issue for ForceString field
      
      * Ran pre-commit checks
      
      * Revert "Ran pre-commit checks"
      
      This reverts commit b384d16e46f093fbbbd469d45c7ba65fc35a123a.
      
      * Ran pre-commit checks
      
      * Revert "Ran pre-commit checks"
      
      This reverts commit dc9e31567ba791797c04fc09747caffc4a78c9c2.
      
      * Ran pre-commit checks
      afdfabd7
  17. 02 Jul, 2019 2 commits
  18. 27 Jun, 2019 1 commit
  19. 19 Jun, 2019 1 commit
  20. 18 Jun, 2019 3 commits
  21. 13 Jun, 2019 1 commit
  22. 06 Jun, 2019 2 commits
  23. 05 Jun, 2019 1 commit
  24. 04 Jun, 2019 1 commit
  25. 09 May, 2019 1 commit
  26. 04 May, 2019 1 commit
  27. 01 May, 2019 1 commit
  28. 12 Apr, 2019 1 commit
  29. 22 Mar, 2019 1 commit
  30. 18 Mar, 2019 1 commit
  31. 25 Feb, 2019 1 commit
  32. 24 Feb, 2019 1 commit
  33. 22 Feb, 2019 1 commit
  34. 19 Feb, 2019 1 commit
  35. 15 Feb, 2019 1 commit