https://github.com/argoproj/argo-cd

sort by:
Revision Author Date Message Commit Date
9b21c25 Update manifests to v1.5.0-rc3 30 March 2020, 22:00:06 UTC
e1deca2 fix: avoid nil pointer dereference in badge handler (#3316) 30 March 2020, 21:30:38 UTC
6262142 fix: pass APIVersions value to manifest generation request during app validation and during app manifests loading (#3312) * fix: pass APIVersions value to manifest generation request during app validation and during app manifests loading 30 March 2020, 20:38:15 UTC
ab1f9e4 fix: update help info about argcd account can-i (#3310) Signed-off-by: Shuwei Hao <haoshuwei24@gmail.com> 30 March 2020, 20:23:30 UTC
36d1b42 Fix possible panic when generating Dex config from malformed YAML (#3303) 30 March 2020, 20:23:26 UTC
8b9d25f fix: SSO user unable to change local account password (#3297) (#3298) * fix: SSO user unable to change local account password (#3297) * apply code review notes 30 March 2020, 20:23:22 UTC
323af4d fix: use pagination while loading initial cluster state to avoid memory spikes (#3299) 30 March 2020, 20:23:19 UTC
a946b70 fix: fix Cannot read property 'length' of undefined error (#3296) 30 March 2020, 20:23:15 UTC
f9f1bda Update manifests to v1.5.0-rc2 26 March 2020, 05:12:54 UTC
e66b610 fix: implement workaround for helm/helm#6870 bug (#3290) * fix: implement workaround for helm/helm#6870 bug * Update app_management_test.go 26 March 2020, 05:11:46 UTC
53897e5 improvement: remove app name and project labels from reconcliation histogram to reduce cardinality (#3271) 25 March 2020, 19:42:23 UTC
7e0d8a4 fix: increase max connections count to support clusters with very large number of CRDs (#3278) 25 March 2020, 17:03:40 UTC
3684a10 Update manifests to v1.5.0-rc1 20 March 2020, 20:48:19 UTC
ab80a81 fix: prevent syncing the same cluster cache multiple times due to race condition (#3256) 19 March 2020, 19:44:23 UTC
6905196 feat: rework prometheus metrics to support richer dashboards (#3254) * the argocd_app_sync_status and argocd_app_health_status are deprecated in place of additional labels to argocd_app_info * argocd_app_created_time is deprecated * deprecated labels can be re-enabled using ARGOCD_LEGACY_CONTROLLER_METRICS * operation label was added to argocd_app_info to support a guauge of in-progress operations. * dest_server label was added to k8s related counters to support filtering by cluster 19 March 2020, 02:59:51 UTC
4e283c1 fix: upgrade argoproj/pkg version (#3255) 19 March 2020, 01:22:40 UTC
1b5925a fix: stop trigging auto-syncing if app only need to prune resources and automated prune is disabled (#3253) 18 March 2020, 21:19:54 UTC
d500b27 feat: store the name operation initator in the app CRD (#3252) 18 March 2020, 20:32:39 UTC
868b4c4 fix: UI crashes when trying to enable auto-sync (#3251) 18 March 2020, 18:37:32 UTC
4bbce1c perf: reduce unnecessary K8s calls for CRDs during reconciliation (#3246) * reduce K8s calls for CRDs during reconciliation * additional metric labels to k8s API requests (server, verb, kind, namespace) 18 March 2020, 10:28:31 UTC
127f50d fix: really skip app requeing for some types of resources (#3225) * Really skip app requeing * Add new user 18 March 2020, 06:03:01 UTC
e51aab8 fix: applications.List API should sort apps by name (#3248) 18 March 2020, 00:10:54 UTC
85a746f feat: Add revision to status badge (#2445) (#3128) * Refactor SVG and colour assignment * Add option to include revision (short SHA) in the badge * Remove unnecessary conversion 17 March 2020, 22:44:40 UTC
3c2be61 feat: implement Service Account / Local Users (#3215) * feat: implement Service Account / Local Users * add local users documentation * implement accounts management UI * address code review notes 17 March 2020, 22:31:37 UTC
42d5723 feat: use --api-versions during helm chart rendering (#3243) 17 March 2020, 21:20:36 UTC
b3f8e7a docs: add v1.5 change log (#3244) 17 March 2020, 18:50:00 UTC
476b09c feat: improve api-server and controller performance (#3222) * group read comparison settings during app reconciliation * Reduce lock contention in clusterInfo::ensureSynced(). Add getRepoObj stats * Remove additional source of lock contention * Exclude the coordination.k8s.io/Lease resource Co-authored-by: Alexander Matyushentsev <amatyushentsev@gmail.com> 16 March 2020, 18:51:59 UTC
487d664 Add missing parentheses to Webhook docs (#3239) 16 March 2020, 16:44:15 UTC
0378819 Test for nil to prevent nil pointer dereference (#3237) 16 March 2020, 16:43:44 UTC
bbb925c Update testify to v1.5.1 (#3209) 14 March 2020, 02:33:22 UTC
9d1a378 fix: fix broken URL regex expression (#3236) 13 March 2020, 21:35:08 UTC
e2358ca refactor: use http forwarders from argoproj/pkg repository (#3235) 13 March 2020, 18:50:19 UTC
5cd12a3 fix: 'requires pruning' is not rendered on app details page for resources that should be pruned (#3234) 13 March 2020, 18:36:08 UTC
ebb06b8 fix: app reconciliation fails with panic: index out of (#3233) 13 March 2020, 17:52:24 UTC
d5d01ec fix: upgrade argoproj/pkg version to fix leaked sensitive information in logs (#3230) 12 March 2020, 20:19:14 UTC
e13bb79 add docs on mapping different scopes for microsoft (#3224) 11 March 2020, 16:06:04 UTC
a8b6282 improvement: Surface failure reasons for Rollouts/AnalysisRuns (#3219) * Modify AnalysisRun error messages. Return hard-coded value if AnalysisRun status doesn't contain message * Create tests 10 March 2020, 23:18:51 UTC
fc00d73 docs: Create USERS.md (#3206) * Create USERS.md Create a new USERS file to keep track of who is using Argo CD to minimize scrolling on README. * Update README.md Removed `Who users Argo CD` section from README. Users are now tracked in USERS file. * Update README.md * Update README.md * Update USERS.md * Update pull_request_template.md 10 March 2020, 08:01:35 UTC
303d46e docs: Fixed documentation fault in user-guide/projects/ (#3207) * Update projects.md ~ Fixed adding policy with wildcard in documentation * Update projects.md ~ acutally fixed the command completly 09 March 2020, 19:20:57 UTC
a00798b fix: set MaxCallSendMsgSize to MaxGRPCMessageSize for the GRPC caller (#3189) 08 March 2020, 03:30:44 UTC
1c4a151 feat(ui): add docs to sync policy options present in create application panel (Close #3098) (#3203) * feat(ui): document sealHeal & pruneResources options in create-application panel * fix(ui): re-order import statements in application-create-panel.tsx * docs: correct a typo in user guide auto_sync.md * docs: document Automatic Self-Healing in user guide auto_sync.md * docs: add v1.4.3 changelog * fix: capitalize git word * docs: update CHANGELOG * docs: remove CHANGELOG update 07 March 2020, 17:03:15 UTC
0ca35ef Add Prudential to the customer list (#3199) Signed-off-by: Alex Khaerov <alex.khaerov@prudential.com.sg> 07 March 2020, 00:26:44 UTC
b38a9aa fix: codegen task is broken locally (#3200) 06 March 2020, 20:51:03 UTC
5b239fc fix: stop caching helm index (#3193) * fix: stop caching helm index * Apply reviewer notes 05 March 2020, 18:55:47 UTC
fdf7566 fix: error message on login page if login is disabled (#3198) 05 March 2020, 18:54:26 UTC
389858b Add note about where the valueFiles param references (#3196) This file seems to serve as the only real reference as to what parameters are available for the Application CRD. It took me a bit of trial and error to figure out that these are in the git repo referenced and relative to the path of the helm chart set previously. Hopefully this helps a future user save some time. 05 March 2020, 18:00:33 UTC
20adad7 feat: Disable Admin Login (fixes #3019) (#3179) feat: Disable Admin Login (fixes #3019) (#3179) 04 March 2020, 23:26:07 UTC
f37ae1c docs: document resource.inclusions setting (#3190) * docs: document resource.inclusions setting * clarify that resource.inclusions and resource.exclusions might be used together 04 March 2020, 16:33:08 UTC
6edd18b feat: support helm3 (#2383) (#3178) * feat: support helm3 (#2383) * draft * Apply reviewer notes 04 March 2020, 16:05:44 UTC
4d23fe8 feat: add "service-account" flag to "cluster add" command (#3183) (#3184) * Add "skip-rbac-setup" flag to "cluster add" command "InstallClusterManagerRBAC" method of the clusterauth package is somewhat opinionated about rolebindings and role definitions for "argocd-manager" SA. Sometimes it is desirable however to manually pre-configure such bindings and/or modify them in order to comply with existing infrastructure requirements. This commit introduces a new option "--skip-rbac-setup" which allows operator to skip the aforementioned "InstallClusterManagerRBAC" method call. * Modified --skip-rbac-setup into --service-account flag * use reference instead of hardoded SA name 04 March 2020, 13:25:36 UTC
7eeefb0 docs: correct typo in diffing section on HPAs (#3172) Reordering `spec.metrics` will fix an OutOfSync state due to the HPA controller reordering this array. The previously referenced `spec.replicas` field doesn't exist within any known version of the `HorizontalPodAutoscaler` (autoscaling/v1, autoscaling/v2beta1, or autoscaling/v2beta2) 04 March 2020, 01:51:21 UTC
3ae5b2b Fixed description of non-cascade command in App Deletion (#3173) 02 March 2020, 17:01:05 UTC
cdebd26 examples/dashboard.json: removing filling, add increase to grpc metrics (#3154) 28 February 2020, 18:12:02 UTC
3a088c7 fix: dex proxy should forward request to dex preserving the basehref (#3165) 28 February 2020, 17:57:14 UTC
5a363e9 Update Go version from v1.13.8 to v1.14.0 (#3162) 28 February 2020, 16:42:56 UTC
57ea242 fix: set default login redirect to baseHRef (#3164) 27 February 2020, 19:35:51 UTC
94d7c10 fix: don't double-prepend basehref to redirect URLs (fixes #3137) (#3138) * fix: don't double-prepend basehref to redirect URLs Fixes https://github.com/argoproj/argo-cd/issues/3137 * ui/src/app: add basehref to window.location.href assignment 26 February 2020, 23:13:42 UTC
2802789 fix: upgrade redis-ha chart and enable haproxy (#3147) * fix: upgrade redis-ha chart and enable haproxy * fix: regenerate manifests, revert removal of failover cache client * fix: add kustomize patch to strip namespace from redis-ha manifests 26 February 2020, 22:22:34 UTC
0c610f9 fix broken url and resize it (#3145) 26 February 2020, 22:18:41 UTC
990d9ef Use a more sane regexp pattern without capture groups for URL matching (#3161) 26 February 2020, 18:07:52 UTC
6592773 improvement: example/dashboard.json: added labels to legends (#3140) 22 February 2020, 09:32:59 UTC
beee4de fix: make dex server deployment init container resilient to restarts (#3136) 20 February 2020, 20:52:21 UTC
7fde387 Update auth0.md (#3133) cosmetics Signed-off-by: David Karlsen <david@davidkarlsen.com> 19 February 2020, 19:30:00 UTC
64c8ac7 Update Go version from v1.13.7 to v1.13.8 (#3129) 17 February 2020, 21:42:19 UTC
f230df9 Improve docs for Hooks (#3115) 14 February 2020, 15:39:47 UTC
c9b0fdf Add missing CHANGELOG entry for 1.2.5 (#3109) 14 February 2020, 15:39:08 UTC
ea57d15 fix: Allow multiple hostnames per SSH known hosts entry and also allow IPv6 (#2814) (#3074) * Allow multiple hostnames per SSH known hosts entry and also allow IPv6 * Satisfy lint monster * And also satisfy the other lint monster 10 February 2020, 22:11:50 UTC
ebc0481 feat: Supports the validate-false option at an app level. Closes #1063 (#2542) 10 February 2020, 22:09:25 UTC
3b8405a add Bank-Vaults to Secret Management (#3106) 10 February 2020, 22:05:22 UTC
66d496d fix: argocd-util backup produced truncated backups. import app status (#3096) 10 February 2020, 19:24:33 UTC
9d71ae5 Adding ThousandEyes to user-list in README.md (#3103) 10 February 2020, 16:44:14 UTC
85d660f Update custom_tools.md (#3100) docs: fix typo in custom_tools.md (#3100) 10 February 2020, 08:11:55 UTC
d528629 fix: install exact version of mkdocs and mkdocs_material during docs site building (#3095) 08 February 2020, 00:06:06 UTC
916d4ae fix: reduct secret values of manifests stored in git (#3088) 07 February 2020, 23:40:58 UTC
59d7b7d fix: ui referring to /api/version using absolute path (#3092) 07 February 2020, 23:39:07 UTC
18c8716 feat: add dest cluster and namespace in the Events (#3093) 07 February 2020, 23:38:58 UTC
a1afe44 docs: Fix json pointer in docs (#3087) We just copy/pasted this json pointer because we deployed a `MutatingWebhookConfiguration` and realized it wasn't fixing the out of sync. 06 February 2020, 20:19:21 UTC
1695457 fix: when user tries to rollback an app with auto-sync enabled UI should ask for user confirmation once (#3080) 04 February 2020, 22:55:17 UTC
06bc406 fix: labels not being deleted via UI (#3081) 04 February 2020, 21:49:21 UTC
d67b4f6 Fix: correct a typo in kustomize.md (#3079) Only for the sake of perfection, replacing `it's` with `its` :) More on this here[http://its-not-its.info/](http://its-not-its.info/) 04 February 2020, 07:47:04 UTC
d2ff588 Rollback disables auto sync issue #2441 (#2591) * rollback disables auto sync * add error check * Add confirmation to disable auto sync in ui and revert backend change 04 February 2020, 00:48:22 UTC
205926f feat: allow ssh and http repository references in bitbucketserver webhook #2773 (#3036) * check ssh and https url in bitbucketserver webhook * do not break up checking webhook urls if one check fails * log webhook url if regexp compile fails 03 February 2020, 09:03:48 UTC
c4dd9d1 Use 'latest' as default tag for Docker image builds (#3072) 02 February 2020, 04:47:25 UTC
74fe4af fix: HTTP|HTTPS|NO_PROXY env variable reading #3055 (#3063) * attempting to fix HTTP|HTTPS|NO_PROXY env variable reading #3055 -> @jannfis tnx for the snippet ;) * adding a couple of sponsors references * fix! semanthic and form of the statement * doc: add ref. to companies that sponsored my work on ArgoCD #3055 * avoiding problems * Trigger notification Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> 02 February 2020, 04:46:20 UTC
949808f docs: Add MOO Print to list of users (#3065) * Add MOO Print to list of users * Re-sort 'Who uses' list alphabetically 31 January 2020, 22:36:50 UTC
9ef80ef chore: Update CHANGELOG.md up to 1.4.2 (#3069) 31 January 2020, 21:41:23 UTC
1801212 chore: Upgrade Go version from v1.13.6 to v1.13.7 (#3056) 31 January 2020, 21:00:43 UTC
722d5b0 fix: Correct usage text for repo add command regarding insecure repos (#3068) * Correct usage information for repo add command regarding insecure repositories * Retrigger stuck CI 31 January 2020, 20:50:39 UTC
9f85052 fix: Ensure SSH private key is written out with a final newline character (#2890) (#3064) * Ensure SSH private key is written out with a final newline character * Retrigger stuck CI 31 January 2020, 19:02:43 UTC
9e81c38 fix: Handle SSH URLs in 'git@server:org/repo' notation correctly (#3062) * Handle invalid repo URLs better * Safeguard Git repository root at client creation 31 January 2020, 09:14:22 UTC
ff40297 fix sso condition when several sso connectors has been configured (#3057) 30 January 2020, 21:40:16 UTC
c8d74d1 Fix bug where the same pointer is used. (#3059) 30 January 2020, 17:47:18 UTC
a3f8ec3 chore: fix codegen-local (#3053) 29 January 2020, 19:00:32 UTC
c771824 chore: publish image on every push to master (#3051) 29 January 2020, 18:09:16 UTC
57eeaa4 Changes to enable helm --set-file (#2752) Necessary STDIN changes to support Windows Added support for SE Linux Informational message about linting OOM Updated due to latest helm stable being 3.x 29 January 2020, 16:26:05 UTC
7edcf47 docs: Clarify syntax for diff customization should be json-patch (#3044) One might assume that Argo is expecting [JSONPath](https://kubernetes.io/docs/reference/kubectl/jsonpath/) rather than JSON Patch, which this commit clarifies via a link to the official RFC. 29 January 2020, 15:46:58 UTC
f561f22 Removing extra dot in docs (#3043) This dot breaks the yaml and it shouldn't be present 28 January 2020, 23:07:21 UTC
dcea620 Update argo-ui dependency to latest commit in master (#3038) 27 January 2020, 16:57:46 UTC
9790a5d fix: Better handling of K8s secrets for repository credentials & templates (#3016 #3028) (#3029) * Fix for calculation of credential secrets' names and secret deletion * Fix comments to reflect reality * Update unit tests * Don't encode parts of the repo URL into secret names anymore * Lint fixes * Satisfy linter: Remove unused variable * Retrigger stuck CI 27 January 2020, 15:56:41 UTC
b1d281e Allow dash character in output of kubectl version (#3035) 27 January 2020, 15:16:37 UTC
back to top