gitlab-org--gitlab-foss/spec/support/import_export
Kamil Trzciński 0eeadb2dd2 Normalize import_export structure
This brings a significant refactor to how
we handle `import_export.yml`, merge it with EE
and how we handle that for reader and saver.

This is meant to simplify the code, and remove
a ton of conditions to handle different models
of the structure.

This is also meant to prepare the structure
to extend it much easier, like adding `preload:`
or additional object types when needed.

This does not change the behavior of import/export,
rather unifies and simplifies the current implementation.
2019-09-06 14:21:17 +02:00
..
common_util.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
configuration_helper.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
export_file_helper.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
import_export.yml Normalize import_export structure 2019-09-06 14:21:17 +02:00