summaryrefslogtreecommitdiff
path: root/app/services/projects/create_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-051-0/+15
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-111-4/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-101-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-071-4/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-091-1/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Fix project import restricted visibility bypassGeorge Koltsov2019-08-151-11/+16
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-1/+1
* Stop configuring group clusters on creation60379-remove-ci-preparing-state-feature-flagTiger2019-05-161-6/+0
* Fix ApplicationSetting development seed60278-fix-development-seedRémy Coutable2019-04-101-2/+2
* Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-091-0/+4
* Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-051-4/+0
* Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-051-0/+4
* 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