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. 05 Feb, 2021 2 commits
  2. 06 Jan, 2021 1 commit
  3. 05 Jan, 2021 1 commit
  4. 11 Dec, 2020 1 commit
  5. 02 Dec, 2020 1 commit
  6. 17 Nov, 2020 1 commit
  7. 10 Nov, 2020 1 commit
  8. 03 Nov, 2020 1 commit
  9. 02 Nov, 2020 2 commits
  10. 30 Oct, 2020 1 commit
  11. 29 Oct, 2020 1 commit
  12. 27 Oct, 2020 5 commits
  13. 20 Oct, 2020 1 commit
  14. 09 Oct, 2020 2 commits
  15. 07 Oct, 2020 1 commit
    • May Zhang's avatar
      feat: autosync protection (#4475) · 286f98ba
      May Zhang authored
      * feat: autosync protection
      
      * feat: autosync protection - update doc
      
      * feat: autosync protection - update doc with version
      286f98ba
  16. 14 Sep, 2020 1 commit
  17. 08 Sep, 2020 1 commit
  18. 04 Sep, 2020 1 commit
    • dherman's avatar
      perf: upgrade redis deps to enable compression (#4259) · b3be9104
      dherman authored
      Newer versions of the redis go libraries include built-in support for
      compression of values going to and from redis.  Since the controller
      is extremely chatty and makes heavy use of redis for caching, this
      reduces the amount of bandwidth requires significantly.
      
      This change should be backwards compatible since the redis libraries
      detect whether or not compression was used and does not error in the
      no compression case.
      
      Fixes #4256
      b3be9104
  19. 01 Sep, 2020 2 commits
  20. 31 Aug, 2020 1 commit
  21. 29 Aug, 2020 1 commit
  22. 28 Aug, 2020 1 commit
  23. 26 Aug, 2020 1 commit
  24. 25 Aug, 2020 1 commit
    • Johan's avatar
      feat: Add configurable Helm version (#4111) · f208700f
      Johan authored
      This commit adds support for configurable Helm version either via
      declarative syntax or via argocd cli.
      
      New helm option 'Version' added to the ApplicationSourceHelm
      struct which can be either 'v2' or 'v3'.
      
      Argocd app create accepts '--helm-version' that also looks for the
      same Helm versions as above.
      f208700f
  25. 24 Aug, 2020 1 commit
  26. 11 Aug, 2020 1 commit
  27. 10 Aug, 2020 1 commit
  28. 06 Aug, 2020 2 commits
  29. 05 Aug, 2020 1 commit
  30. 04 Aug, 2020 2 commits