fix import/export security specs after merge
This commit is contained in:
parent
4e7eb30923
commit
ad62a25e0f
3 changed files with 15 additions and 1 deletions
|
@ -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
|
||||
- project_feature
|
||||
award_emoji:
|
||||
- awardable
|
||||
- user
|
|
@ -321,3 +321,10 @@ ProtectedBranch::PushAccessLevel:
|
|||
- access_level
|
||||
- created_at
|
||||
- updated_at
|
||||
AwardEmoji:
|
||||
- id
|
||||
- user_id
|
||||
- name
|
||||
- awardable_type
|
||||
- created_at
|
||||
- updated_at
|
||||
|
|
Loading…
Reference in a new issue