summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/show.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-2/+0
|
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-3/+2
|
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-9/+8
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-16/+1
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-7/+9
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-3/+3
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+2
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-101-5/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-271-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-121-6/+16
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-141-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-071-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-181-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-221-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-151-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-231-0/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-201-4/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+1
|
* Add ability see deployments using a group clusterJacques Erasmus2019-09-041-27/+8
| | | | Added the ability to see project deployments using a group cluster
* Hide cluster details until cluster is createdMike Greiling2019-08-021-23/+26
| | | | | 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-1/+2
| | | | Added a changelog entry for the feature
* Show health graphs on group-levelPeter Leitzen2019-05-061-1/+1
| | | | Tweak cluster helper and refactor its specs.
* Prefer usage of helper `expanded_by_default?`Peter Leitzen2019-04-291-1/+1
| | | | Stop using `Rails.env.test?` in views.
* Correct path to cluster health partialReuben Pereira2019-04-101-1/+1
|
* Renames Cluster#managed? to provided_by_user?Mayra Cabrera2019-03-291-1/+1
| | | | | | This will allow to user the term managed? on https://gitlab.com/gitlab-org/gitlab-ce/issues/56557. Managed? will be used to distinct clusters that are automatically managed by GitLab
* Improvements for Knative installationMayra Cabrera2019-03-251-1/+1
| | | | | | | Displays Knative domain field automatically after Helm is successfully installed. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56954
* Removes EE differences for clusters/showFilipa Lacerda2019-03-191-0/+2
|
* 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