Skip to content
代码片段 群组 项目
未验证 提交 938cc629 编辑于 作者: Ashraf Khamis's avatar Ashraf Khamis 提交者: GitLab
浏览文件

Merge branch 'gitea-importer-comment-limitation' into 'master'

Add limitations to the Gitea importer documentation page

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147305



Merged-by: default avatarAshraf Khamis <akhamis@gitlab.com>
Co-authored-by: default avatarMax Achenbach <max-henrik.achenbach@outlook.de>
No related branches found
No related tags found
无相关合并请求
......@@ -26,15 +26,15 @@ The Gitea importer can import:
When importing, repository public access is retained. If a repository is private in Gitea, it's
created as private in GitLab as well.
Because Gitea isn't an OAuth provider, author/assignee can't be mapped to users
in your GitLab instance. This means the project creator (usually the user that
started the import process) is set as the author. A reference, however, is kept
on the issue about the original Gitea author.
## Known issues
- Because of [issue 434175](https://gitlab.com/gitlab-org/gitlab/-/issues/434175), projects with a dot
in their path must be renamed for all items to be imported correctly.
- You must rename projects with a `.` in their path for all items to be imported correctly.
For more information, see [issue 434175](https://gitlab.com/gitlab-org/gitlab/-/issues/434175).
- Because Gitea is not an OAuth provider, the author or assignee cannot be mapped to users on
your GitLab instance. The project creator (usually the user who started the import process)
is then set as the author. For issues, you can still see the original Gitea author.
- Because Gitea cannot get comments from merge requests through the API, these comments are not imported.
For more information, see the [Gitea API documentation](https://docs.gitea.com/api/1.20/#tag/repository/operation/repoGetPullRequest).
## Prerequisites
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册