Commit Graph

30 Commits

Author SHA1 Message Date
4b848bf1f1
feat(parser/cpplint): better summary
Some checks failed
build / trigger-build-image (push) Blocked by required conditions
build / build (push) Has been cancelled
submodules sync / sync (push) Has been cancelled
2024-11-01 21:21:15 -04:00
fc86f93dc9
fix(healthcheck/meta): always end line with period
All checks were successful
submodules sync / sync (push) Successful in 39s
build / build (push) Successful in 1m20s
build / trigger-build-image (push) Successful in 7s
2024-11-01 07:55:46 -04:00
03bfb41ecf
feat(healthcheck): cleaner return tips
Some checks failed
build / trigger-build-image (push) Blocked by required conditions
submodules sync / sync (push) Has been cancelled
build / build (push) Has been cancelled
2024-11-01 07:43:33 -04:00
0b1a20d8b5
feat(healthcheck): simpler repo verify message (#62)
Some checks failed
build / trigger-build-image (push) Blocked by required conditions
build / build (push) Has been cancelled
submodules sync / sync (push) Has been cancelled
2024-10-30 18:48:11 -04:00
35f0f5c829
fix(healthcheck/asciifile): file with attribute set as text 2024-10-22 06:58:23 -04:00
cfc455e0fb fix(healthcheck): determine non-ascii file from git attributes (#69)
All checks were successful
build / build (push) Successful in 1m27s
build / trigger-build-image (push) Has been skipped
submodules sync / sync (push) Successful in 31s
Co-authored-by: zzjc1234 <2359047351@qq.com>
Reviewed-on: #69
Reviewed-by: 张泊明518370910136 <bomingzh@sjtu.edu.cn>
Co-authored-by: 周赵嘉程521432910016 <zzjc123@sjtu.edu.cn>
Co-committed-by: 周赵嘉程521432910016 <zzjc123@sjtu.edu.cn>
2024-10-21 17:04:52 +08:00
9a57b701fd
fix(healthcheck): tmp fix for ignoring stdout & stderr file again
All checks were successful
build / build (push) Successful in 1m5s
build / trigger-build-image (push) Successful in 7s
2024-10-18 03:19:41 -04:00
db2f2e859b
fix(healthcheck): tmp fix for ignoring stdout & stderr file
All checks were successful
build / build (push) Successful in 1m6s
build / trigger-build-image (push) Successful in 7s
2024-10-18 03:06:12 -04:00
b75a756998 feat(healthcheck): forbidden check guided by .gitignore file (#58) (#60)
Some checks failed
build / build (push) Failing after 19s
build / trigger-build-image (push) Has been skipped
Co-authored-by: Hydraallen <wangruiallen@gmail.com>
Co-authored-by: zzjc1234 <2359047351@qq.com>
Reviewed-on: #60
Reviewed-by: 张泊明518370910136 <bomingzh@sjtu.edu.cn>
Co-authored-by: 周赵嘉程521432910016 <zzjc123@sjtu.edu.cn>
Co-committed-by: 周赵嘉程521432910016 <zzjc123@sjtu.edu.cn>
2024-10-18 14:41:09 +08:00
1ab6fa4583 fix(healthcheck): remove unused args (#59)
All checks were successful
build / build (push) Successful in 1m14s
build / trigger-build-image (push) Successful in 9s
Reviewed-on: #59
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Co-committed-by: Boming Zhang <bomingzh@sjtu.edu.cn>
2024-10-14 22:44:30 +08:00
bb3743d4cc
feat(healthcheck): remove redundant tag checker
All checks were successful
build / build (push) Successful in 1m3s
build / trigger-build-image (push) Successful in 7s
2024-10-13 04:37:52 -04:00
901290d263 feat: check repo size with conf (#56)
All checks were successful
build / build (push) Successful in 1m11s
build / trigger-build-image (push) Successful in 7s
Co-authored-by: zzjc1234 <2359047351@qq.com>
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Reviewed-on: #56
Reviewed-by: 张泊明518370910136 <bomingzh@sjtu.edu.cn>
Co-authored-by: 周赵嘉程521432910016 <zzjc123@sjtu.edu.cn>
Co-committed-by: 周赵嘉程521432910016 <zzjc123@sjtu.edu.cn>
2024-10-12 18:30:54 +08:00
3f9ec1a71d feat: get release tag from msg scope (#49)
All checks were successful
build / build (push) Successful in 1m46s
build / trigger-build-image (push) Successful in 6s
Check release tag from msg scope.

Co-authored-by: zzjc1234 <2359047351@qq.com>
Reviewed-on: #49
Reviewed-by: 张泊明518370910136 <bomingzh@sjtu.edu.cn>
Co-authored-by: 周赵嘉程521432910016 <zzjc123@sjtu.edu.cn>
Co-committed-by: 周赵嘉程521432910016 <zzjc123@sjtu.edu.cn>
2024-10-08 11:16:14 +08:00
70012012c4 fix: milestone number (#48)
All checks were successful
build / build (push) Successful in 1m39s
build / trigger-build-image (push) Successful in 5s
Co-authored-by: zzjc1234 <2359047351@qq.com>
Reviewed-on: #48
Co-authored-by: 周赵嘉程521432910016 <zzjc123@sjtu.edu.cn>
Co-committed-by: 周赵嘉程521432910016 <zzjc123@sjtu.edu.cn>
2024-10-08 09:10:55 +08:00
4a56cd81aa
docs: update for NonAsciiMsg
All checks were successful
build / build (push) Successful in 1m17s
build / trigger-build-image (push) Successful in 5s
2024-10-04 02:11:21 -04:00
dee296143f
feat: non-ascii not in the first line of commit msg
All checks were successful
build / build (push) Successful in 1m20s
build / trigger-build-image (push) Successful in 5s
2024-10-04 02:06:32 -04:00
28bf70d0a9 fix: release check (#44)
All checks were successful
build / build (push) Successful in 1m17s
build / trigger-build-image (push) Successful in 5s
Co-authored-by: zzjc1234 <2359047351@qq.com>
Reviewed-on: #44
Reviewed-by: 张泊明518370910136 <bomingzh@sjtu.edu.cn>
Co-authored-by: 周赵嘉程521432910016 <zzjc123@sjtu.edu.cn>
Co-committed-by: 周赵嘉程521432910016 <zzjc123@sjtu.edu.cn>
2024-10-01 23:30:07 +08:00
7b3edb2361
revert: "style: unify error msg"
This reverts commit 6c8332af29.
2024-09-30 00:49:06 -04:00
6c8332af29
style: unify error msg
Some checks failed
build-image / create-empty-commit (push) Successful in 5s
checks / build (push) Failing after 1m17s
2024-09-29 18:22:18 -04:00
b7a1ad0833
fix: typo
All checks were successful
checks / build (push) Successful in 1m13s
2024-09-21 21:12:06 -04:00
9765ea1007
fix: typo 2024-09-21 21:10:03 -04:00
9e5c933fbd
fix: check only latest commit for non-ascii chars (#38)
according to [this](https://focs.ji.sjtu.edu.cn/mm/focs-team/pl/nsfhoutszfds5c9wpfrmfxb51c) discussion in *joj-dev*

Reviewed-on: FOCS-dev/JOJ3#38
Co-authored-by: Mack Wang <mac-wang@outlook.com>
Co-committed-by: Mack Wang <mac-wang@outlook.com>
2024-09-21 21:09:56 -04:00
3ccdd394b2
fix: add sanity check back to verify files 2024-09-11 19:07:49 -04:00
5a860f1203 feat: repo health check (#16) (#17)
- repo size
- forbidden files
- meta files
- ascii character in files
- integrity check
- ascii character in the commit message
- release tag check

Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Co-authored-by: zzjc1234 <2359047351@qq.com>
Co-authored-by: Hydraallen <wangruiallen@gmail.com>
Reviewed-on: FOCS-dev/JOJ3#17
Co-authored-by: 周赵嘉程521432910016 <zzjc123@sjtu.edu.cn>
Co-committed-by: 周赵嘉程521432910016 <zzjc123@sjtu.edu.cn>
2024-09-11 20:09:27 +08:00
2928e6321f
chore: rename dummy -> sample 2024-09-10 22:03:25 -04:00
38d1c18471
feat: add dummy error example
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-12 16:38:55 -04:00
27a1e4420e
feat: dummy binary + parser example
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-12 16:22:21 -04:00
d1317cde79
refactor: move healthcheck to /pkg
It should be importable by other packages to re-use.
2024-03-03 03:20:48 -05:00
df62496537
feat: basic framework 2024-03-03 01:29:34 -05:00
262e253f26
feat: cgroups v1 runner 2024-03-01 01:38:09 -05:00