GitMaya icon indicating copy to clipboard operation
GitMaya copied to clipboard

🌊 One repo = one chat, make git flow in chat, next generation gitops for boosting developer-teams productivity, supports feishu, discord and slack

Results 36 GitMaya issues
Sort by recently updated
recently updated
newest added

为了防止一个issue有多个branch造成冲突,在创建issue时自动创建对应的branch,约定针对该issue统一在此branch中修改 实现: github api,create a ref [https://docs.github.com/en/rest/git/refs?apiVersion=2022-11-28#create-a-reference](https://docs.github.com/en/rest/git/refs?apiVersion=2022-11-28#create-a-reference) [https://stackoverflow.com/questions/9506181/github-api-create-bran](https://stackoverflow.com/questions/9506181/github-api-create-bran)

enhancement

https://github.com/yanyongyu/githubkit 提供了开箱可用的 GitHub API 客户端,支持`installation_id`等多种认证方式,且支持企业部署 API(考虑到 Gitee 的 API 与 GitHub 几乎完全一致,也相当于支持 Gitee)能够极大简化与各类代码托管平台对接的难度。 建议逐步将 REST API 客户端部分切换至 GitHubKit,方便未来开发。

enhancement

在飞书回复中at机器人会传错误信息,需要过滤掉 ![](https://gitmaya.com/api/65a8e6a7d7b4140013b73d04/65ade402a16698001401649c/om_a529de0e30216b6b0458fe08e090eb11/image/img_v3_028p_eb8c5c4c-6573-4f93-8aa7-5e6d7662a54g)

bug

![image](https://github.com/ConnectAI-E/GitMaya/assets/33377207/561135be-26c9-4832-a658-27301b3579ac) 报错任务: dc96f421-d2bc-4da7-9823-f0e6168f1754 75294a7c-b2e2-4660-9499-90e92405b9b6 chat_group表结构修改后未适配

bug

- Maya会向负责人追问,直至issue可执行和可测试 - 判断issue是否适合机器人执行,避免执行过于复杂的issue - Maya会将自然语言生成可运行的测试用例 - 在同意执行后,Maya会自动创建branch并发起pr, - Maya将自我迭代代码直到跑通测试所有用例 - 触碰测试结束的阈值后无论是否跑通测试用例,停止开发。 - 其他研发人员再拉取分支,增量开发~

feature