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

feat:流水线代码变更记录,支持 AI 生成摘要 #11228 #11349

Merged
merged 18 commits into from
Feb 17, 2025
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
7fb684f
feat:流水线代码变更记录,支持 AI 生成摘要 #11228
hejieehe Dec 4, 2024
3084f53
feat:流水线代码变更记录,支持 AI 生成摘要 #11228
hejieehe Dec 5, 2024
af33a4f
feat:流水线代码变更记录,支持 AI 生成摘要 #11228
hejieehe Dec 10, 2024
62f82b3
Merge branch 'master' of https://github.com/TencentBlueKing/bk-ci int…
hejieehe Dec 10, 2024
553db99
feat:流水线代码变更记录,支持 AI 生成摘要 #11228
hejieehe Dec 10, 2024
62d6648
feat:流水线代码变更记录,支持 AI 生成摘要 #11228
hejieehe Dec 10, 2024
b47ebc0
feat:流水线代码变更记录,支持 AI 生成摘要 #11228
hejieehe Dec 12, 2024
0320a6f
feat:流水线代码变更记录,支持 AI 生成摘要 #11228
hejieehe Dec 13, 2024
0283636
feat:流水线代码变更记录,支持 AI 生成摘要 #11228
hejieehe Dec 13, 2024
4485637
feat:流水线代码变更记录,支持 AI 生成摘要 #11228
hejieehe Dec 13, 2024
8ff9ada
feat:流水线代码变更记录,支持 AI 生成摘要 #11228
hejieehe Dec 24, 2024
da84276
feat:流水线代码变更记录,支持 AI 生成摘要 #11228 补充SQL
hejieehe Dec 26, 2024
8a24267
Merge branch 'master' of https://github.com/TencentBlueKing/bk-ci int…
hejieehe Jan 2, 2025
596b279
feat:流水线代码变更记录,支持 AI 生成摘要 #11228 补充SQL
hejieehe Jan 2, 2025
f511906
feat:流水线代码变更记录,支持 AI 生成摘要 #11228
hejieehe Jan 2, 2025
4c1d5e7
feat:流水线代码变更记录,支持 AI 生成摘要 #11228
hejieehe Jan 2, 2025
2b4c054
feat:流水线代码变更记录,支持 AI 生成摘要 #11228
hejieehe Feb 11, 2025
94a9970
feat:流水线代码变更记录,支持 AI 生成摘要 #11228
hejieehe Feb 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat:流水线代码变更记录,支持 AI 生成摘要 #11228
  • Loading branch information
hejieehe committed Dec 24, 2024
commit 8ff9ada09f6ce0d73987b51224842daeb0fe9f12
Original file line number Diff line number Diff line change
@@ -134,7 +134,4 @@ class GitConfig {

@Value("\${scm.git.copilot.url:}")
val copilotUrl: String = ""

@Value("\${scm.git.copilot.supportHost:}")
val supportHost: List<String> = listOf()
}