1 Star 0 Fork 24

Ankit Udiniyan / Gigrator

forked from K8sCat / Gigrator 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Gigrator

Git code warehouse batch migration

Start

git clone git@gitee.com:ankit20sep/Gigrator.git
cd Gigrator
pip3 install -r requirements.txt

# SOURCE_GIT and DEST_GIT need to be configured in the configuration file (settings.py) before migration 
# Configuration reference: settings_example.py
 python3 gigrator.py

Develop

# Base class
class Git:
    pass


# Other GitServer class should inherit Git
class OtherGit(Git):
    pass

Support

Note:

    1. Does not support the migration to Coding, from Coding can be migrated to other Gitservers
    1. Because of Codingthe upgrade, its foundation APIis no longer https://coding.net, and read:https://{username}.coding.net
    1. Please confirm that it has been added on the Git server before migration SSH Key
    1. Only the warehouses under the specified users can be migrated, that is {username}/{repo_name}, excluding participating or organized warehouses
    1. The migration includes commits, branches and tags, but does not include issues, pr and wiki

Environment

  • Git
  • Python

Development environment: git version 2.20.1 (Apple Git-117)+Python 3.7.2

Dependencies

References

GitLab

GitLab GraphQL API

Can not create a project!

It will co-exist with the current v4 REST API. If we have a v5 API, this should be a compatibility layer on top of GraphQL.

GitHub REST API v3

GitHub GraphQL API v4

Gitee

Gitea

Gogs

Coding

GraphQL Client

License

MIT

MIT License Copyright (c) 2020 hsowan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Git代码仓批量迁移,支持GitHub、Gitee、GitLab、Gitea、Coding、Gogs 展开 收起
Python
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/ankit20sep/Gigrator.git
git@gitee.com:ankit20sep/Gigrator.git
ankit20sep
Gigrator
Gigrator
master

搜索帮助