From eaab50eb575d73513ac2f2eef4f85adbbccb0043 Mon Sep 17 00:00:00 2001 From: Kassio Borges Date: Tue, 9 Nov 2021 13:54:40 +0000 Subject: [PATCH] Enable github_importer_use_diff_note_with_suggestions by default Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/340624 Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/74096 --- .../github_importer_use_diff_note_with_suggestions.yml | 2 +- doc/user/project/import/github.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/feature_flags/development/github_importer_use_diff_note_with_suggestions.yml b/config/feature_flags/development/github_importer_use_diff_note_with_suggestions.yml index c106d5131ffdce..c7f8d9f49431a0 100644 --- a/config/feature_flags/development/github_importer_use_diff_note_with_suggestions.yml +++ b/config/feature_flags/development/github_importer_use_diff_note_with_suggestions.yml @@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/344309 milestone: '14.5' type: development group: group::import -default_enabled: false +default_enabled: true diff --git a/doc/user/project/import/github.md b/doc/user/project/import/github.md index 72bf084168749a..f529a20d5b75e9 100644 --- a/doc/user/project/import/github.md +++ b/doc/user/project/import/github.md @@ -26,6 +26,7 @@ The following aspects of a project are imported: - Regular issue and pull request comments - [Git Large File Storage (LFS) Objects](../../../topics/git/lfs/index.md) - Pull request comments replies in discussions ([GitLab.com & 14.5+](https://gitlab.com/gitlab-org/gitlab/-/issues/336596)) +- Diff Notes suggestions ([GitLab.com & 14.7+](https://gitlab.com/gitlab-org/gitlab/-/issues/340624)) [with a flag](../../../administration/feature_flags.md) named `github_importer_use_diff_note_with_suggestions`. Enabled by default. References to pull requests and issues are preserved (GitLab.com & 8.7+), and each imported repository maintains visibility level unless that [visibility -- GitLab