summaryrefslogtreecommitdiff
path: root/app/services/projects/import_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactored LfsImportService and ImportServiceFrancisco Javier López2019-04-301-8/+5
* Externalize strings detected by rubocop-i18nMartin Wortschack2019-04-151-5/+5
* Refactor use of Shell.import_repository for WikisStan Hu2019-02-051-1/+1
* Send project name with Gitaly repository requestsStan Hu2019-02-051-1/+1
* Added validations to prevent LFS object forgeryFrancisco Javier López2019-01-311-4/+4
* Fix path disclosure on Project ImportJames Lopez2019-01-311-2/+10
* Merge branch '49272-sanitize-git-url-in-import-errors' into 'master'Rémy Coutable2018-07-231-1/+1
|\
| * Fix #49272 - Sanitize git URL in import errorsJamie Schembri2018-07-161-1/+1
* | Migrate add_remote, remove_remote, fetch_internal_remote to gitalyAlejandro Rodríguez2018-07-191-1/+1
* | Enable more frozen string in app/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-inner-moregfyoung2018-07-171-0/+2
|/
* Support LFS objects when creating a project by importFrancisco Javier López2018-06-061-1/+28
* Add validation to webhook and service URLs to ensure they are not blocked bec...Francisco Javier López2018-06-011-1/+1
* Merge branch 'fix/use-shard-name-in-gitlab-projects-instead-of-shard-path' in...Sean McGivern2018-04-041-1/+1
|\
| * Use shard name in Git::GitlabProjects instead of shard pathAhmad Sherif2018-04-031-1/+1
* | Raise more descriptive errors when URLs are blockedDouwe Maan2018-04-021-1/+5
|/
* Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'Douwe Maan2018-03-211-1/+1
* Rename fetch_refs to refmapDouwe Maan2017-11-231-3/+3
* Clean up repository fetch and mirror methodsDouwe Maan2017-11-231-14/+6
* Prefer polymorphism over specific type checks in Import servicedm-import-service-polymorphismDouwe Maan2017-11-151-11/+11
* Replace old GH importer with the parallel importergithub-importer-refactorYorick Peterse2017-11-071-4/+4
* Rewrite the GitHub importer from scratchYorick Peterse2017-11-071-1/+17
* Encapsulate git operations for mirroring in Gitlab::GitAlejandro Rodríguez2017-11-031-1/+1
* Add explanation why we should return early for GitHub importerDouglas Barbosa Alexandre2017-08-071-0/+2
* Does not fetch repository when importing from GitHub on import serviceDouglas Barbosa Alexandre2017-08-071-2/+4
* Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto2017-08-011-1/+1
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-1/+1
* Does not remove the GitHub remote when importing from GitHubDouglas Barbosa Alexandre2017-04-181-1/+0
* Fix Rubocop offensesDouglas Barbosa Alexandre2017-04-031-1/+1
* Refactoring Projects::ImportServiceDouglas Barbosa Alexandre2017-04-031-28/+22
* Fetch GitHub project as a mirror to get all refs at onceDouglas Barbosa Alexandre2017-04-031-1/+24
* Merge branch 'ssrf' into 'security' Douwe Maan2017-03-201-1/+2
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
* Improve Gitlab::ImportSourcesRémy Coutable2016-12-191-30/+2
* Rename Gogs to Gitea, DRY the controller and improve viewsRémy Coutable2016-12-191-6/+21
* Gogs ImporterKim "BKC" Carlbäcker2016-12-191-0/+1
* Check if repository already exists before trying to re-import itAhmad Sherif2016-10-281-1/+1
* fix broken repo 500 errors in UI and added relevant specsJames Lopez2016-09-291-0/+5
* fixes a few issues to do with import_url not being saved correctly for import...James Lopez2016-07-121-1/+1
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-1/+1
* adapted current services stuff to use new project import, plus fixes a few is...James Lopez2016-06-141-10/+14
* lots of refactoring to reuse import serviceJames Lopez2016-06-141-2/+5
* fix empty message on shell errorJames Lopez2016-06-021-1/+1
* Flush repository cache before import project datafix-gh-pr-importDouglas Barbosa Alexandre2016-04-041-0/+2
* Move Gitlab::BitbucketImport::KeyDeleter to it's own importerDouglas Barbosa Alexandre2016-01-261-4/+0
* Extract Projects::ImportService service from RepositoryImportWorkerDouglas Barbosa Alexandre2016-01-251-0/+71