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:
- 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:
......
......@@ -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
......@@ -321,3 +321,10 @@ ProtectedBranch::PushAccessLevel:
- access_level
- created_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