summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/_banner.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-4/+4
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-101-8/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-131-3/+3
|
* Hide cluster details until cluster is createdMike Greiling2019-08-021-2/+3
| | | | | Only display the details of the cluster page when the cluster exists. If it is in "creating" state, show a message and a spinner
* Add changelog entryJacques Erasmus2019-05-271-0/+12
| | | | Added a changelog entry for the feature
* Removes experimental label from cluster viewsremove-experimental-label-from-cluster-viewsMayra Cabrera2018-11-051-6/+0
| | | | | | | | | | | As part of https://gitlab.com/gitlab-org/gitlab-ce/issues/51716, we need to remove 'experimental' labels from cluster views (show and form), as well as the promp about cluster configuration, since it won't apply. These changes were originally introduced on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22011/, but we're trying to reduce the size of that MR as it's to big to review with confidence.
* Resolve controller sharing concernThong Kuah2018-11-011-0/+15
Use ClustersController as base while having Projects::ClustersController to inform what `clusterable` is. Thanks @ayufan for the great suggestion ! - View changes to work with new approach - Fix javascript for new approach - Fix feature specs for new approach - Fix QA