summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | Fix clusters active/inactive togglingKamil Trzcinski2017-12-031-2/+3
| * | | | | | | | | | | | | | | Fix specsKamil Trzcinski2017-12-032-5/+3
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/list-multiple-clusters' into cluster-pag...Kamil Trzcinski2017-12-0323-154/+456
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Raise error when trying to create second clusterMatija Čupić2017-12-031-1/+1
| | * | | | | | | | | | | | | | Update toggle button text in show pageFilipa Lacerda2017-12-023-5/+4
| | * | | | | | | | | | | | | | Refactor ClustersController pagination testMatija Čupić2017-12-011-1/+1
| | * | | | | | | | | | | | | | Add can_toggle_cluster? helperMatija Čupić2017-12-012-1/+6
| | * | | | | | | | | | | | | | Add created? to Cluster modelMatija Čupić2017-12-011-0/+4
| | * | | | | | | | | | | | | | 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-292-3/+3
| | * | | | | | | | | | | | | | Fix broken testsFilipa Lacerda2017-11-282-8/+7
| | * | | | | | | | | | | | | | Fix broken specsFilipa Lacerda2017-11-281-1/+0
| | * | | | | | | | | | | | | | Fix breadcrumbFilipa Lacerda2017-11-281-1/+2
| | * | | | | | | | | | | | | | 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-2812-149/+174
| | * | | | | | | | | | | | | | Refactor ClustersFinderMatija Čupić2017-11-281-10/+20
| | * | | | | | | | | | | | | | Merge branch 'list-multiple-clusters' of https://gitlab.com/gitlab-org/gitlab...Filipa Lacerda2017-11-272-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | Fix symbolization error in #clustersMatija Čupić2017-11-271-1/+1
| | | * | | | | | | | | | | | | | Use current_user in ClustersController#clustersMatija Čupić2017-11-271-1/+1
| | * | | | | | | | | | | | | | | Adds JS unit testsFilipa Lacerda2017-11-278-67/+74
| | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | Add cluster pagination to ClustersController#indexMatija Čupić2017-11-271-0/+1
| | * | | | | | | | | | | | | | Use global project variable in ClustersFinderMatija Čupić2017-11-271-3/+3
| | * | | | | | | | | | | | | | Fix mixup with enabled/disabled in ClustersFinderMatija Čupić2017-11-271-2/+2
| | * | | | | | | | | | | | | | Use ClustersFinder in ClustersController#clustersMatija Čupić2017-11-271-2/+6
| | * | | | | | | | | | | | | | Create ClustersFinderMatija Čupić2017-11-271-0/+19
| | * | | | | | | | | | | | | | Add cluster counts to ClustersController#indexMatija Čupić2017-11-271-1/+3
| | * | | | | | | | | | | | | | Merge branch 'master' into list-multiple-clustersFilipa Lacerda2017-11-2734-63/+65
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | | Merge branch 'list-multiple-clusters' of https://gitlab.com/gitlab-org/gitlab...Filipa Lacerda2017-11-271-5/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | Simplify Clusters::CreateService cluster checkMatija Čupić2017-11-241-5/+1
| | * | | | | | | | | | | | | | | Handle toggle button with API requestFilipa Lacerda2017-11-249-124/+188
| | * | | | | | | | | | | | | | | Merge branch 'master' into list-multiple-clustersFilipa Lacerda2017-11-2485-799/+944
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Adds JS to toggle buttons [ci skip]Filipa Lacerda2017-11-246-31/+118
| | * | | | | | | | | | | | | | | Adds empty states and barebones for the tableFilipa Lacerda2017-11-224-10/+75
| | * | | | | | | | | | | | | | | Merge branch 'master' into list-multiple-clustersFilipa Lacerda2017-11-22160-1106/+1486
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Limit projects to just one clusterMatija Čupić2017-11-181-0/+10
| | * | | | | | | | | | | | | | | | Move cluster loading to ClustersController#indexMatija Čupić2017-11-161-5/+1
| | * | | | | | | | | | | | | | | | List multiple clusters on ClustersController#indexMatija Čupić2017-11-162-5/+6
| | * | | | | | | | | | | | | | | | Find cluster by id in ClustersController#clusterMatija Čupić2017-11-161-1/+1
| * | | | | | | | | | | | | | | | | Yet another specsKamil Trzcinski2017-12-031-1/+1
| * | | | | | | | | | | | | | | | | Split viewsKamil Trzcinski2017-12-036-40/+39
| * | | | | | | | | | | | | | | | | Update specsKamil Trzcinski2017-12-032-2/+4
| * | | | | | | | | | | | | | | | | Fix GCP controller specsKamil Trzcinski2017-12-031-1/+1
| * | | | | | | | | | | | | | | | | First round of testsKamil Trzcinski2017-12-033-12/+4
| * | | | | | | | | | | | | | | | | Filter update paramsKamil Trzcinski2017-12-031-9/+19
| * | | | | | | | | | | | | | | | | Fix prevent modificationKamil Trzcinski2017-12-031-0/+14
| * | | | | | | | | | | | | | | | | Fix controllers and linksKamil Trzcinski2017-12-038-16/+29