summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/_banner.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* 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