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 Apr, 2021 1 commit
  2. 02 Apr, 2021 1 commit
  3. 29 Mar, 2021 3 commits
  4. 19 Mar, 2021 1 commit
  5. 16 Mar, 2021 2 commits
  6. 07 Mar, 2021 1 commit
  7. 04 Mar, 2021 1 commit
  8. 02 Mar, 2021 1 commit
  9. 20 Jan, 2021 1 commit
  10. 11 Jan, 2021 1 commit
  11. 04 Jan, 2021 2 commits
  12. 14 Dec, 2020 1 commit
  13. 10 Dec, 2020 1 commit
  14. 19 Nov, 2020 1 commit
  15. 05 Nov, 2020 1 commit
  16. 02 Nov, 2020 1 commit
  17. 29 Oct, 2020 1 commit
  18. 28 Oct, 2020 1 commit
  19. 22 Oct, 2020 1 commit
  20. 09 Oct, 2020 1 commit
  21. 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
  22. 05 Oct, 2020 1 commit
  23. 15 Sep, 2020 1 commit
  24. 09 Sep, 2020 1 commit
  25. 31 Aug, 2020 1 commit
  26. 26 Aug, 2020 1 commit
  27. 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
  28. 24 Aug, 2020 1 commit
  29. 13 Aug, 2020 1 commit
  30. 04 Aug, 2020 1 commit
  31. 28 Jul, 2020 1 commit
  32. 27 Jul, 2020 1 commit
  33. 13 Jul, 2020 1 commit
  34. 09 Jul, 2020 1 commit
  35. 25 Jun, 2020 1 commit
    • May Zhang's avatar
      fix: jwtTokens are reset when applying AppProjects (#3791) · 7fbf51c3
      May Zhang authored
      * jwtTokens are reset when applying AppProjects
      
      * fix unit tests in server_test.go
      checking in generated.pb.go
      
      * fix unit tests in rbackpolicy_test.go
      
      * fix yarnl lint errors
      
      * fix delete token in both spec and status
      
      * add tests
      
      * fixing failed test
      
      * fixing failed test
      
      * retry 3 times during update
      
      * renamed CRD fields.
      Updated nomalize method.
      
      * fixed UI
      
      * fixing merge conflicts
      
      * fixing merge conflicts
      
      * removed unused variables in UI
      renamed a CRD field
      updated combineToken logic using map
      
      * Only update project which needs normalize token.
      
      * Changed logging.
      
      * check for nil
      
      * Fix UI
      
      * added project role get tests
      
      * rename variables
      
      * clean up
      
      * fixing failed tests
      
      * fixing failed tests
      
      * fixing error handling for remove token
      
      * log err when we have retried 3 times
      
      * sort tokens
      
      * sort tokens
      7fbf51c3
  36. 22 Jun, 2020 1 commit
    • jannfis's avatar
      feat: GPG commit signature verification (#2492) (#3242) · be718e2b
      jannfis authored
      * Add initial primitives and tests for GPG related operations
      
      * More tests and test documentation
      
      * Move gpg primitives to own module
      
      * Add initial primitives for running git verify-commit and tests
      
      * Improve and better comment test
      
      * Implement VerifyCommitSignature() primitive for metrics wrapper
      
      * More commentary
      
      * Make reposerver verify gpg signatures when generating manifests
      
      * Make signature validation optional
      
      * Forbid use of local manifests when signature verification is enabled
      
      * Introduce new signatureKeys field in project CRD
      
      * Initial support for only syncing against signed revisions
      
      * Updates to GnuPG primitives and more test cases
      
      * Move signature verification to correct place and add tests
      
      * Add signature verification result to revision metadata and display it in UI
      
      * Add more primitives and move out some stuff to common module
      
      * Add more testdata
      
      * Add key management primitives to Argo...
      be718e2b