debian-mirror-gitlab/lib/gitlab/import_export/group/import_export.yml

87 lines
1.6 KiB
YAML
Raw Normal View History

2019-12-26 22:10:19 +05:30
# Model relationships to be included in the group import/export
#
# This list _must_ only contain relationships that are available to both FOSS and
# Enterprise editions. EE specific relationships must be defined in the `ee` section further
# down below.
tree:
group:
- :milestones
- :badges
- labels:
2020-03-13 15:44:24 +05:30
- :priorities
- boards:
- lists:
- label:
- :priorities
- :board
2019-12-26 22:10:19 +05:30
- members:
2020-03-13 15:44:24 +05:30
- :user
2019-12-26 22:10:19 +05:30
included_attributes:
2020-01-01 13:55:28 +05:30
user:
- :id
- :email
- :username
author:
- :name
2019-12-26 22:10:19 +05:30
excluded_attributes:
group:
2020-03-13 15:44:24 +05:30
- :owner_id
- :created_at
- :updated_at
2019-12-26 22:10:19 +05:30
- :runners_token
- :runners_token_encrypted
2020-03-13 15:44:24 +05:30
- :saml_discovery_token
- :visibility_level
2020-04-22 19:07:51 +05:30
- :trial_ends_on
- :shared_runners_minute_limit
- :extra_shared_runners_minutes_limit
epics:
- :state_id
2019-12-26 22:10:19 +05:30
methods:
labels:
- :type
2020-03-13 15:44:24 +05:30
label:
- :type
2019-12-26 22:10:19 +05:30
badges:
- :type
2020-01-01 13:55:28 +05:30
notes:
- :type
2020-03-13 15:44:24 +05:30
events:
- :action
lists:
- :list_type
2020-04-22 19:07:51 +05:30
epics:
- :state
2019-12-26 22:10:19 +05:30
preloads:
2021-06-08 01:23:25 +05:30
export_reorders:
2019-12-26 22:10:19 +05:30
# EE specific relationships and settings to include. All of this will be merged
# into the previous structures if EE is used.
ee:
tree:
group:
2020-01-01 13:55:28 +05:30
- epics:
2020-03-13 15:44:24 +05:30
- :parent
- :award_emoji
- events:
- :push_event_payload
- notes:
- :author
- :award_emoji
- events:
- :push_event_payload
2020-01-01 13:55:28 +05:30
- boards:
2020-03-13 15:44:24 +05:30
- :board_assignee
2020-04-08 14:13:33 +05:30
- :milestone
2020-03-13 15:44:24 +05:30
- labels:
- :priorities
- lists:
- milestone:
- events:
- :push_event_payload