Skip to content
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

Build #12

Merged
merged 4 commits into from
Jul 29, 2023
Merged

Build #12

merged 4 commits into from
Jul 29, 2023

Conversation

Arcadia822
Copy link
Member

No description provided.

@codedog-assistant
Copy link

codedog #12 代码审查报告

powered by GPT3.5-Turbo and Codedog 0.4.0

执行记录

  • 开始时间: 2023-07-29 15:06:26
  • 审查耗时: 14秒
  • 审查文件数量: 8
  • OPENAI API TOKEN数量: 12480 (约$0.0250)

PR概要

这次pull request主要是为了构建项目,没有具体的改动。

主要变动
次要变动
1. .gitattributes
将所有文件的换行符设置为LF
2. LICENSE
修改了LICENSE文件中的版权信息
3. codedog/server.py
Added CodedogError class to server.py
4. codedog/utils/errors.py
删除了CodedogError类的构造函数中的默认参数值
5. codedog/utils/github_utils.py
Simplified load_github_client function by removing unnecessary code
6. poetry.lock
升级了langchain包的版本,更新了文件hash值,更新了awadb包的版本
7. poetry.toml
修改了poetry.toml文件,添加了virtualenvs.in-project和installer.modern-installation字段
8. pyproject.toml
更新codedog的版本和依赖库

PR改进建议 preview

** 目前改进建议功能仍在调试中,建议仅供参考 **

1. .gitattributes

无法判断,请提供更多的代码信息。

@github-actions
Copy link

github-actions bot commented Jul 29, 2023

Coverage

Coverage Report
FileStmtsMissCoverMissing
codedog
   localization.py17288%17, 30
   server.py88880%4–170
codedog/chains/code_review
   base.py592853%31, 39, 47, 50–63, 70–83, 90–100, 103–106, 116
codedog/chains/pr_summary
   base.py763751%57, 65, 73, 76–95, 102–119, 126–137, 140–143, 150, 164–167
codedog/models
   commit.py23770%23–29
   issue.py23770%23–29
   pull_request.py39587%42–46
   repository.py23770%23–29
codedog/processors
   pull_request_processor.py51198%108
codedog/retrievers
   __init__.py330%1–4
   base.py22220%1–44
   github_retriever.py1001000%1–232
   gitlab_retriever.py330%1–6
codedog/utils
   __init__.py660%1–11
   diff_utils.py660%1–19
   github_utils.py440%1–6
   langchain_utils.py13130%1–30
TOTAL85333960% 

Tests Skipped Failures Errors Time
17 0 💤 0 ❌ 0 🔥 3.306s ⏱️

@Arcadia822 Arcadia822 merged commit 45768a7 into master Jul 29, 2023
@Arcadia822 Arcadia822 deleted the build branch July 29, 2023 15:15
@Codedog-Bot
Copy link

codedog #12 代码审查报告

powered by GPT3.5-Turbo and Codedog 0.4.0

执行记录

  • 开始时间: 2023-07-29 15:06:24
  • 审查耗时: 993秒
  • 审查文件数量: 8
  • OPENAI API TOKEN数量: 12886 (约$0.0258)

PR概要

这次pull request主要是为了构建项目,没有具体的改动。

主要变动
次要变动
1. .gitattributes
将所有文件的换行符设置为LF
2. LICENSE
修改了LICENSE文件中的版权信息
3. codedog/server.py
Added CodedogError class to server.py
4. codedog/utils/errors.py
删除了CodedogError类的构造函数中的默认参数值
5. codedog/utils/github_utils.py
该diff改动了codedog/utils/github_utils.py中的load_github_client函数,将原本需要传入多个参数的函数改为只需要传入token一个参数的函数。
6. poetry.lock
升级了langchain包的版本,更新了文件哈希值
7. poetry.toml
添加virtualenvs配置,禁用modern-installation
8. pyproject.toml
更新codedog的版本和依赖库

PR改进建议 preview

** 目前改进建议功能仍在调试中,建议仅供参考 **

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants