summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export/relation_factory.rb
Commit message (Expand)AuthorAgeFilesLines
* fix spec failurefix/import-encrypt-attsJames Lopez2017-01-301-1/+1
* programmatically remove encrypted attributes. Added relevant spec.James Lopez2017-01-301-0/+9
* rename method and added note to export file spec about new encrypted attributesJames Lopez2017-01-301-2/+2
* fix typoJames Lopez2017-01-301-1/+1
* Ignore encrypted attributes in Import/ExportJames Lopez2017-01-301-5/+10
* fix typoJames Lopez2017-01-191-1/+1
* fix and refactor note user mappingJames Lopez2017-01-181-7/+3
* added spec replicating the problemJames Lopez2017-01-181-1/+1
* Fix error importing label priorities and added relevant specJames Lopez2016-12-211-5/+23
* Merge branch 'fix/import-export-mr-error' into 'master' Rémy Coutable2016-12-191-1/+1
|\
| * Fix MR issue to do with merge userJames Lopez2016-12-191-1/+1
* | Fix for missing service when importing from EE to CEfix/import-export-ee-servicesJames Lopez2016-12-191-0/+7
* | Fix duplicated build token problem and added relevant specfix/import-export-build-tokenJames Lopez2016-12-191-0/+2
|/
* Merge branch 'fix/import-projectmember-security' into 'security'Douwe Maan2016-11-031-7/+4
* Update specs to cope with new label types and prioritiesJames Lopez2016-10-191-8/+14
* Fix import/export labels to cope with project and group labels. Added relevan...James Lopez2016-10-191-2/+18
* Fix import testJames Lopez2016-10-191-2/+3
* Prevent claiming associated model IDs via import and added relevant specsJames Lopez2016-09-271-3/+9
* Fixed label color issue and added Import/Export versioning tableJames Lopez2016-09-191-1/+1
* squashed - Fix DB exceptions raised importing some specific projects.James Lopez2016-09-191-4/+24
* fix MR source project assignmentfix/import-mr-sourceJames Lopez2016-08-091-6/+8
* fix TODO comment [ci skip]James Lopez2016-08-021-1/+1
* squashed - fixed label and milestone association problems, updated specs and ...fix/labels-milestones-importJames Lopez2016-08-011-9/+42
* Squashed - fix encoding issuefix/import-export-encodingJames Lopez2016-07-191-0/+5
* fix EE => CE project import, and updated JSON specJames Lopez2016-07-141-2/+6
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* use has_many relationship with eventsJames Lopez2016-07-011-0/+1
* fix utc errorJames Lopez2016-06-221-1/+3
* few fixes after refactoring the whole UI stuffJames Lopez2016-06-141-2/+2
* updated relation_factory based on MR feedbackJames Lopez2016-06-141-3/+3
* refactored notes logicJames Lopez2016-06-131-3/+5
* few more changes based on feedbackJames Lopez2016-06-131-4/+4
* fixed specs and refactored a few things due to recent model changes and merge...James Lopez2016-06-131-2/+2
* refactoring more things based on MR feedbackJames Lopez2016-06-021-3/+3
* refactoring relation factory, changed from module to classJames Lopez2016-06-021-58/+67
* more and more refactoringJames Lopez2016-06-021-1/+1
* started refactoring some stuff based on MR feedbackJames Lopez2016-06-011-10/+7
* fix extra spaceJames Lopez2016-05-191-1/+0
* fixed small issue mapping membersJames Lopez2016-05-191-3/+3
* import uploads. Fixed a few things to do with members, triggers, etc...James Lopez2016-05-191-1/+9
* fixed issue exporting buildsJames Lopez2016-05-181-1/+14
* update relation factory with new models exceptionsJames Lopez2016-05-181-1/+9
* revert changes as builds are related to statuses which are already thereJames Lopez2016-05-181-46/+20
* added commits mapper and DB config import stuffJames Lopez2016-05-181-20/+46
* fix issue with forked MRsJames Lopez2016-05-161-2/+10
* restricted actual member mapping to adminsJames Lopez2016-05-131-5/+12
* fixed leaving comments on notes about missing authorsJames Lopez2016-05-131-4/+5
* update json and fix notes issueJames Lopez2016-05-131-2/+2
* add message to notes about missing author on importJames Lopez2016-05-131-2/+18
* refactored import stuff, moved to libJames Lopez2016-04-141-0/+60