summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export/project_tree_restorer.rb
Commit message (Expand)AuthorAgeFilesLines
* Set Private visibility for restricted Internal imported projectsGeorge Koltsov2019-07-191-0/+1
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-1/+1
* Fix invalid visibility string comparison in project importStan Hu2019-05-221-1/+1
* Fix tree restorer visibility levelJames Lopez2019-01-311-1/+8
* Rename project's pipelines relationFrancisco Javier López2018-12-051-1/+3
* Enable even more frozen string for lib/gitlabgfyoung2018-11-161-0/+2
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
* Fix null pipeline problemJames Lopez2018-09-241-1/+14
* Refactor code to remove object storage flag from Import/ExportJames Lopez2018-09-061-1/+1
* Changes update_column to update_attributes in ProjectTreeRestorer#restore_pro...Tiago Botelho2018-08-281-1/+4
* refactor code based on feedbackJames Lopez2018-06-251-2/+2
* add some more commentsJames Lopez2018-06-221-0/+3
* add more specs and refactor more relation factory codeJames Lopez2018-06-221-7/+1
* fix some edge casesJames Lopez2018-06-191-9/+11
* Blacklisting attributes in the project import processFrancisco Javier López2018-05-141-8/+15
* Extend API for importing a project export with overwrite supportFrancisco Javier López2018-04-061-1/+1
* Don't export `Project#description_html`Bob Van Landuyt2018-04-051-7/+1
* Override values from JSON with import dataBob Van Landuyt2018-04-051-3/+20
* Adds the option to override project description on export via APITiago Botelho2018-03-161-2/+8
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Use latest_merge_request_diff associationSean McGivern2017-11-231-0/+2
* fix the import :milestone from adding the group_idmicael.bergeron2017-10-031-1/+1
* refactored codeJames Lopez2017-09-061-4/+3
* refactor code based on feedbackfix/import-export-performanceJames Lopez2017-09-061-3/+1
* fix spec failuresJames Lopez2017-09-061-1/+1
* small refactorJames Lopez2017-09-061-5/+5
* fix specsJames Lopez2017-09-051-6/+4
* refactor code a littleJames Lopez2017-09-051-3/+12
* some more refactoringJames Lopez2017-09-051-17/+4
* some more refactoringJames Lopez2017-09-051-17/+15
* enable AR caching, refactor tree hash loopJames Lopez2017-09-051-12/+27
* remove relation after used from the hash treeJames Lopez2017-09-051-6/+3
* more refactoringJames Lopez2017-09-051-3/+5
* some more performance refactoringJames Lopez2017-09-051-12/+33
* start improving memory use on I/EJames Lopez2017-09-051-3/+6
* Fix project import to group when there are project milestonesFelipe Artur2017-08-171-4/+17
* 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