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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2019-08-06 15:40:33 +0300
committerSean McGivern <sean@gitlab.com>2019-08-06 15:40:33 +0300
commit26087322713e2949f2bf207798512374757a484c (patch)
tree532fd78f0c98c2625fa8669584d8f6994270a58e /lib/gitlab
parent9edf06d9c40e9508d405286c71fbc62dccf68299 (diff)
parent651e89d29a300f44ac0ef9d59315d2a64a52efa0 (diff)
Merge branch 'make-issue-boards-importable' into 'master'
Make issue boards importable See merge request gitlab-org/gitlab-ce!31434
Diffstat (limited to 'lib/gitlab')
-rw-r--r--lib/gitlab/import_export/import_export.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/gitlab/import_export/import_export.yml b/lib/gitlab/import_export/import_export.yml
index 01437c67fa9..f3888857bb6 100644
--- a/lib/gitlab/import_export/import_export.yml
+++ b/lib/gitlab/import_export/import_export.yml
@@ -80,6 +80,10 @@ project_tree:
- :ci_cd_settings
- :error_tracking_setting
- :metrics_setting
+ - boards:
+ - lists:
+ - label:
+ - :priorities
# Only include the following attributes for the models specified.
included_attributes:
@@ -216,6 +220,8 @@ methods:
- :action
project_badges:
- :type
+ lists:
+ - :list_type
# EE specific relationships and settings to include. All of this will be merged
# into the previous structures if EE is used.