summaryrefslogtreecommitdiff
path: root/spec/controllers/admin/clusters/applications_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove typo from factory name65297-fix-typo-on-clusters_applications_cert_managers-factoryJoão Cunha2019-07-301-1/+1
| | | | | - the typo in this factory name was precluding us from properly creating dynamic code to remove duplciation.
* Remove instance_clusters feature_flagremove_group_and_instance_clusters_feature_flagThong Kuah2019-06-281-10/+0
| | | | | | Now we have terminals for instance and group clusters we can remove the FF now. Deploying to instance clusters has been working without complaints too.
* Check instance cluster feature at policy levelJames Fargher2019-05-071-0/+10
| | | | Try to simplify feature flag checks by using policies
* Instance level kubernetes clusters adminJames Fargher2019-05-071-0/+139
Instance level clusters were already mostly supported, this change adds admin area controllers for cluster CRUD