diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-11-18 14:52:39 +0200 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-11-18 14:55:04 +0200 |
commit | eef360912320ecfcb427684edf35672b643a87c0 (patch) | |
tree | de26c28e81a3fa72d0427cc19079205cca00d6c5 /changelogs | |
parent | 688ff26df3f288e5cd50096a01014188a5e4011b (diff) | |
download | gitlab-ce-eef360912320ecfcb427684edf35672b643a87c0.tar.gz |
Add shortcuts for adding users to a project team with a specific rolers-project-team-helpers
This also updates _some_ specs to use these new methods, just to serve
as an example for others going forward, but by no means is this
exhaustive.
Original implementations at !5992 and !6012.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/20944
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/rs-project-team-helpers.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/rs-project-team-helpers.yml b/changelogs/unreleased/rs-project-team-helpers.yml new file mode 100644 index 00000000000..79abcbce1e3 --- /dev/null +++ b/changelogs/unreleased/rs-project-team-helpers.yml @@ -0,0 +1,4 @@ +--- +title: Add shortcuts for adding users to a project team with a specific role +merge_request: +author: Nikolay Ponomarev and Dino M |