diff options
author | James Lopez <james@jameslopez.es> | 2016-09-21 20:43:29 +0200 |
---|---|---|
committer | Ruben Davila <rdavila84@gmail.com> | 2016-09-21 15:47:11 -0500 |
commit | ad62a25e0f5b2e35b7101024982139997633768d (patch) | |
tree | 10a4b73acc142385cf261808539cf55a4a7166f0 /lib | |
parent | 4e7eb30923ee06248648e4ec7fd37ca40fc9fa8d (diff) | |
download | gitlab-ce-ad62a25e0f5b2e35b7101024982139997633768d.tar.gz |
fix import/export security specs after merge
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/import_export/import_export.yml | 3 |
1 files changed, 3 insertions, 0 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: |