diff options
author | Bernhard Kaindl <bkl@use.startmail.com> | 2014-10-03 10:12:44 +0200 |
---|---|---|
committer | Bernhard Kaindl <bkl@use.startmail.com> | 2014-10-03 11:52:29 +0200 |
commit | c44764f523cea756f1f2efdc4db954f4f19df440 (patch) | |
tree | 217fa86abf6bcc5b4d5a301a47d93f92c66f0dae /CHANGELOG | |
parent | f74dba8c42ba5466945085bca137cc3a3a39ee87 (diff) | |
download | gitlab-ce-c44764f523cea756f1f2efdc4db954f4f19df440.tar.gz |
Prepare ForkService to support forking projects to given namespaces
Remove overload of BaseService.initialize, so initialize gains params,
which is used to pass the namespace (like e.g. in TransferService).
The namespace is checked for permission to create projects in it.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 0250b4a23c0..410863d3f99 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,7 @@ v 7.4.0 - Do not delete tmp/repositories itself during clean-up, only its contents - Support for backup uploads to remote storage - Prevent notes polling when there are not notes + - Internal ForkService: Prepare support for fork to a given namespace - API: Add support for forking a project via the API (Bernhard Kaindl) - API: filter project issues by milestone (Julien Bianchi) - Fail harder in the backup script |