diff options
author | Toon Claes <toon@gitlab.com> | 2017-04-25 14:44:40 +0200 |
---|---|---|
committer | Toon Claes <toon@gitlab.com> | 2017-04-27 13:29:23 +0200 |
commit | 69f584edb4738d4de82f0301bb2ac8f6b3998814 (patch) | |
tree | 88a323c7a85c2b1625d00012d392034c2ccebd11 /changelogs | |
parent | 025b04f3e7976ac8829e24fcb587d86574b0037d (diff) | |
download | gitlab-ce-69f584edb4738d4de82f0301bb2ac8f6b3998814.tar.gz |
Make namespace owner master of project upon creationtc-make-user-master-project-by-admin
When an admin creates a project in the namespace of a user, that user
automatically gains master access to that project.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/tc-make-user-master-project-by-admin.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/tc-make-user-master-project-by-admin.yml b/changelogs/unreleased/tc-make-user-master-project-by-admin.yml new file mode 100644 index 00000000000..459d6178bdd --- /dev/null +++ b/changelogs/unreleased/tc-make-user-master-project-by-admin.yml @@ -0,0 +1,4 @@ +--- +title: Ensure namespace owner is Master of project upon creation +merge_request: 10910 +author: |