summaryrefslogtreecommitdiff
path: root/spec/presenters/group_clusterable_presenter_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-0/+6
|
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-16/+0
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-261-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-081-0/+6
|
* Remove duplicate clusterable presenter methodinstance_level_clustersJames Fargher2019-05-071-6/+0
|
* Show health graphs on group-levelPeter Leitzen2019-05-061-0/+6
| | | | Tweak cluster helper and refactor its specs.
* Sends update route to the clientJoão Cunha2019-03-051-0/+8
| | | | | - extends presenters to include update endpoint path - sends path to the client on clusters clusters show view.
* Extend clusters_controller for group type clustersThong Kuah2018-11-081-0/+77
- Add pages javascripts to intialize clusters for group pages - Move specs asserting gcp specific validations from controller into UpdateService spec - Also teach Clusters::ApplicationController about groups