summaryrefslogtreecommitdiff
path: root/app/services/projects/fork_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Expose ci_default_git_depth via project APIexpose-project-git-depth-via-apiFabio Pitino2019-06-121-3/+3
* Comment why forks get default_git_depth of 0 instead nil62418-project-default-git-depthKrasimir Angelov2019-06-071-0/+3
* Forks get default_git_depth 0 if the origin is nilKrasimir Angelov2019-06-061-5/+2
* Add project level git depth settingKrasimir Angelov2019-06-061-9/+13
* Let users set name/path on project fork using APIBalasankar "Balu" C2019-02-201-2/+10
* Allow public forks to be deduplicatedZeger-Jan van de Weg2018-12-071-0/+2
* Remove the `ForkedProjectLink` modelBob Van Landuyt2018-10-191-30/+38
* Clean up LFS objects when creating fork relationToon Claes2018-08-201-0/+8
* Enable more frozen string in app/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-inner-moregfyoung2018-07-171-0/+2
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Forking a project to a namespace with lower visibility.bvl-fork-public-project-to-private-namespaceBob Van Landuyt2017-12-291-7/+7
* The API isn't using the appropriate services for managing forksFrancisco Javier López2017-12-071-7/+29
* Create a fork network when forking a projectBob Van Landuyt2017-10-071-0/+20
* Cache the number of forks of a projectforks-count-cacheYorick Peterse2017-08-141-0/+6
* Enforce the fork_project permission in Projects::CreateServiceNick Thomas2016-09-271-0/+2
* Project tools visibility levelFelipe Artur2016-09-011-1/+3
* Fix forks creation when visibility level is restrictedissue_10725Felipe Artur2016-05-251-1/+13
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-13/+2
* Expose CI enable option in project featuresKamil Trzcinski2015-11-131-1/+1
* Remove unnecessary fork ci logicDmitriy Zaporozhets2015-10-021-1/+7
* remove API calls from CE to CIci_closer_integrationValery Sizov2015-09-181-1/+1
* Use Projects::CreateService to fork projects so that after-create hooks are run.forked-eventDouwe Maan2015-04-241-52/+14
* Track who created a group or project member.Douwe Maan2015-04-141-1/+1
* CI forking: testsValery Sizov2015-04-061-1/+1
* CI project forkingValery Sizov2015-04-061-0/+6
* Fix tests, merge conflicts, some minor issues and make the project avatar fea...Hannes Rosenögger2015-01-241-4/+4
* adding avatar to project settings page added avatar removal show project avat...Steven Thonus2015-01-241-0/+3
* Refactor project fork serviceDmitriy Zaporozhets2014-11-131-3/+6
* Prepare ForkService to support forking projects to given namespacesBernhard Kaindl2014-10-031-7/+12
* Huge replace of old users_project and users_group referencesDmitriy Zaporozhets2014-09-141-1/+1
* Prevent project stars duplication when fork projectDmitriy Zaporozhets2014-08-251-1/+6
* Move all Context classes into ServicesDmitriy Zaporozhets2014-01-161-0/+44