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. 31 Aug, 2020 1 commit
  2. 26 Aug, 2020 1 commit
  3. 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
  4. 24 Aug, 2020 1 commit
  5. 13 Aug, 2020 1 commit
  6. 04 Aug, 2020 1 commit
  7. 28 Jul, 2020 1 commit
  8. 27 Jul, 2020 1 commit
  9. 13 Jul, 2020 1 commit
  10. 09 Jul, 2020 1 commit
  11. 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
  12. 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
  13. 20 Jun, 2020 1 commit
  14. 11 Jun, 2020 1 commit
  15. 10 Jun, 2020 3 commits
  16. 08 Jun, 2020 1 commit
    • May Zhang's avatar
      fix: support partial sync with namespace. (#3705) · 0a815be0
      May Zhang authored
      * support partial sync with namespace.
      
      * corrected test folder name
      
      * Trying to fix lint error
      
      * 1. in test, delete ns after test
      2. in test, created new methods for ResourceSyncStatusWithNamespaceIs and ResourceHealthWithNamespaceIs.
      
      * reformat imports
      
      * simplify code
      
      * remove timeout
      0a815be0
  17. 01 Jun, 2020 1 commit
  18. 27 May, 2020 1 commit
  19. 23 Apr, 2020 1 commit
  20. 21 Apr, 2020 1 commit
  21. 15 Apr, 2020 1 commit
  22. 14 Apr, 2020 1 commit
  23. 13 Apr, 2020 1 commit
    • rachelwang20's avatar
      feat: Let user to define meaningful unique JWT token name (#3388) · b4236e1d
      rachelwang20 authored
      * feat: Let user to define meaningful unique JWT token name
      
      * Update sessionmanager.go
      
      * Update server_test.go
      
      * Update sessionmanager_test.go
      
      * Adding get JWTToken by id if not then by issued time
      
      * Adding relate tests
      
      * Adding relate tests
      
      * Retrigger the build
      
      * feat: Let user to define meaningful unique JWT token name
      
      * Update sessionmanager.go
      
      * Update server_test.go
      
      * Update sessionmanager_test.go
      
      * Adding get JWTToken by id if not then by issued time
      
      * Adding relate tests
      
      * Retrigger the build
      
      * feat: Let user to define meaningful unique JWT token name
      
      * Adding get JWTToken by id if not then by issued time
      
      * Adding relate tests
      
      * Adding UI change
      
      * add yarn lint
      b4236e1d
  24. 26 Mar, 2020 1 commit
  25. 18 Mar, 2020 1 commit
  26. 20 Feb, 2020 1 commit
  27. 10 Feb, 2020 1 commit
  28. 29 Jan, 2020 1 commit
  29. 15 Jan, 2020 1 commit
  30. 13 Dec, 2019 1 commit
  31. 11 Dec, 2019 1 commit
  32. 03 Dec, 2019 1 commit
  33. 28 Oct, 2019 1 commit
  34. 18 Oct, 2019 1 commit
  35. 17 Oct, 2019 1 commit
  36. 16 Oct, 2019 1 commit
  37. 08 Oct, 2019 1 commit
  38. 01 Oct, 2019 1 commit
    • 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