Skip to content

Refactor code that creates and destroys project/group members

username-removed-444 requested to merge dz-refactor-create-members into master

What does this MR do?

  • Reuse members create service for group controller
  • Move create member controller method to concern
  • Move related tests from spinach to rspec

Are there points in the code the reviewer needs to double check?

no

Why was this MR needed?

Refactoring, cleanup

Screenshots (if relevant)

no

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/14709

Merge request reports