summaryrefslogtreecommitdiff
path: root/spec/support/import_export/import_export.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/import_export/import_export.yml')
-rw-r--r--spec/support/import_export/import_export.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/spec/support/import_export/import_export.yml b/spec/support/import_export/import_export.yml
new file mode 100644
index 00000000000..3ceec506401
--- /dev/null
+++ b/spec/support/import_export/import_export.yml
@@ -0,0 +1,20 @@
+# Class relationships to be included in the project import/export
+project_tree:
+ - :issues
+ - :labels
+ - merge_requests:
+ - :merge_request_diff
+ - :merge_request_test
+ - commit_statuses:
+ - :commit
+
+included_attributes:
+ project:
+ - :name
+ - :path
+ merge_requests:
+ - :id
+
+excluded_attributes:
+ merge_requests:
+ - :iid \ No newline at end of file