summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export/project_tree_restorer.rb
Commit message (Expand)AuthorAgeFilesLines
* Include missing project attributes to Import/ExportJames Lopez2017-05-031-2/+2
* Fix projected import failing on missing relationsJames Edwards-Jones2017-04-061-1/+5
* Fix issues importing forked projectsJames Lopez2017-04-041-1/+1
* Fix for missing service when importing from EE to CEfix/import-export-ee-servicesJames Lopez2016-12-191-1/+1
* Merge branch 'fix/import-export-symlink-vulnerability' into 'security'Douwe Maan2016-11-031-2/+8
* Use try instead of ternary operator on Gitlab::ImportExport::ProjectTreeRestorerDouglas Barbosa Alexandre2016-10-191-2/+1
* Fix import/export labels to cope with project and group labels. Added relevan...James Lopez2016-10-191-1/+6
* Merge branch 'fix/id-claim-import-issue' into 'master' Douwe Maan2016-09-301-2/+3
|\
| * Prevent claiming associated model IDs via import and added relevant specsJames Lopez2016-09-271-2/+3
* | fix model order in import/export config and 1to1 relation issue. Added releva...James Lopez2016-09-271-1/+7
|/
* squashed - fixed label and milestone association problems, updated specs and ...fix/labels-milestones-importJames Lopez2016-08-011-2/+2
* fix updated_at not preserved after import - for GitLab projectsJames Lopez2016-07-141-1/+4
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-even...James Lopez2016-07-111-1/+0
|\
| * Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* | squashed - refactor to cope with sub sub N relations probably using the sub_r...James Lopez2016-07-111-0/+9
|/
* adapted current services stuff to use new project import, plus fixes a few is...James Lopez2016-06-141-4/+6
* Merge branches 'feature/project-export-ui-experimental' and 'feature/project-...James Lopez2016-06-141-1/+1
|\
| * fix merge issueJames Lopez2016-06-141-1/+1
* | lots of refactoring to reuse import serviceJames Lopez2016-06-141-11/+6
|/
* fix mergeJames Lopez2016-06-141-1/+1
* few more changes based on feedbackJames Lopez2016-06-131-9/+18
* corrected a few warningsJames Lopez2016-06-131-1/+1
* refactoring relation factory, changed from module to classJames Lopez2016-06-021-0/+5
* more and more refactoringJames Lopez2016-06-021-1/+3
* started refactoring some stuff based on MR feedbackJames Lopez2016-06-011-23/+11
* revert changes as builds are related to statuses which are already thereJames Lopez2016-05-181-11/+3
* added commits mapper and DB config import stuffJames Lopez2016-05-181-3/+11
* restricted actual member mapping to adminsJames Lopez2016-05-131-2/+4
* fixed leaving comments on notes about missing authorsJames Lopez2016-05-131-1/+1
* add message to notes about missing author on importJames Lopez2016-05-131-9/+17
* refactored import to use shared error stuff and fixed a few issues with recen...James Lopez2016-05-111-5/+8
* few fixes to import specs and codeJames Lopez2016-05-061-2/+3
* handling errors a bit better on import failureJames Lopez2016-05-051-1/+3
* refactored some namespace stuff and fixed project tree restorer spec. also re...James Lopez2016-05-041-5/+5
* picking stuff from ui related to importJames Lopez2016-05-031-7/+8
* more refactoring - easier guessing path changesJames Lopez2016-04-221-1/+1
* refactored import stuff, moved to libJames Lopez2016-04-141-0/+87