Skip to content

Resolve "Rename the `Master` role to `Maintainer`" Backend

Mark Chao requested to merge 42751-rename-master-to-maintainer-2 into master

EE port: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5993

What does this MR do?

Rename permission name "Master" to "Maintainer", from backend developer's perspective.

This is a continuation of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19080

No need to worry about API because it does not use permission level names, but level number.

  • EE check for ProjectCreationLevel|Masters and Developers + Masters and so on...

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

Since the change is big, can I have multiple reviews?

Why was this MR needed?

See #42751 (closed)

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #42751 (closed)

Edited by Mark Chao

Merge request reports