summaryrefslogtreecommitdiff
path: root/spec/support/import_export
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-05-06 13:40:02 +0200
committerJames Lopez <james@jameslopez.es>2016-05-06 13:40:02 +0200
commitce598b05414d52b31437dbe19412eb6a9a16f1b5 (patch)
tree34349e8e2c95ae01c0e219cedd42e335ef0e9321 /spec/support/import_export
parent6612ca096a496caaa0d30724190964df8aac2f46 (diff)
downloadgitlab-ce-ce598b05414d52b31437dbe19412eb6a9a16f1b5.tar.gz
fixed and refactored a few things based on MR feedback
Diffstat (limited to 'spec/support/import_export')
-rw-r--r--spec/support/import_export/import_export.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/spec/support/import_export/import_export.yml b/spec/support/import_export/import_export.yml
index e6985d6413c..3ceec506401 100644
--- a/spec/support/import_export/import_export.yml
+++ b/spec/support/import_export/import_export.yml
@@ -1,20 +1,20 @@
# Class relationships to be included in the project import/export
-:project_tree:
+project_tree:
- :issues
- :labels
- - :merge_requests:
+ - merge_requests:
- :merge_request_diff
- :merge_request_test
- - :commit_statuses:
+ - commit_statuses:
- :commit
-:attributes_only:
- :project:
+included_attributes:
+ project:
- :name
- :path
- :merge_requests:
+ merge_requests:
- :id
-:attributes_except:
- :merge_requests:
+excluded_attributes:
+ merge_requests:
- :iid \ No newline at end of file