summaryrefslogtreecommitdiff
path: root/app/controllers/projects/clusters_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Resolve controller sharing concernThong Kuah2018-11-011-0/+24
* Convert clusters to use a top-level controllerThong Kuah2018-11-011-224/+0
* Pass in project as kwarg for CreateServiceThong Kuah2018-10-151-5/+5
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* Add FE option for users to choose to create a fully RBAC-enabled cluster or not.Thong Kuah2018-09-141-1/+2
* Enable Kubernetes RBAC for GitLab Managed Apps for existing clustersThong Kuah2018-09-061-1/+2
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* consolidate back into one controllerDennis Tang2018-06-191-4/+109
* split into gcp and user controllers againDennis Tang2018-06-051-110/+6
* Merge remote-tracking branch 'origin/master' into 43446-new-cluster-page-tabsDennis Tang2018-05-311-2/+2
|\
| * Reduce CE/EE diff in app/controllers/projects/clusters_controller.rbRémy Coutable2018-05-241-13/+0
* | update view name for gke dropdown checkDennis Tang2018-05-261-5/+5
* | fix case where token may expireDennis Tang2018-05-261-2/+6
* | cleanupDennis Tang2018-05-261-4/+3
* | revisionsDennis Tang2018-05-261-33/+20
* | combine "create" and "existing" GKE cluster views into one new pageDennis Tang2018-05-261-1/+108
|/
* Simplify retrying for ClusterWaitForIngressIpAddressWorker and style changesDylan Griffith2018-02-231-3/+3
* 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 cluster-pag...Kamil Trzcinski2017-12-051-1/+1
|\
| * Remove references of project.cluster from specsMatija Čupić2017-12-041-1/+1
* | Merge branch '35616-move-k8-to-cluster-page' into cluster-page-with-list-clus...Kamil Trzcinski2017-12-051-2/+3
|\ \
| * | 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 cluster-pag...Kamil Trzcinski2017-12-031-9/+33
|\ \ \ | |/ / |/| / | |/
| * 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
| * 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
| * 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
| * Find cluster by id in ClustersController#clusterMatija Čupić2017-11-161-1/+1
* | 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