-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: implemented gitee client #3156
Conversation
implemented gitee client
请问一下,gitee 客户端工具怎么样了。是已经开发完成了吗。 |
@espoir999 开发完成了,PR还没合并 |
请问是经过测试了吗,大概多久之后能合并呢,jenkins 太重了,很期待支持gitee。 谢谢 |
兄弟,你这个Pr还在草案啊,貌似不能合并 |
@espoir999 你好 非常感谢你的期待! |
你好,我看着 drone 的文档部署 gitee 的 drone 服务出现了下面的问题,请问这是什么原因呢 |
@espoir999 I can see you are using version 2.0.0 You will need to pull latest. I haven’t done the official release of this integration yet. |
@espoir999 你好,支持gitee的版本和文档还未正式发布,请稍加等待。 |
好的 |
ok |
|
哈喽,兄弟,gitee 的同步分页有个bug呀,默认情况下 opts := scm.ListOptions{Size: 100} ,所以默认 opts.Page = 0 opts := scm.ListOptions{Size: 100} // gitee pageValues // 第一次请求的时候,page = 0,所以 current = 0 没有走后面的分页逻辑 |
所以同步功能最多只能同步100个仓库 |
@espoir999 你好!已经提交了修复的PR,正在等待社区合并。 |
好的,谢谢 |
implemented gitee client. https://gitee.com
require list: