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

import_export.yml « import_export « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 17136dee0006a4546b5aebcdfd276eebe4390217 (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
# Class relationships to be included in the project import/export
project_tree:
  - :issues
  - :labels
  - merge_requests:
    - :merge_request_diff
    - :merge_request_test
  - commit_statuses:
    - :commit
  - project_members:
    - :user

included_attributes:
  project:
    - :name
    - :path
  merge_requests:
    - :id
  user:
    - :email

excluded_attributes:
  merge_requests:
    - :iid