gitlab-ce/spec/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
..
all_models.yml Update specs to cope with new label types and priorities 2016-10-19 14:58:28 -02:00
attribute_cleaner_spec.rb Prevent claiming associated model IDs via import and added relevant specs 2016-09-27 15:48:10 +02:00
attribute_configuration_spec.rb Add markdown cache columns to the database, but don't use them yet 2016-10-07 02:54:25 +01:00
avatar_restorer_spec.rb fix spec 2016-07-19 14:31:22 +02:00
avatar_saver_spec.rb squashed - added avatar saver/restorer and specs 2016-07-19 13:06:06 +02:00
import_export_spec.rb
members_mapper_spec.rb Support pending invitation project members importing projects 2016-08-08 17:25:17 +02:00
model_configuration_spec.rb refactored some stuff and added new models / attributes after rebase 2016-09-09 14:56:10 +02:00
project.json Update specs to cope with new label types and priorities 2016-10-19 14:58:28 -02:00
project_tree_restorer_spec.rb Update specs to cope with new label types and priorities 2016-10-19 14:58:28 -02:00
project_tree_saver_spec.rb Update specs to cope with new label types and priorities 2016-10-19 14:58:28 -02:00
reader_spec.rb Project tools visibility level 2016-09-01 11:47:59 -03:00
relation_factory_spec.rb Prevent claiming associated model IDs via import and added relevant specs 2016-09-27 15:48:10 +02:00
repo_bundler_spec.rb
safe_model_attributes.yml Update specs to cope with new label types and priorities 2016-10-19 14:58:28 -02:00
version_checker_spec.rb squashed - Fix DB exceptions raised importing some specific projects. 2016-09-19 09:18:37 +02:00
wiki_repo_bundler_spec.rb