gitlab-org--gitlab-foss/lib/gitlab/import_export
James Lopez 891e5f4851 Update specs to cope with new label types and priorities
Fixed all related specs and also changed the logic to handle edge cases. This includes exporting and exporting of group labels, which will get associated with the new group (if any) or they will become normal project labels otherwise.

Found other issues to do with not being able to import all labels at once in the beginning of the JSON - code was much simpler when we import all labels and milestones associated to a project first, then the associations will find the already created labels instead of creating them from the associations themselves.
2016-10-19 14:58:28 -02:00
..
attribute_cleaner.rb Update specs to cope with new label types and priorities 2016-10-19 14:58:28 -02:00
attributes_finder.rb fixed CI commits on export 2016-05-18 17:48:15 +02:00
avatar_restorer.rb Enable Style/EmptyLinesAroundClassBody cop 2016-08-06 03:52:24 +02:00
avatar_saver.rb squashed - added avatar saver/restorer and specs 2016-07-19 13:06:06 +02:00
command_line_util.rb fix export project file permissions issue 2016-09-30 16:10:48 +02:00
error.rb fix rubocop warnings 2016-05-12 11:29:06 +02:00
file_importer.rb fix export project file permissions issue 2016-09-30 16:10:48 +02:00
import_export.yml Update specs to cope with new label types and priorities 2016-10-19 14:58:28 -02:00
importer.rb squashed - added avatar saver/restorer and specs 2016-07-19 13:06:06 +02:00
json_hash_builder.rb Update specs to cope with new label types and priorities 2016-10-19 14:58:28 -02:00
members_mapper.rb Support pending invitation project members importing projects 2016-08-08 17:25:17 +02:00
project_creator.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
project_tree_restorer.rb Use try instead of ternary operator on Gitlab::ImportExport::ProjectTreeRestorer 2016-10-19 14:58:25 -02:00
project_tree_saver.rb fix export project file permissions issue 2016-09-30 16:10:48 +02:00
reader.rb squashed - fixed label and milestone association problems, updated specs and refactored reader class a bit 2016-08-01 09:57:40 +02:00
relation_factory.rb Update specs to cope with new label types and priorities 2016-10-19 14:58:28 -02:00
repo_restorer.rb fix export project file permissions issue 2016-09-30 16:10:48 +02:00
repo_saver.rb fix export project file permissions issue 2016-09-30 16:10:48 +02:00
saver.rb add project name and namespace to filename on project export 2016-07-15 12:55:28 +02:00
shared.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
uploads_restorer.rb fixed specs and refactored a few things due to recent model changes and merge conflicts 2016-06-13 13:34:36 +02:00
uploads_saver.rb squashed - added avatar saver/restorer and specs 2016-07-19 13:06:06 +02:00
version_checker.rb squashed - Fix DB exceptions raised importing some specific projects. 2016-09-19 09:18:37 +02:00
version_saver.rb fix export project file permissions issue 2016-09-30 16:10:48 +02:00
wiki_repo_saver.rb fix export project file permissions issue 2016-09-30 16:10:48 +02:00