Skip to content

EE: Refactor Cluster services to enable groups or projects

Thong Kuah requested to merge ee-34758-refactor-cluster-services into master

What does this MR do?

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22181 + commit for EE override of can_create_cluster?

Refactor to allow group to be passed in a future MR for Cluster services when creating or updating clusters (Clusters::CreateService and Clusters::UpdateService)

These services currently require a project in the constructor by virtue of inheriting from ::BaseService, which should be changed to allow project (or group in the future

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/34758

Does this MR meet the acceptance criteria?

Edited by 🤖 GitLab Bot 🤖

Merge request reports