summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export/importer.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor code to remove object storage flag from Import/ExportJames Lopez2018-09-061-2/+0
* Add Object Storage to GitLab project importJames Lopez2018-08-021-2/+10
* Extend API for importing a project export with overwrite supportFrancisco Javier López2018-04-061-3/+39
* Import projects with LFS objectsBob Van Landuyt2018-04-051-1/+10
* review: rename import_export to import_export_sharedTravis Miller2018-03-051-1/+1
* review: instantiate shared import/export object in project methodTravis Miller2018-02-281-1/+1
* Add project export API implementationTravis Miller2018-02-281-1/+1
* Create an empty wiki when there is no wiki in the gitlab export bundleValery Sizov2018-02-121-2/+3
* Prefer polymorphism over specific type checks in Import servicedm-import-service-polymorphismDouwe Maan2017-11-151-0/+4
* Fix issues importing forked projectsJames Lopez2017-04-041-1/+1
* Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets2017-02-141-1/+1
* squashed - added avatar saver/restorer and specsfix/import-export-project-avatarJames Lopez2016-07-191-1/+5
* allow empty repos on import/exportJames Lopez2016-07-181-2/+1
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Fix tmp file being deleted after the request plus some cleanup and improved e...James Lopez2016-06-241-3/+12
* lots of refactoring again based on feedback. Changed the UI slightly and also...James Lopez2016-06-151-1/+1
* few fixes after refactoring the whole UI stuffJames Lopez2016-06-141-2/+0
* adapted current services stuff to use new project import, plus fixes a few is...James Lopez2016-06-141-25/+11
* lots of refactoring to reuse import serviceJames Lopez2016-06-141-14/+64
* corrected a few warningsJames Lopez2016-06-131-1/+1
* add message to notes about missing author on importJames Lopez2016-05-131-1/+1
* fix importer issueJames Lopez2016-05-121-2/+2
* refactored import to use shared error stuff and fixed a few issues with recen...James Lopez2016-05-111-4/+7
* picking stuff from ui related to importJames Lopez2016-05-031-1/+2
* more refactoring - easier guessing path changesJames Lopez2016-04-221-4/+4
* WIP - importing file and repoJames Lopez2016-04-151-0/+26