summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/show.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Add support for ingress hostnamesingress-hostnameswalkafwalka2019-03-071-2/+2
|
* Sends update route to the clientJoão Cunha2019-03-051-0/+1
| | | | | - extends presenters to include update endpoint path - sends path to the client on clusters clusters show view.
* Merge branch 'remove-duplicated-show-forms-on-cluster-views' into 'master'Grzegorz Bizon2019-01-291-5/+2
|\ | | | | | | | | Removes duplicated cluster show partials See merge request gitlab-org/gitlab-ce!24654
| * Removes duplicated cluster show partialsMayra Cabrera2019-01-281-5/+2
| | | | | | | | | | | | | | | | | | | | gcp/show and user/show partial contain basically the same html elements causing duplication. The difference between the partials is that one of them has html elements disabled if the cluster is managed. This MR aims to remove that duplication by having just a single show partial for both types
* | Externalize strings from `/app/views/clusters`George Tsiolis2019-01-291-4/+4
|/
* Require Knative to be installed only on an RBAC kubernetes clusterChris Baumbauer2019-01-041-0/+1
|
* Merge branch 'master' into certmanager-tempAmit Rathi2018-11-121-0/+1
|
* Hide project-specific cluster apps in non-project clustersMike Greiling2018-11-081-0/+1
|
* Merge branch 'master' into triggermesh-phase1-knativeChris Baumbauer2018-11-031-0/+1
|
* Resolve controller sharing concernThong Kuah2018-11-011-0/+53
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