Commit 9123a97f authored by Suzanne Selhorn's avatar Suzanne Selhorn Committed by Craig Norris

Removes limitations heading

Because we try to use more specific headings
parent f3c54c92
...@@ -62,9 +62,10 @@ You may need to import projects from external sources like GitHub, Bitbucket, or ...@@ -62,9 +62,10 @@ You may need to import projects from external sources like GitHub, Bitbucket, or
### Popular project imports ### Popular project imports
- [GitHub Enterprise to self-managed GitLab](../integration/github.md): Enabling OAuth makes it easier for developers to find and import their projects. - [GitHub Enterprise to self-managed GitLab](../integration/github.md)
- [Bitbucket Server](../user/project/import/bitbucket_server.md#limitations): There are certain data limitations. - [Bitbucket Server](../user/project/import/bitbucket_server.md)
For assistance with these data types, contact your GitLab account manager or GitLab Support about our professional migration services.
For assistance with these data types, contact your GitLab account manager or GitLab Support about our professional migration services.
## GitLab instance security ## GitLab instance security
......
...@@ -24,11 +24,10 @@ created as private in GitLab as well. ...@@ -24,11 +24,10 @@ created as private in GitLab as well.
## Import your Bitbucket repositories ## Import your Bitbucket repositories
Prerequisites: Prerequisite:
- An administrator must have enabled the **Bitbucket Server** in - An administrator must have enabled the **Bitbucket Server** in
**Admin > Settings > General > Visibility and access controls > Import sources**. **Admin > Settings > General > Visibility and access controls > Import sources**.
- Review the importer's [limitations](#limitations).
To import your Bitbucket repositories: To import your Bitbucket repositories:
...@@ -41,24 +40,27 @@ To import your Bitbucket repositories: ...@@ -41,24 +40,27 @@ To import your Bitbucket repositories:
1. Select the projects to import, or import all projects. You can filter projects by name and select 1. Select the projects to import, or import all projects. You can filter projects by name and select
the namespace for which to import each project. the namespace for which to import each project.
## Limitations ### Items that are not imported
- GitLab doesn't allow comments on arbitrary lines of code. Any out-of-bounds Bitbucket comments are The following items aren't imported:
inserted as comments in the merge request.
- Bitbucket Server allows multiple threading levels. The importer collapses this into one thread and
quotes part of the original comment.
- Declined pull requests have unreachable commits. This prevents the importer from generating a
proper diff. These pull requests show up as empty changes.
- Project filtering doesn't support fuzzy search. Only starts with or full match strings are
supported.
The following aren't imported:
- Pull request approvals - Pull request approvals
- Attachments in Markdown - Attachments in Markdown
- Task lists - Task lists
- Emoji reactions - Emoji reactions
### Items that are imported but changed
The following items are changed when they are imported:
- GitLab doesn't allow comments on arbitrary lines of code. Any out-of-bounds Bitbucket comments are
inserted as comments in the merge request.
- Multiple threading levels are collapsed into one thread and
quotes are added as part of the original comment.
- Declined pull requests have unreachable commits. These pull requests show up as empty changes.
- Project filtering doesn't support fuzzy search. Only **starts with** or **full match** strings are
supported.
## User assignment ## User assignment
When issues and pull requests are importing, the importer tries to find the author's email address When issues and pull requests are importing, the importer tries to find the author's email address
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment