Skip to content

Commit 4c66b64

Browse files
committed
Merge branch 'main' of https://github.com/cyw3/CodeAnalysis
2 parents 5476afc + 5f8fca2 commit 4c66b64

File tree

9 files changed

+27
-11
lines changed

9 files changed

+27
-11
lines changed

.cnb.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

2.71 MB
Binary file not shown.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
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

README_ZH.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
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

server/configs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ cryptography==43.0.1
4848
PyJWT==2.4.0
4949

5050
# for storage sdk
51-
cos-python-sdk-v5==1.7.4
51+
cos-python-sdk-v5==1.9.29
5252
minio==7.1.0
5353

5454
# for exception log

server/projects/file/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ redis==4.5.4
2020
sentry-sdk==2.8.0
2121

2222
# for storage
23-
cos-python-sdk-v5==1.7.4
23+
cos-python-sdk-v5==1.9.29
2424
minio==7.1.0
2525

2626
# for password

web/packages/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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",
@@ -60,4 +60,4 @@
6060
"webpack-dev-server": "^4.15.1",
6161
"webpack-merge": "^5.9.0"
6262
}
63-
}
63+
}

腾讯云代码分析-20240418.pdf

-2.95 MB
Binary file not shown.

0 commit comments

Comments
 (0)