summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/clusters_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-18/+24
* Only project clusters has Project Namespace fieldThong Kuah2018-11-081-2/+2
* Extend clusters_controller for group type clustersThong Kuah2018-11-081-97/+51
* Incorporates Kubernetes Namespace into Cluster's flowThong Kuah2018-11-021-0/+11
* Resolve controller sharing concernThong Kuah2018-11-011-0/+605
* Convert clusters to use a top-level controllerThong Kuah2018-11-011-594/+0
* Revert back to go but use arguments for some casesThong Kuah2018-10-161-114/+99
* Use subject in controller specThong Kuah2018-10-151-261/+202
* Add FE option for users to choose to create a fully RBAC-enabled cluster or not.Thong Kuah2018-09-141-1/+15
* Enable Kubernetes RBAC for GitLab Managed Apps for existing clustersThong Kuah2018-09-061-0/+32
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-18/+18
* consolidate back into one controllerDennis Tang2018-06-191-10/+138
* update testsDennis Tang2018-06-051-142/+12
* fix tests for new cluster POSTDennis Tang2018-06-011-1/+17
* remove focus on testDennis Tang2018-05-311-10/+7
* consolidate clusters controller specsDennis Tang2018-05-311-0/+215
* Reduce CE/EE diff in app/controllers/projects/clusters_controller.rbRémy Coutable2018-05-241-5/+4
* Rearrange DeploymentPlatform methodsMayra Cabrera2018-03-221-2/+2
* Fix clusters_controller_spec (#42643)Dylan Griffith2018-02-231-2/+2
* Schedule Ingress IP address fetch from K8s after clusters page load (#42643)Dylan Griffith2018-02-201-0/+6
* Replace "cluster" with "Kubernetes cluster"winh-kubernetes-clustersWinnie Hellmann2018-02-061-5/+5
* Remove cluster scope from ClustersController#indexMatija Čupić2017-12-111-28/+0
* Mock Kaminari paginates_per instead of setting itMatija Čupić2017-12-051-1/+1
* Use ClustersFinder for setting countsMatija Čupić2017-12-051-5/+4
* Fix overwritten project.cluster replacementMatija Čupić2017-12-051-1/+1
* Fix empty state partial checkMatija Čupić2017-12-051-1/+1
* Fix rpsec all matchers in ClustersController specsMatija Čupić2017-12-051-2/+2
* Test for empty state partial instead of index viewMatija Čupić2017-12-051-1/+1
* Remove redundant view_clusters assignmentMatija Čupić2017-12-051-4/+2
* 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-2/+2
* | Merge branch '35616-move-k8-to-cluster-page' into cluster-page-with-list-clus...Kamil Trzcinski2017-12-051-20/+18
|\ \
| * | Clean up clusters_controller_spec.rbShinya Maeda2017-12-051-27/+13
| * | Fix static analysis :green_heart:Alessio Caiazza2017-12-041-9/+9
* | | Fix specs for formsKamil Trzcinski2017-12-031-32/+37
* | | Fix specsKamil Trzcinski2017-12-031-0/+419
* | | Merge remote-tracking branch 'origin/list-multiple-clusters' into cluster-pag...Kamil Trzcinski2017-12-031-319/+0
|\ \ \ | |/ / |/| / | |/
| * Remove stray pry binding in specMatija Čupić2017-12-021-1/+0
| * Refactor ClustersController pagination testMatija Čupić2017-12-011-11/+10
| * Add specs JSON PUT #delete for ClustersControllerMatija Čupić2017-12-011-18/+55
| * Refactor disabled cluster testing to use traitMatija Čupić2017-12-011-3/+3
| * Rename spec local variable to avoid shadowingMatija Čupić2017-12-011-8/+5
| * Refactor pagination check into separate contextMatija Čupić2017-12-011-7/+14
| * Remove redundant to_paramsMatija Čupić2017-12-011-3/+3
| * Update ClustersController to match new scope logicMatija Čupić2017-11-281-3/+3
| * Add specs for scoping in ClustersControllerMatija Čupić2017-11-271-0/+16
| * Add pagination specs for ClustersControllerMatija Čupić2017-11-271-0/+10
| * Add specs for cluster countersMatija Čupić2017-11-271-3/+21
| * Check cluster listing logic instead of redirectsMatija Čupić2017-11-161-3/+15
* | Fix specsKamil Trzcinski2017-12-031-7/+7