-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'github-bk-bcs/master'
* github-bk-bcs/master: fix: 去除4个系统目录的限制--bug=126632037 (#3328) chore: use underline for app_code (#3335) fix: 批量删除配置模版文件交互优化--bug=126772465 (#3334) feat: 全局配置title/footer/logo/favicon/产品名称可修改 --story=118043756 (#3323) feat: add BKSharedResBaseJSURL conf (#3331) feat: bscp支持应用配置总数及模版套餐下模版数总数限制-- story=118111438 (#3318) fix: 修复新增master kubelet不会开机启动的问题 (#3332) fix: 前端判断版本名称重复 (#3327) fix: 配置模板添加元数据查看态和编辑态 (#3329) fead: feed server新增http/https协议 (#3288) fix: 未指定套餐支持绝对路径搜索 (#3330) feat: 配置模板新增查看态接口以及脚本管理功能优化 (#3324) feat: 检测服务下版本名称是否存在 (#3326) fix: 所有配置文件都支持绝对路径搜索以及修复导入历史版本时提示模板不存在 (#3320) fix: 配置文件查看态体验问题修复 --bug=126418489 (#3325) fix: 配置示例切换服务,模板服务名称不更新问题;2.打包map警告问题 --bug=126563845 (#3322) feat: 模板文件yaml 转表单,yaml 语法错误提示行数 (#3291) fix: 配置示例bug修复和其他调整 (#3319) fix: 脚本管理功能优化--bug=126439235 (#3316) docs: 更新规范文档/新增github action规范PR格式 (#3313) feat: K8S原生集群增加1.27.15 和1.28.11版本 (#3312) fix: 配置文件查看态体验优化--bug=126418489 (#3314) fix: 修复配置模版文件没有按照预期效果排序 (#3311)
- Loading branch information
Showing
122 changed files
with
13,891 additions
and
10,272 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: pr-lint | ||
on: [pull_request] | ||
jobs: | ||
PR-format-check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check PR naming convention | ||
run: | | ||
title="${{ github.event.pull_request.title }}" | ||
pattern="^(feat|fix|docs|style|refactor|perf|test|chore|revert|build|ci): .*" | ||
if [[ ! $title =~ $pattern ]]; then | ||
echo "PR title does not match naming convention. Example: 'feat: 添加新功能'.\ | ||
You can refer to this address for details:\ | ||
https://github.com/TencentBlueKing/bk-bcs/blob/master/docs/specification/commit-spec.md" | ||
exit 1 | ||
fi |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.