summaryrefslogtreecommitdiff
path: root/spec/javascripts/clusters
Commit message (Collapse)AuthorAgeFilesLines
* Extend Cluster Applications to install GitLab Runner to Kubernetes clusterMayra Cabrera2018-03-011-2/+0
|
* Merge branch '42643-persist-external-ip-of-ingress-controller-gke' into 'master'Kamil Trzciński2018-03-013-0/+69
|\ | | | | | | | | Display ingress IP address in the Kubernetes page See merge request gitlab-org/gitlab-ce!17052
| * Use value attribute in ip inputFilipa Lacerda2018-02-221-2/+4
| | | | | | | | Removes double quoted string
| * Changes after reviewFilipa Lacerda2018-02-211-5/+1
| |
| * Remove duplicate IDFilipa Lacerda2018-02-201-3/+3
| |
| * Adds missing links, uses value instead of placeholder in input field and ↵Filipa Lacerda2018-02-203-3/+4
| | | | | | | | properly sets the ip key
| * Adds support to render the IP address in the application ingress rowFilipa Lacerda2018-02-191-0/+70
| | | | | | | | | | Updates components to use a slot to allow to reuse the clipboard button Adds tests
* | Move EE-specific JavaScript files to ee/app/assets/javascriptsRémy Coutable2018-02-263-3/+3
|/
* Merge branch 'winh-kubernetes-clusters' into 'master'Phil Hughes2018-02-061-5/+8
|\ | | | | | | | | | | | | Replace "cluster" with "Kubernetes cluster" Closes #41963 See merge request gitlab-org/gitlab-ce!16778
| * Replace "cluster" with "Kubernetes cluster"winh-kubernetes-clustersWinnie Hellmann2018-02-061-5/+8
| |
* | Resolve "Add a link to documentation on how to get external ip in the ↵Fabio Busatto2018-02-061-0/+1
|/ | | | Kubernetes cluster details page"
* Generalize toggle_buttons.jsgeneralize-js-toggle-buttonsEric Eastwood2018-01-262-66/+16
| | | | Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
* Extend Cluster Applications to allow installation of PrometheusMayra Cabrera2017-12-223-0/+18
|
* Merge remote-tracking branch 'origin/list-multiple-clusters' into ↵Kamil Trzcinski2017-12-032-1/+59
|\ | | | | | | cluster-page-with-list-clusters
| * Fix show page toggleFilipa Lacerda2017-11-291-1/+1
| |
| * Fix broken specsFilipa Lacerda2017-11-281-1/+1
| | | | | | | | Don't add disabled class to loading button
| * Changes after Frontend and UX review:Filipa Lacerda2017-11-281-9/+5
| | | | | | | | | | | | | | - Moves toggle button to a shared location - Adds tests for toggle button - Transforms Clusters class into function - Improves UX
| * Adds JS unit testsFilipa Lacerda2017-11-271-9/+8
| | | | | | | | | | Finishes tabs & table Updates e2e tests
| * Handle toggle button with API requestFilipa Lacerda2017-11-241-3/+35
| | | | | | | | | | | | Add tests Update empty state [ci skip]
| * Adds JS to toggle buttons [ci skip]Filipa Lacerda2017-11-241-0/+31
| |
* | Changes after review - improve UXFilipa Lacerda2017-12-031-1/+1
| |
* | Adds tests for javascriptFilipa Lacerda2017-12-031-0/+14
|/
* Merge branch '38464-k8s-apps' into add-ingress-to-cluster-applicationsKamil Trzcinski2017-11-072-27/+7
|\
| * Use flash for dismissable alertsEric Eastwood2017-11-071-25/+5
| |
| * Update Cluster application install to be enabled when erroredEric Eastwood2017-11-071-2/+2
| |
* | Merge branch '36629-35958-add-cluster-application-section' into ↵Eric Eastwood2017-11-063-12/+81
|\ \ | |/ | | | | | | | | | | | | | | add-ingress-to-cluster-applications Conflicts: app/assets/javascripts/clusters/clusters_bundle.js app/assets/javascripts/clusters/components/application_row.vue app/assets/javascripts/clusters/services/clusters_service.js
| * Add FE tests for not_installable/scheduled and cluster banner rules36629-35958-add-cluster-application-sectionEric Eastwood2017-11-063-12/+81
| |
* | Add Ingress to cluster applications sectionEric Eastwood2017-11-031-1/+1
|/
* Add applications section to GKE clusters pageEric Eastwood2017-11-035-0/+626