summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export/importer.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* squashed - added avatar saver/restorer and specsfix/import-export-project-avatarJames Lopez2016-07-191-1/+5
| | | | | | | | | | | | | | | | | | | | | | added spec for avatar saver avatar saver! added avatar restorer spec fix spec added avatar restorer class fix export service fix warnings, added changelog fix spec some refactoring based on feedback fixed a few issues after testing i/e avatar
* 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 ↵James Lopez2016-06-241-3/+12
| | | | erroring for this situation
* lots of refactoring again based on feedback. Changed the UI slightly and ↵James Lopez2016-06-151-1/+1
| | | | also fixed a small bug
* 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 ↵James Lopez2016-06-141-25/+11
| | | | issues, updated routes, etc...
* 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 ↵James Lopez2016-05-111-4/+7
| | | | recent refactorings
* 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