summaryrefslogtreecommitdiff
path: root/app/services/projects/create_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactoring Project#write_repository_configDouglas Barbosa Alexandre2018-01-031-5/+1
* Does not write to .git/config when importing bare repositoriesDouglas Barbosa Alexandre2018-01-031-5/+5
* Write project full path to .git/config when creating projectsDouglas Barbosa Alexandre2018-01-031-0/+5
* refactor project create service41424-gitlab-rake-gitlab-import-repos-schedules-an-importJames Lopez2018-01-031-2/+2
* refactor code to use new import typeJames Lopez2018-01-031-4/+3
* fix missing create services callJames Lopez2018-01-021-1/+1
* fix branch complexityJames Lopez2018-01-021-5/+11
* Fix import scheduled on bare repo importJames Lopez2018-01-021-1/+2
* Merge branch '2756-ee-to-ce-backport' into 'master'Douwe Maan2017-08-301-0/+2
|\
| * Backports EE 2756 logic to CE.2756-ee-to-ce-backportTiago Botelho2017-08-301-0/+2
* | Don't treat gitlab project imports specially in Projects::CreateServiceNick Thomas2017-08-251-4/+2
* | Don't add admins as masters to projects created in another user's namespaceNick Thomas2017-08-251-2/+1
* | Move sidekiq-based project authorization refresh out of Projects::CreateServiceNick Thomas2017-08-251-3/+13
|/
* After merge cleanupZ.J. van de Weg2017-08-071-0/+4
* backports changed import logic from pull mirroring feature into CETiago Botelho2017-06-051-3/+2
* Make namespace owner master of project upon creationtc-make-user-master-project-by-adminToon Claes2017-04-271-1/+2
* Improve error messages when a record is unable to be created for a projectStan Hu2017-04-131-0/+3
* Use string based `visibility` getter & setterToon Claes2017-03-021-1/+1
* Update Rubocop to ruby 2.3zj-drop-ruby-21-testsZ.J. van de Weg2017-02-071-1/+1
* Extract set_project_name_from_path methodbackport-ee-1067-deal-with-repo-size-limit-as-byteOswaldo Ferreira2017-01-231-11/+15
* Precalculate user's authorized projects in databaseAhmad Sherif2016-11-181-0/+2
* Defer saving project services to the database if there are no user changesadam-build-missing-services-when-necessaryAdam Niedzielski2016-11-161-1/+8
* Merge commit 'dev/security' into 'master'Rémy Coutable2016-10-061-0/+12
|\
| * Enforce the fork_project permission in Projects::CreateServiceNick Thomas2016-09-271-0/+12
* | Skip wiki creation when GitHub project has wiki enabledDouglas Barbosa Alexandre2016-10-041-1/+7
|/
* Project tools visibility levelFelipe Artur2016-09-011-3/+1
* lots of refactoring again based on feedback. Changed the UI slightly and also...James Lopez2016-06-151-5/+7
* adding notifications stuff and more refactoring for exporting projectsJames Lopez2016-06-141-2/+0
* lots of refactoring to reuse import serviceJames Lopez2016-06-141-1/+3
* fix some issues and improved error output for forkingJames Lopez2016-06-021-1/+1
* fix create service error handling - missing setting import status to failedJames Lopez2016-06-021-6/+20
* removed transaction stufffix/import-data-issueJames Lopez2016-05-131-7/+1
* more changes based on MR feedbackJames Lopez2016-05-121-2/+1
* rename methodJames Lopez2016-05-121-2/+2
* fix silly typoJames Lopez2016-05-121-0/+2
* fix complexity of methodJames Lopez2016-05-111-11/+19
* trying to fix timing issue with import statusJames Lopez2016-05-111-2/+4
* create import data in serviceJames Lopez2016-05-101-0/+2
* Tweaks, refactoring, and specsDouwe Maan2016-03-201-5/+1
* Fix specsFelipe Artur2016-03-181-1/+4
* Improve group visibility level featureZeger-Jan van de Weg2016-03-181-10/+3
* Code improvements and add Create group serviceFelipe Artur2016-03-161-1/+5
* Prevent projects to have higher visibility than groupsFelipe Artur2016-03-101-2/+2
* Creator should be added as a master of the project on creationDouglas Barbosa Alexandre2016-01-201-1/+1
* Fix creator should be added as a master of the project on creationDouglas Barbosa Alexandre2016-01-191-1/+1
* Provide better diagnostic message upon project creation errorsStan Hu2015-12-091-2/+4
* Tweak code formatting.Douwe Maan2015-11-181-4/+4
* Removed extra activity update for new projectscreate-project-performanceYorick Peterse2015-10-291-2/+0
* Fix rubocop warnings in appGuilherme Garnier2015-10-031-1/+1
* Import forked repositories asynchronously to prevent large repositories from ...Stan Hu2015-09-111-3/+1