summaryrefslogtreecommitdiff
path: root/app/controllers/projects/clusters_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Simplify retrying for ClusterWaitForIngressIpAddressWorker and style changesDylan Griffith2018-02-231-3/+3
| | | | (#42643)
* Schedule Ingress IP address fetch from K8s after clusters page load (#42643)Dylan Griffith2018-02-201-0/+5
|
* Replace "cluster" with "Kubernetes cluster"winh-kubernetes-clustersWinnie Hellmann2018-02-061-3/+3
|
* Allow environment_scope in cluster controllersMatija Čupić2017-12-161-0/+2
|
* Remove cluster scope from ClustersController#indexMatija Čupić2017-12-111-5/+2
|
* Use ClustersFinder for setting countsMatija Čupić2017-12-051-4/+3
|
* Merge remote-tracking branch 'origin/list-multiple-clusters' into ↵Kamil Trzcinski2017-12-051-1/+1
|\ | | | | | | cluster-page-with-list-clusters
| * Remove references of project.cluster from specsMatija Čupić2017-12-041-1/+1
| |
* | Merge branch '35616-move-k8-to-cluster-page' into ↵Kamil Trzcinski2017-12-051-2/+3
|\ \ | | | | | | | | | cluster-page-with-list-clusters
| * | Use find instead of find_by!Shinya Maeda2017-12-051-1/+1
| | |
| * | Optimize Projects::ClustersController#clusterShinya Maeda2017-12-041-1/+2
| | |
| * | Use status polling definitinoShinya Maeda2017-12-041-1/+1
| | |
* | | Merge remote-tracking branch 'origin/list-multiple-clusters' into ↵Kamil Trzcinski2017-12-031-9/+33
|\ \ \ | |/ / |/| / | |/ cluster-page-with-list-clusters
| * Refactor ClustersController pagination testMatija Čupić2017-12-011-1/+1
| |
| * Use strings for @scope in ClustersController#indexMatija Čupić2017-11-301-1/+1
| |
| * Default to :all scope for ClustersController#indexMatija Čupić2017-11-291-1/+1
| |
| * Move cluster sourcing from before_action to #indexMatija Čupić2017-11-281-8/+2
| |
| * Expose scope to view in ClustersController#indexMatija Čupić2017-11-281-0/+1
| |
| * Changes after Frontend and UX review:Filipa Lacerda2017-11-281-1/+2
| | | | | | | | | | | | | | - Moves toggle button to a shared location - Adds tests for toggle button - Transforms Clusters class into function - Improves UX
| * Fix symbolization error in #clustersMatija Čupić2017-11-271-1/+1
| |
| * Use current_user in ClustersController#clustersMatija Čupić2017-11-271-1/+1
| |
| * Add cluster pagination to ClustersController#indexMatija Čupić2017-11-271-0/+1
| |
| * Use ClustersFinder in ClustersController#clustersMatija Čupić2017-11-271-2/+6
| |
| * Add cluster counts to ClustersController#indexMatija Čupić2017-11-271-1/+3
| |
| * Handle toggle button with API requestFilipa Lacerda2017-11-241-0/+2
| | | | | | | | | | | | Add tests Update empty state [ci skip]
| * Adds JS to toggle buttons [ci skip]Filipa Lacerda2017-11-241-4/+14
| |
| * Move cluster loading to ClustersController#indexMatija Čupić2017-11-161-5/+1
| |
| * List multiple clusters on ClustersController#indexMatija Čupić2017-11-161-5/+5
| | | | | | | | | | | | Also: * Stub out index view * Adds the clusters before_action that returns all clusters
| * Find cluster by id in ClustersController#clusterMatija Čupić2017-11-161-1/+1
| | | | | | | | | | Prepares the controller for handling multiple clusters instead of just one.
* | Update specsKamil Trzcinski2017-12-031-0/+2
| |
* | First round of testsKamil Trzcinski2017-12-031-1/+1
| |
* | Filter update paramsKamil Trzcinski2017-12-031-9/+19
| |
* | Fix controllers and linksKamil Trzcinski2017-12-031-1/+5
| |
* | Expand update_params to accept platform_kubernetes_attributes(api_url, etc)Shinya Maeda2017-12-031-1/+8
| |
* | Extend controllers to support a new data structure for manual Kubernetes ↵Kamil Trzcinski2017-12-031-73/+3
|/ | | | clusters
* Merge branch '35616-move-gke-form-1st-iteration' into ↵Shinya Maeda2017-11-041-5/+8
|\ | | | | | | move-kubernetes-from-service-to-clusters-page-10-2-ver
| * Fix pipeline. Fix routing when validation failed.Shinya Maeda2017-11-011-1/+1
| |
| * Fix paths to the first pageKamil Trzcinski2017-11-011-9/+7
| |
| * Adds buttons to the first page.Filipa Lacerda2017-10-271-1/+6
| | | | | | | | Moves first page into a new one
* | Fix some testsShinya Maeda2017-11-031-1/+0
| |
* | Fix out of sync with KubernetesService. Remove namespace pramas from ↵Shinya Maeda2017-11-021-8/+1
| | | | | | | | controller. Use time_with_zone in schema. Remove Gcp::Clusters from safe_model_attributes.ym
* | Revert back FetchKubernetesTokenServiceKamil Trzcinski2017-11-011-1/+0
| |
* | specs for featureShinya Maeda2017-11-011-8/+4
| |
* | specs for controller. Improved validationShinya Maeda2017-10-311-7/+8
| |
* | This worksShinya Maeda2017-10-231-10/+16
| |
* | Refactor Clusters to be consisted from GcpProvider and KubernetesPlatformKamil Trzcinski2017-10-231-10/+18
|/
* Improve redirect uri state and fix all remaining testsKamil Trzcinski2017-10-061-6/+10
|
* Security fix: redirection in google_api/authorizations_controllerShinya Maeda2017-10-061-3/+7
|
* Fix almost all unresolved comments from Docs and UX reviewKamil Trzcinski2017-10-051-2/+2
|
* Add ClusterPresenter. Fix Static Analysys.Shinya Maeda2017-10-061-1/+1
|