File tree Expand file tree Collapse file tree 9 files changed +27
-11
lines changed
Expand file tree Collapse file tree 9 files changed +27
-11
lines changed Original file line number Diff line number Diff line change 1+ # .cnb.yml
2+ " ** " : # 触发的分支名,默认所有分支,按需修改
3+ push : # push 触发,可按需修改为 pull_request 等
4+ - stages :
5+ # 获取 git 变更文件列表,供 TCA 增量分析使用
6+ - name : git-change-list
7+ image : cnbcool/git-change-list:latest
8+ settings :
9+ # 变更文件列表输出到文件中
10+ changed : changed.txt
11+ # 代码分析
12+ - name : TCA
13+ image : tencentcom/tca-plugin:latest
14+ settings :
15+ from_file : changed.txt
16+ block : false
Original file line number Diff line number Diff line change 4242 git push --all --force cnb
4343 git push --tags --force cnb
4444 env :
45- CNB_REPOSITORY : tca/code-analysis
45+ CNB_REPOSITORY : tencent/cloud/ tca/code-analysis
4646 CNB_USERNAME : ${{ secrets.CNB_USERNAME }}
4747 CNB_PASSWORD : ${{ secrets.CNB_PASSWORD }}
4848
Original file line number Diff line number Diff line change 1616
1717[ Official introduction: https://cloud.tencent.com/product/tcap ] ( https://cloud.tencent.com/product/tcap )
1818
19- ## TCA CNB Pages
19+ ## TCA CNB Pages(Better Internet Speed)
2020
21- [ Domestic: https://cnb.cool/tca/code-analysis ] ( https://cnb.cool/tca/code-analysis )
21+ [ Domestic: https://cnb.cool/tencent/cloud/ tca/code-analysis ] ( https://cnb.cool/tencent/cloud /tca/code-analysis )
2222
23- [ Domestic: https://cnb.cool/tca ] ( https://cnb.cool/tca )
23+ [ Domestic: https://cnb.cool/tencent/cloud/ tca ] ( https://cnb.cool/tencent/cloud /tca )
2424
2525## TCA Github Pages
2626
Original file line number Diff line number Diff line change 1616
1717[ 官方介绍:https://cloud.tencent.com/product/tcap ] ( https://cloud.tencent.com/product/tcap )
1818
19- ## TCA-CNB代码库(境内)
19+ ## TCA-CNB代码库(境内-高速网络 )
2020
21- [ 境内开源:https://cnb.cool/tca/code-analysis ] ( https://cnb.cool/tca/code-analysis )
21+ [ 境内开源:https://cnb.cool/tencent/cloud/ tca/code-analysis ] ( https://cnb.cool/tencent/cloud /tca/code-analysis )
2222
23- [ 境内开源:https://cnb.cool/tca ] ( https://cnb.cool/tca )
23+ [ 境内开源:https://cnb.cool/tencent/cloud/ tca ] ( https://cnb.cool/tencent/cloud /tca )
2424
2525## TCA-Github代码库(境外)
2626
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ cryptography==43.0.1
4848PyJWT == 2.4.0
4949
5050# for storage sdk
51- cos-python-sdk-v5 == 1.7.4
51+ cos-python-sdk-v5 == 1.9.29
5252minio == 7.1.0
5353
5454# for exception log
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ redis==4.5.4
2020sentry-sdk == 2.8.0
2121
2222# for storage
23- cos-python-sdk-v5 == 1.7.4
23+ cos-python-sdk-v5 == 1.9.29
2424minio == 7.1.0
2525
2626# for password
Original file line number Diff line number Diff line change 3737 "babel-loader" : " ^9.1.0" ,
3838 "clean-webpack-plugin" : " ^4.0.0" ,
3939 "copy-webpack-plugin" : " ^10.2.4" ,
40- "cos-nodejs-sdk-v5" : " ^2.12.1 " ,
40+ "cos-nodejs-sdk-v5" : " ^2.14.3 " ,
4141 "css-loader" : " ^6.3.0" ,
4242 "eslint" : " ^8.10.0" ,
4343 "eslint-plugin-react" : " ^7.29.3" ,
6060 "webpack-dev-server" : " ^4.15.1" ,
6161 "webpack-merge" : " ^5.9.0"
6262 }
63- }
63+ }
You can’t perform that action at this time.
0 commit comments