Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-05-18 18:48:15 +0300
committerJames Lopez <james@jameslopez.es>2016-05-18 18:48:15 +0300
commita5f04ad48849b94aabeeb7450c6059e76372855c (patch)
tree921e2c97eca4e9b7b00768bd3f7ae222c9ad9cc0 /lib/gitlab/import_export/import_export.yml
parent301d64b84943f7f91588c330f2d22c172f529d52 (diff)
fixed CI commits on export
Diffstat (limited to 'lib/gitlab/import_export/import_export.yml')
-rw-r--r--lib/gitlab/import_export/import_export.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/import_export.yml b/lib/gitlab/import_export/import_export.yml
index 947f3030f46..eef4d92beee 100644
--- a/lib/gitlab/import_export/import_export.yml
+++ b/lib/gitlab/import_export/import_export.yml
@@ -45,4 +45,8 @@ included_attributes:
# Do not include the following attributes for the models specified.
excluded_attributes:
snippets:
- - :expired_at \ No newline at end of file
+ - :expired_at
+
+methods:
+ statuses:
+ - :type \ No newline at end of file