summaryrefslogtreecommitdiff
path: root/spec/support/import_export
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-04-07 13:19:57 +0200
committerJames Lopez <james@jameslopez.es>2016-04-07 13:19:57 +0200
commitacfa0b69d5370749cee9768bf79b58daf6d916a4 (patch)
tree687d983ef2f52f8e9ee678be714cbba966acb590 /spec/support/import_export
parentb4fe00226402dbee91025e2bdcbd15dbf8b39883 (diff)
downloadgitlab-ce-acfa0b69d5370749cee9768bf79b58daf6d916a4.tar.gz
continuing to refactor config, added spec and fixed a few problems
Diffstat (limited to 'spec/support/import_export')
-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..e6985d6413c
--- /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
+
+:attributes_only:
+ :project:
+ - :name
+ - :path
+ :merge_requests:
+ - :id
+
+:attributes_except:
+ :merge_requests:
+ - :iid \ No newline at end of file