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
path: root/doc/user
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-11 06:14:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-11 06:14:09 +0300
commit465493946771106953b9d2e70a27b69463af4299 (patch)
treeef50a575eb80d13ca81b3cdf084753532fc2c08f /doc/user
parent4148df7b7365f1817aa657c9ffc7e3bc96bd738a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/group/import/index.md2
-rw-r--r--doc/user/project/import/bitbucket.md4
-rw-r--r--doc/user/project/repository/monorepos/index.md2
3 files changed, 6 insertions, 2 deletions
diff --git a/doc/user/group/import/index.md b/doc/user/group/import/index.md
index 118596f877a..ee9c04055c5 100644
--- a/doc/user/group/import/index.md
+++ b/doc/user/group/import/index.md
@@ -174,7 +174,7 @@ To migrate groups by direct transfer:
- For GitLab 15.0 and earlier source instances, the personal access token must
have both the `api` and `read_repository` scopes.
- You must have the Owner role on the source group to migrate from.
-- Your must have a role on the destination namespace the enables you to
+- You must have a role in the destination namespace that enables you to
[create a subgroup](../../group/subgroups/index.md#create-a-subgroup) in that
namespace.
- To import items stored in object storage, you must either:
diff --git a/doc/user/project/import/bitbucket.md b/doc/user/project/import/bitbucket.md
index ebd868256a2..92c14347a15 100644
--- a/doc/user/project/import/bitbucket.md
+++ b/doc/user/project/import/bitbucket.md
@@ -6,6 +6,10 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Import your project from Bitbucket Cloud **(FREE ALL)**
+> - Parallel imports from Bitbucket Cloud [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/412614) in GitLab 16.6 [with a flag](../../../administration/feature_flags.md) named `bitbucket_parallel_importer`. Disabled by default.
+> - [Enabled on GitLab.com](https://gitlab.com/gitlab-org/gitlab/-/issues/423530) in GitLab 16.6.
+> - [Generally available](https://gitlab.com/gitlab-org/gitlab/-/issues/423530) in GitLab 16.7. Feature flag `bitbucket_parallel_importer` removed.
+
Import your projects from Bitbucket Cloud to GitLab.
The Bitbucket importer can import:
diff --git a/doc/user/project/repository/monorepos/index.md b/doc/user/project/repository/monorepos/index.md
index 5def5426fda..36b0521235d 100644
--- a/doc/user/project/repository/monorepos/index.md
+++ b/doc/user/project/repository/monorepos/index.md
@@ -20,7 +20,7 @@ size.
Monorepos can be large for [many reasons](https://about.gitlab.com/blog/2022/09/06/speed-up-your-monorepo-workflow-in-git/#characteristics-of-monorepos).
-Large repositories pose a performance risk performance when used in GitLab, especially if a large monorepo receives many clones or pushes a day, which is common for them.
+Large repositories pose a performance risk when used in GitLab, especially if a large monorepo receives many clones or pushes a day, which is common for them.
Git itself has performance limitations when it comes to handling
monorepos.