argo-cd/controller
jannfis 4fa47ce6cd Only delete resources during app delete cascade if permitted to (fixes #2693) (#2695)
* Only delete resources during app delete if we're permitted to

* Permission checks need to move to a different place

* Add unit tests

* Return map of actually deleted object, so we can test against it

* Better error handling

* Move logic into shouldBeDeleted()
2019-12-09 08:39:20 -08:00
..
cache Issue #2721 - cache parsed repositories, repo credentials to avoid unnecessary yaml parsing (#2809) 2019-12-04 15:23:18 -08:00
metrics Work-around golang cilint error (#2499) 2019-10-15 14:36:33 -07:00
appcontroller.go Only delete resources during app delete cascade if permitted to (fixes #2693) (#2695) 2019-12-09 08:39:20 -08:00
appcontroller_test.go Only delete resources during app delete cascade if permitted to (fixes #2693) (#2695) 2019-12-09 08:39:20 -08:00
state.go Issue #2721 - cache parsed repositories, repo credentials to avoid unnecessary yaml parsing (#2809) 2019-12-04 15:23:18 -08:00
state_test.go Make ConvertToVersion maybe 1090% faster on average (#2820) 2019-12-06 17:31:54 -08:00
sync.go Fix bug preventing Helm CRDs from being installed (#2500) 2019-10-16 10:12:38 -07:00
sync_hooks.go Detach ArgoCD from specific workflow API (#2428) 2019-10-08 12:23:58 -07:00
sync_phase.go Issue #2480 - Helm Hook is executed twice if annotated with both pre-install and pre-upgrade annotations (#2481) 2019-10-11 10:47:21 -07:00
sync_phase_test.go Issue #2480 - Helm Hook is executed twice if annotated with both pre-install and pre-upgrade annotations (#2481) 2019-10-11 10:47:21 -07:00
sync_task.go Helm hooks. Closes #355 (#2069) 2019-08-12 15:34:21 -07:00
sync_task_test.go Helm hooks. Closes #355 (#2069) 2019-08-12 15:34:21 -07:00
sync_tasks.go If there is only one wave and no pre/post hooks, we should be synced.… (#2217) 2019-08-27 08:56:59 -07:00
sync_tasks_test.go If there is only one wave and no pre/post hooks, we should be synced.… (#2217) 2019-08-27 08:56:59 -07:00
sync_test.go Fix bug preventing Helm CRDs from being installed (#2500) 2019-10-16 10:12:38 -07:00