Skip to content

功能建议-从Gitee批量导入仓库到极狐GitLab

Proposal

建议极狐GitLab增加从Gitee批量导入仓库的功能,用户只需要填写Gitee的access token即可批量导入,就像从GitHub批量导入那样。 这样用户就可以没有烦恼的、一键迁移到极狐SaaS平台或自建GitLab实例中。

目前阿里云云效Codeup支持这么操作,可以参考下: Screenshot-2022-01-23-15-23-15 选择仓库的功能类似: Screenshot-2022-01-23-15-16-22

Use Cases

  1. User Chooses Gitee in Importing Projects
  2. Page redirects to Gitee's OAuth Page
  3. User confirm the authorization of Gitee
  4. Page Lists the authorized Gitee account's projects image
  5. Users chooses Import to start importing a project
  6. After the importing process is complete, the status is turned into "Complete", and Button "Go to project" replaces Button "Import"
  7. User chooses "Got to project" and navigates to the imported project.

Imported Data

The following items of a project are imported:

  • Repository description.
  • Git repository data.
  • Issues.
  • Issues Notes.
  • Pull requests.
  • Wiki pages.
  • Milestones.
  • Labels.
  • Release note descriptions.
  • Pull request review comments.
彭亮 编辑于