diff options
author | Olaf Tomalka <olaf.tomalka@gmail.com> | 2016-09-06 02:31:06 +0200 |
---|---|---|
committer | Olaf Tomalka <olaf.tomalka@gmail.com> | 2016-09-06 04:16:14 +0200 |
commit | bad3fb895cad46c52575aa91b02f7e7786634a47 (patch) | |
tree | bbcf1a2652b566db7c6c3e12d6173cda5c61fc9f /CHANGELOG | |
parent | 7d2bd6b91bdfa0afd6b0032ddf23c24a28c61056 (diff) | |
download | gitlab-ce-bad3fb895cad46c52575aa91b02f7e7786634a47.tar.gz |
Added fork API paremeter for a specific namespace
Browser interface allows forking to an owned grup.
This commit brings API up to speed by providing optional namespace
parameter to fork API. This allows forking to users and groups under
forker's control using their id or unique name.
Fixes #21591
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 3f52fab74d7..49c0c906e62 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.12.0 (unreleased) + - Add abillity to fork to a specific namespace using API. @ritave <olaf@tomalka.me> - Prepend blank line to `Closes` message on merge request linked to issue (lukehowell) - Filter tags by name !6121 - Make push events have equal vertical spacing. |