summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-09-21 20:43:29 +0200
committerJames Lopez <james@jameslopez.es>2016-09-21 20:49:52 +0200
commit7555fad42a7a959505de2f56050f653184a67d4d (patch)
tree10a4b73acc142385cf261808539cf55a4a7166f0
parent4e7eb30923ee06248648e4ec7fd37ca40fc9fa8d (diff)
downloadgitlab-ce-fix/import-security.tar.gz
fix import/export security specs after mergefix/import-security
-rw-r--r--lib/gitlab/import_export/import_export.yml3
-rw-r--r--spec/lib/gitlab/import_export/all_models.yml6
-rw-r--r--spec/lib/gitlab/import_export/safe_model_attributes.yml7
3 files changed, 15 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/import_export.yml b/lib/gitlab/import_export/import_export.yml
index 925a952156f..88803d76623 100644
--- a/lib/gitlab/import_export/import_export.yml
+++ b/lib/gitlab/import_export/import_export.yml
@@ -10,6 +10,7 @@ project_tree:
- milestone:
- :events
- snippets:
+ - :award_emoji
- notes:
:author
- :releases
@@ -66,6 +67,8 @@ excluded_attributes:
- :milestone_id
merge_requests:
- :milestone_id
+ award_emoji:
+ - :awardable_id
methods:
statuses:
diff --git a/spec/lib/gitlab/import_export/all_models.yml b/spec/lib/gitlab/import_export/all_models.yml
index 2d8d1bb441c..006569254a6 100644
--- a/spec/lib/gitlab/import_export/all_models.yml
+++ b/spec/lib/gitlab/import_export/all_models.yml
@@ -49,6 +49,7 @@ snippets:
- author
- project
- notes
+- award_emoji
releases:
- project
project_members:
@@ -180,4 +181,7 @@ project:
- triggers
- environments
- deployments
-- project_feature \ No newline at end of file
+- project_feature
+award_emoji:
+- awardable
+- user \ No newline at end of file
diff --git a/spec/lib/gitlab/import_export/safe_model_attributes.yml b/spec/lib/gitlab/import_export/safe_model_attributes.yml
index 7efe14545b5..8bccd313d6c 100644
--- a/spec/lib/gitlab/import_export/safe_model_attributes.yml
+++ b/spec/lib/gitlab/import_export/safe_model_attributes.yml
@@ -321,3 +321,10 @@ ProtectedBranch::PushAccessLevel:
- access_level
- created_at
- updated_at
+AwardEmoji:
+- id
+- user_id
+- name
+- awardable_type
+- created_at
+- updated_at