summaryrefslogtreecommitdiff
path: root/app/services/projects/create_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Create k8s namespace for project in group clustersThong Kuah2018-12-051-0/+6
* Merge branch '6861-group-level-project-templates-ce' into 'master'Phil Hughes2018-11-301-1/+1
|\
| * Backport from gitlab-org/gitlab-ee!6878Rubén Dávila2018-11-271-1/+1
* | Store hashed storage paths in the databaseToon Claes2018-11-291-0/+2
* | Removes all the irrelevant import related code and columnsTiago Botelho2018-11-271-2/+2
|/
* Remove the `ForkedProjectLink` modelBob Van Landuyt2018-10-191-19/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+6
* Enable more frozen string in app/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-inner-moregfyoung2018-07-171-0/+2
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Add option to add README when creating a projectImre Farkas2018-07-041-1/+15
* Don't update/create projects errors were addedBob Van Landuyt2018-06-061-0/+3
* Simplify error message handling in Projects::CreateServiceStan Hu2018-06-061-1/+1
* Backports every CE related change from ee-44542 to CETiago Botelho2018-05-041-1/+1
* Cache personal projects count.Andreas Brandl2018-04-061-0/+2
* When a Service templates are invalid newly created projects will have them in...Tiago Botelho2018-03-281-1/+3
* Project creation does not fail silently on DB related changesTiago Botelho2018-03-271-8/+11
* Use Project#full_name instead of name_with_namespaceDmitriy Zaporozhets2018-03-071-1/+1
* 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