An error occurred fetching the project authors.
- 05 Mar, 2019 1 commit
-
-
João Cunha authored
- extends presenters to include update endpoint path - sends path to the client on clusters clusters show view.
-
- 24 Dec, 2018 1 commit
-
-
Mayra Cabrera authored
Include a new policy in Clusterables (projects and groups), which checks if another cluster can be added clusterable_has_cluster? and multiple_clusters_available private methods will be overriden in EE Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/34758
-
- 08 Nov, 2018 4 commits
-
-
Thong Kuah authored
Use presenters instead otherwise we will have x2 overides in EE
-
Thong Kuah authored
Refacotr project or group specific `if` logic to be contained within each presenter instead. Also add :override to ensure super method exists.
-
Mike Greiling authored
-
Mike Greiling authored
-
- 01 Nov, 2018 3 commits
-
-
Thong Kuah authored
To reduce the number of abstract methods, use polymorphic_paths for collection routes. Unfortunately for member routes, polymorphic_paths does not support namespaced classes, so still continue to override methods.
-
Thong Kuah authored
Also add missing interface in abstract class.
-
Thong Kuah authored
- Move show path for cluster to ClusterPresenter - Create ClusterablePresenter to encapsulate logic. Consolidates scattered methods from BaseController and ClustersHelper into an object.
-