Commit 3f55188d authored by James Lopez's avatar James Lopez Committed by Ruben Davila

fix import/export security specs after merge

parent 98abf693
...@@ -10,6 +10,7 @@ project_tree: ...@@ -10,6 +10,7 @@ project_tree:
- milestone: - milestone:
- :events - :events
- snippets: - snippets:
- :award_emoji
- notes: - notes:
:author :author
- :releases - :releases
...@@ -66,6 +67,8 @@ excluded_attributes: ...@@ -66,6 +67,8 @@ excluded_attributes:
- :milestone_id - :milestone_id
merge_requests: merge_requests:
- :milestone_id - :milestone_id
award_emoji:
- :awardable_id
methods: methods:
statuses: statuses:
......
...@@ -49,6 +49,7 @@ snippets: ...@@ -49,6 +49,7 @@ snippets:
- author - author
- project - project
- notes - notes
- award_emoji
releases: releases:
- project - project
project_members: project_members:
...@@ -180,4 +181,7 @@ project: ...@@ -180,4 +181,7 @@ project:
- triggers - triggers
- environments - environments
- deployments - deployments
- project_feature - project_feature
\ No newline at end of file award_emoji:
- awardable
- user
\ No newline at end of file
...@@ -321,3 +321,10 @@ ProtectedBranch::PushAccessLevel: ...@@ -321,3 +321,10 @@ ProtectedBranch::PushAccessLevel:
- access_level - access_level
- created_at - created_at
- updated_at - updated_at
AwardEmoji:
- id
- user_id
- name
- awardable_type
- created_at
- updated_at
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment