From fc358fbb354766e7ef6df9c659b5a1bbce8920cb Mon Sep 17 00:00:00 2001 From: Ashraf Khamis <akhamis@gitlab.com> Date: Fri, 25 Oct 2024 19:34:24 +0200 Subject: [PATCH] Update warning for import docs --- doc/user/group/import/index.md | 4 ++-- doc/user/project/import/bitbucket_server.md | 6 +++--- doc/user/project/import/gitea.md | 4 ++-- doc/user/project/import/github.md | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/user/group/import/index.md b/doc/user/group/import/index.md index 73d59cc89f971..34b36d0d25920 100644 --- a/doc/user/group/import/index.md +++ b/doc/user/group/import/index.md @@ -22,8 +22,8 @@ You can migrate GitLab groups: - Between groups in the same GitLab instance. WARNING: -Migrating GitLab.com groups and projects by using direct transfer is [currently unavailable](https://status.gitlab.com). We don't have an -estimated time for resolution. For more information, please [contact support](https://about.gitlab.com/support/). +Migrating GitLab.com groups and projects by using direct transfer is [unavailable](https://status.gitlab.com). +For more information, contact [GitLab Support](https://about.gitlab.com/support/). Migration by direct transfer creates a new copy of the group. If you want to move groups instead of copying groups, you can [transfer groups](../manage.md#transfer-a-group) if the groups are in the same GitLab instance. Transferring groups diff --git a/doc/user/project/import/bitbucket_server.md b/doc/user/project/import/bitbucket_server.md index 7527f6fad64aa..c54a4f6229d91 100644 --- a/doc/user/project/import/bitbucket_server.md +++ b/doc/user/project/import/bitbucket_server.md @@ -18,9 +18,9 @@ DETAILS: Import your projects from Bitbucket Server to GitLab. WARNING: -Importing from Bitbucket Server to GitLab.com is [currently unavailable](https://status.gitlab.com). We don't have an -estimated time for resolution. For more information, please [contact support](https://about.gitlab.com/support/). -This unavailability doesn't affect [importing from Bitbucket Cloud](bitbucket.md). +Importing from Bitbucket Server to GitLab.com is [unavailable](https://status.gitlab.com). +For more information, contact [GitLab Support](https://about.gitlab.com/support/). +[Importing from Bitbucket Cloud](bitbucket.md) is not affected. ## Prerequisites diff --git a/doc/user/project/import/gitea.md b/doc/user/project/import/gitea.md index 16a89073d4163..41cb86c7abf31 100644 --- a/doc/user/project/import/gitea.md +++ b/doc/user/project/import/gitea.md @@ -17,8 +17,8 @@ DETAILS: Import your projects from Gitea to GitLab. WARNING: -Importing from Gitea to GitLab.com is [currently unavailable](https://status.gitlab.com). We don't have an -estimated time for resolution. For more information, please [contact support](https://about.gitlab.com/support/). +Importing from Gitea to GitLab.com is [unavailable](https://status.gitlab.com). +For more information, contact [GitLab Support](https://about.gitlab.com/support/). The Gitea importer can import: diff --git a/doc/user/project/import/github.md b/doc/user/project/import/github.md index c669d0801f56d..c8d3a295ecb9d 100644 --- a/doc/user/project/import/github.md +++ b/doc/user/project/import/github.md @@ -18,8 +18,8 @@ You can import your GitHub projects from either GitHub.com or GitHub Enterprise. migrate or import any types of groups or organizations from GitHub to GitLab. WARNING: -Importing from GitHub to GitLab.com is [currently unavailable](https://status.gitlab.com). We don't have an -estimated time for resolution. For more information, please [contact support](https://about.gitlab.com/support/). +Importing from GitHub to GitLab.com is [unavailable](https://status.gitlab.com). +For more information, contact [GitLab Support](https://about.gitlab.com/support/). Imported issues, merge requests, comments, and events have an **Imported** badge in GitLab. -- GitLab