Merged
Conversation
- 在`openapi.yaml`中添加了`/api/session/analysis-path`的GET接口定义,用于获取分析路径。 - 新增`GetAnalysisPathReq`和`GetAnalysisPathReply`消息结构,定义请求和响应格式。 - 在`analysis_grpc.pb.go`和`analysis.pb.go`中注册了新的gRPC方法`GetAnalysisPath`和`ClearSession`。 - 更新`analysis.go`,实现获取分析路径和清除会话的业务逻辑。 - 修改`.gitignore`,更新对`data`目录的忽略规则。 - 更新`Makefile`,调整`wire`命令的执行路径。
…zer`以支持新的LLM审查逻辑,增强API接口的功能和可读性,添加影响分析和质量评分结构体。
…试建议和用例,优化`AnalyzeMR`方法以增强对删除函数的分析,移除质量评分结构体,调整相关数据结构以支持新功能。
…MRCommand`结构体以包含新的URL字段,并实现`parseMRURL`函数以提取必要信息。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.