summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export/importer.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-221-28/+30
|
* Enable even more frozen string for lib/gitlabgfyoung2018-11-161-0/+2
| | | | | | | | | | | | | | | | Enables frozen string for the following: * lib/gitlab/hook_data/**/*.rb * lib/gitlab/i18n/**/*.rb * lib/gitlab/import/**/*.rb * lib/gitlab/import_export/**/*.rb * lib/gitlab/kubernetes/**/*.rb * lib/gitlab/legacy_github_import/**/*.rb * lib/gitlab/manifest_import/**/*.rb * lib/gitlab/metrics/**/*.rb * lib/gitlab/middleware/**/*.rb Partially addresses gitlab-org/gitlab-ce#47424.
* Refactor code to remove object storage flag from Import/ExportJames Lopez2018-09-061-2/+0
| | | | | | Updated docs, refactor import/export code Fix AvatarUploader path issue Fix project export upload webhook error
* Add Object Storage to GitLab project importJames Lopez2018-08-021-2/+10
| | | | | | - Refactor uploads manager - Refactor importer, update import spec - Add more object storage specs
* 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
| | | | | If the LFS object already exist, we'll link it tot he existing one, if not we'll create it.
* 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
| | | | 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