Welcome to mirror list, hosted at ThFree Co, Russian Federation.

group_import_export.yml « import_export « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 049d81f96a494f224d057c65405ec3b0099be8b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# 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:
        - :priorities
    - :boards
    - members:
        - :user

included_attributes:
  user:
    - :id
    - :email
    - :username
  author:
    - :name

excluded_attributes:
  group:
    - :id
    - :runners_token
    - :runners_token_encrypted

methods:
  labels:
    - :type
  badges:
    - :type
  notes:
    - :type

preloads:

# EE specific relationships and settings to include. All of this will be merged
# into the previous structures if EE is used.
ee:
  tree:
    group:
      - epics:
          - :parent
          - notes:
              - :author
      - boards:
          - :board_assignee
          - labels:
              - :priorities