summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | Optimize Projects::ClustersController#clusterShinya Maeda2017-12-041-1/+2
| | * | | | | | | | | | | | Use status polling definitinoShinya Maeda2017-12-041-1/+1
| | * | | | | | | | | | | | Optimize Clusters::CreateService#executeShinya Maeda2017-12-042-2/+2
| | * | | | | | | | | | | | Fix features/projects/clusters/user_spec.rbShinya Maeda2017-12-041-3/+6
| | * | | | | | | | | | | | Fix haml_lint warnings :green_heart:Alessio Caiazza2017-12-041-1/+1
| | * | | | | | | | | | | | Fix static analysis :green_heart:Alessio Caiazza2017-12-044-15/+15
| | * | | | | | | | | | | | Remove details fileKamil Trzcinski2017-12-031-0/+0
| | * | | | | | | | | | | | Fix applications specKamil Trzcinski2017-12-031-2/+2
| * | | | | | | | | | | | | Use actual namespaceKamil Trzcinski2017-12-031-1/+1
| * | | | | | | | | | | | | Fix applications specKamil Trzcinski2017-12-031-2/+2
| * | | | | | | | | | | | | Fix specs for formsKamil Trzcinski2017-12-034-40/+115
| * | | | | | | | | | | | | Fix clusters active/inactive togglingKamil Trzcinski2017-12-031-2/+3
| * | | | | | | | | | | | | Fix specsKamil Trzcinski2017-12-034-250/+422
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/list-multiple-clusters' into cluster-pag...Kamil Trzcinski2017-12-0336-512/+1378
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | / / / / / / / / | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Raise error when trying to create second clusterMatija Čupić2017-12-032-2/+2
| | * | | | | | | | | | | Refactor clusters feature spec unused variableMatija Čupić2017-12-031-5/+4
| | * | | | | | | | | | | Add check for cluster change after toggleMatija Čupić2017-12-021-0/+2
| | * | | | | | | | | | | Update toggle button text in show pageFilipa Lacerda2017-12-024-9/+351
| | * | | | | | | | | | | Remove stray pry binding in specMatija Čupić2017-12-021-1/+0
| | * | | | | | | | | | | Refactor ClustersController pagination testMatija Čupić2017-12-012-12/+11
| | * | | | | | | | | | | Add can_toggle_cluster? helperMatija Čupić2017-12-013-1/+51
| | * | | | | | | | | | | Add created? to Cluster modelMatija Čupić2017-12-012-0/+26
| | * | | | | | | | | | | Add specs JSON PUT #delete for ClustersControllerMatija Čupić2017-12-011-18/+55
| | * | | | | | | | | | | Refactor disabled cluster testing to use traitMatija Čupić2017-12-013-12/+14
| | * | | | | | | | | | | 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
| | * | | | | | | | | | | Use strings for @scope in ClustersController#indexMatija Čupić2017-11-302-2/+2
| | * | | | | | | | | | | Fix Cluster index view @scope logicMatija Čupić2017-11-301-7/+7
| | * | | | | | | | | | | Default to :all scope for ClustersController#indexMatija Čupić2017-11-291-1/+1
| | * | | | | | | | | | | Fix show page toggleFilipa Lacerda2017-11-293-4/+4
| | * | | | | | | | | | | Fix broken testsFilipa Lacerda2017-11-283-12/+23
| | * | | | | | | | | | | Fix broken specsFilipa Lacerda2017-11-283-5/+4
| | * | | | | | | | | | | Fix breadcrumbFilipa Lacerda2017-11-281-1/+2
| | * | | | | | | | | | | Update ClustersController to match new scope logicMatija Čupić2017-11-281-3/+3
| | * | | | | | | | | | | Move cluster sourcing from before_action to #indexMatija Čupić2017-11-281-8/+2
| | * | | | | | | | | | | Use attr_reader instead of instance variablesMatija Čupić2017-11-281-4/+4
| | * | | | | | | | | | | Expose scope to view in ClustersController#indexMatija Čupić2017-11-281-0/+1
| | * | | | | | | | | | | Changes after Frontend and UX review:Filipa Lacerda2017-11-2814-158/+270
| | * | | | | | | | | | | Refactor ClustersFinderMatija Čupić2017-11-282-15/+25
| | * | | | | | | | | | | Fix redundant newline in clusters functional testMatija Čupić2017-11-271-1/+0
| | * | | | | | | | | | | Show specific cluster page when testing IngressMatija Čupić2017-11-271-1/+1
| | * | | | | | | | | | | Expect the correct link after destroying clusterMatija Čupić2017-11-271-1/+1
| | * | | | | | | | | | | Change click_button to click_link occurenceMatija Čupić2017-11-271-3/+3
| | * | | | | | | | | | | Merge branch 'list-multiple-clusters' of https://gitlab.com/gitlab-org/gitlab...Filipa Lacerda2017-11-274-5/+82
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Fix symbolization error in #clustersMatija Čupić2017-11-271-1/+1
| | | * | | | | | | | | | | 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
| | | * | | | | | | | | | | Use current_user in ClustersController#clustersMatija Čupić2017-11-271-1/+1