summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix import/export labels to cope with project and group labels. Added ↵James Lopez2016-10-191-1/+1
| | | | relevant specs.
* Fixed label color issue and added Import/Export versioning tableJames Lopez2016-09-191-0/+1
|
* squashed - Fix DB exceptions raised importing some specific projects.James Lopez2016-09-191-1/+1
| | | | | Better import of labels, milestones and protected branches. Updated relevant specs. Loose pipeline validation on importing, so it does not fail when there are missing fields, which are not validated at DB level. Also, updated spec with relevant test.
* using shared path for project import uploads and refactored gitlab remove ↵James Lopez2016-08-041-0/+4
| | | | export worker
* squashed - fixed label and milestone association problems, updated specs and ↵fix/labels-milestones-importJames Lopez2016-08-011-1/+1
| | | | refactored reader class a bit
* Squashed - fix encoding issuefix/import-export-encodingJames Lopez2016-07-191-1/+1
| | | | | | | | | | | | | | WIP - trying to replicate UTF-8 error fix spec fixing encoding issue and another spec, to do with MR diffs fix issue and spec failure Add changelog and bumped up I/E version fix spec based on feedback - omitted target project
* add project name and namespace to filename on project exportJames Lopez2016-07-151-0/+7
| | | | added changelog
* bump version - as old exports wont be compatibleJames Lopez2016-06-291-1/+1
|
* use rails root joinJames Lopez2016-06-201-1/+1
|
* fixed a couple of errors spotted in productionJames Lopez2016-06-201-1/+1
|
* Merge branches 'feature/project-export' and 'feature/project-import' of ↵James Lopez2016-06-131-0/+4
|\ | | | | | | | | | | | | | | | | gitlab.com:gitlab-org/gitlab-ce into feature/project-import # Conflicts: # app/models/project.rb # db/schema.rb # lib/gitlab/import_export/import_export_reader.rb
| * few more modifications based on commentsJames Lopez2016-06-131-0/+4
| |
* | import uploads. Fixed a few things to do with members, triggers, etc...James Lopez2016-05-191-0/+4
|/
* fix version issueJames Lopez2016-05-161-0/+4
|
* adding versioning to exportJames Lopez2016-05-161-0/+6
|
* fixed TODOs leftJames Lopez2016-05-131-0/+8
|
* added better error handling. Also refactored some of the code and fixed a ↵James Lopez2016-05-101-4/+0
| | | | few issues in project_tree_saver
* fixing merge issuesJames Lopez2016-05-091-4/+0
|
* started refactoring import export reader - WIPJames Lopez2016-05-061-1/+1
|
* fixed and refactored a few things based on MR feedbackJames Lopez2016-05-061-1/+1
|
* refactored path stuffJames Lopez2016-04-221-3/+1
|
* refactored stuff, added a save and compress all class and moved mostly ↵James Lopez2016-04-141-0/+23
everything to lib