Code-Review-GPT-Gitlab icon indicating copy to clipboard operation
Code-Review-GPT-Gitlab copied to clipboard

🤖 GPT Code Review for Gitlab (针对于 Gitlab 的 LLM 辅助 Code Review 工具)项目详细文档 👇🏻

Results 24 Code-Review-GPT-Gitlab issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/user-attachments/assets/2c48fe29-4571-4ca9-9813-5adf10965860) 这里可以把数据处理跟并发调度分开,先遍历把数据处理成一个数组,再线程池并发调度 ![image](https://github.com/user-attachments/assets/6ef8d355-0c98-4f1b-a150-10bbafd781ca) python现在也支持类型 dataclass for in 一个unknown真的有点蛋疼, ![image](https://github.com/user-attachments/assets/1b78cbd6-3a73-4a1e-9579-4b9cfcf9ac57) 这个变量命名,都是ID 看起来 project_commit_id 是一个数组 commit_id是一个id 是否可以改成project_commit_id_list:List[int] 实在没忍住,罪过罪过

目前全部按照文档设置,但是在点击同意合并后,才开始 code review 按照实际使用,应该是提交和并请求后,就进行code review吧?

![Image](https://github.com/user-attachments/assets/7ebae806-27d8-4411-96df-172d61917ade) ![Image](https://github.com/user-attachments/assets/f0824b06-4c56-45e1-a833-2a75f020d717) 经实际验证,Get single MR changes 接口获取不到 Commit 中 新增的文件变动,所以导致 review 代码遗漏。

2025-04-28 16:02:55 Traceback (most recent call last): 2025-04-28 16:02:55 File "/workspace/app.py", line 3, in 2025-04-28 16:02:55 from app.gitlab_webhook import git 2025-04-28 16:02:55 File "/workspace/app/gitlab_webhook.py", line 2, in 2025-04-28 16:02:55 from...

- 合并连续的用户消息(user role)为单条消息 - 确保符合 Deepseek API 的消息顺序要求 #### 当消息队列中出现多个连续的 user role 消息时,Deepseek API 会返回 400 Bad Request 错误,具体报错如下: ![27ee1ff33ca10c056a8d2474d9c6897e](https://github.com/user-attachments/assets/cb13f515-6f41-419c-92bd-f6796cea0c86) ## Summary by CodeRabbit - **Refactor** - Streamlined summary messaging...

使用docker构建缓存加速 docker build ## Summary by CodeRabbit - **Chores** - Optimized the dependency installation process with enhanced caching, resulting in more efficient builds. - Reordered dependency setup steps to better...