Commit Graph

593 Commits

Author SHA1 Message Date
5d4e8af9f3
feat: log teapot output by line
All checks were successful
build / build (push) Successful in 1m43s
build / trigger-build-image (push) Successful in 6s
2024-10-07 16:43:18 -04:00
eb77dc6fc4
feat: clean ANSI escape sequences from teapot output
All checks were successful
build / build (push) Successful in 1m40s
build / trigger-build-image (push) Successful in 6s
2024-10-07 16:32:10 -04:00
67e222aa59
feat: support scoreboard & failed table path in conf 2024-10-07 16:26:40 -04:00
1fe7e13c2c
feat: remove env log 2024-10-07 02:46:44 -04:00
50b45df50b
fix: typo
All checks were successful
build / build (push) Successful in 1m31s
build / trigger-build-image (push) Successful in 5s
2024-10-07 02:06:43 -04:00
33bd629b70
feat: log env
All checks were successful
build / build (push) Successful in 1m43s
build / trigger-build-image (push) Successful in 5s
2024-10-07 01:38:40 -04:00
c3faf8ed55 feat: run stages and teapot in joj3 (#47)
All checks were successful
build / build (push) Successful in 1m39s
build / trigger-build-image (push) Successful in 6s
Reviewed-on: #47
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Co-committed-by: Boming Zhang <bomingzh@sjtu.edu.cn>
2024-10-07 13:27:20 +08:00
bb63cb65ba
fix: clangtidy parser get result
All checks were successful
build / build (push) Successful in 1m21s
build / trigger-build-image (push) Successful in 6s
2024-10-06 07:59:04 -04:00
cab7861494
chore: update submodules 2024-10-06 07:39:35 -04:00
b8c0465502
fix: unify comment title level
All checks were successful
build / build (push) Successful in 1m21s
build / trigger-build-image (push) Successful in 5s
2024-10-06 07:30:51 -04:00
92bfca19b8
fix: support multi-line body
All checks were successful
build / build (push) Successful in 1m12s
build / trigger-build-image (push) Successful in 5s
2024-10-06 07:20:11 -04:00
279dce65d1
docs: re-organize sections
All checks were successful
build / build (push) Successful in 1m12s
build / trigger-build-image (push) Has been skipped
2024-10-05 18:22:11 -04:00
753c2d482e
docs: update sandbox 2024-10-05 18:16:44 -04:00
9165e78a16
docs: update "How does it work?" 2024-10-05 18:12:53 -04:00
0b248aad6b
feat: unique stages names
All checks were successful
build / build (push) Successful in 1m17s
build / trigger-build-image (push) Successful in 6s
2024-10-05 03:13:24 -04:00
d76fe99811
feat: return error on Atoi failed
All checks were successful
build / build (push) Successful in 1m16s
build / trigger-build-image (push) Successful in 5s
2024-10-04 09:22:23 -04:00
0cf87fa332
feat: return error on unmarshal failed 2024-10-04 09:17:36 -04:00
b95f2187e3
feat: cppcheck larger buffer
All checks were successful
build / build (push) Successful in 1m15s
build / trigger-build-image (push) Successful in 5s
2024-10-04 07:00:43 -04:00
15a6800685
fix: typo in cppcheck parser
All checks were successful
build / build (push) Successful in 1m20s
build / trigger-build-image (push) Successful in 5s
2024-10-04 06:52:06 -04:00
822882f556
fix: only run group on matched
All checks were successful
build / build (push) Successful in 1m20s
build / trigger-build-image (push) Successful in 6s
2024-10-04 05:35:12 -04: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
5c2fe4ffcb
feat: hint valid scopes
All checks were successful
build / build (push) Successful in 1m17s
build / trigger-build-image (push) Successful in 5s
2024-10-03 05:20:34 -04:00
64ae632003
feat: list group keywords
All checks were successful
build / build (push) Successful in 1m15s
build / trigger-build-image (push) Successful in 5s
2024-10-02 19:24:30 -04:00
f5ba04b8e7
feat: more logs
All checks were successful
build / build (push) Successful in 1m17s
build / trigger-build-image (push) Successful in 5s
2024-10-02 16:45:54 -04:00
d723d98de0
feat: parse conventional commits
All checks were successful
build / build (push) Successful in 1m14s
build / trigger-build-image (push) Successful in 6s
2024-10-02 08:21:24 -04:00
7cc6747a25
ci: update golang to 1.23.2
All checks were successful
build / build (push) Successful in 1m26s
build / trigger-build-image (push) Successful in 5s
2024-10-02 04:44:24 -04:00
5e4786c3b5
feat: log debug log path
All checks were successful
build / build (push) Successful in 1m14s
build / trigger-build-image (push) Successful in 7s
2024-10-01 16:52:18 -04:00
4666eb7375
feat: more debug log
All checks were successful
build / build (push) Successful in 1m13s
build / trigger-build-image (push) Successful in 6s
2024-10-01 16:26:37 -04:00
02d0f49070
feat: more logs
All checks were successful
build / build (push) Successful in 1m13s
build / trigger-build-image (push) Successful in 5s
2024-10-01 16:07:11 -04:00
049a5e6e7e feat: debug log to file & info log to stderr (#43) (#45)
All checks were successful
build / build (push) Successful in 1m8s
build / trigger-build-image (push) Successful in 5s
Reviewed-on: #45
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Co-committed-by: Boming Zhang <bomingzh@sjtu.edu.cn>
2024-10-02 03:57:31 +08: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
914ad6c7e3
fix: add comment on wrong result status
All checks were successful
build / build (push) Successful in 1m17s
build / trigger-build-image (push) Successful in 5s
2024-10-01 05:04:07 -04:00
18b7193bc0
feat: non null slice on parser result
All checks were successful
build / build (push) Successful in 1m26s
build / trigger-build-image (push) Successful in 6s
2024-10-01 04:16:11 -04:00
2029cc8ae9
feat: log meta conf
All checks were successful
build / build (push) Successful in 1m19s
build / trigger-build-image (push) Successful in 5s
2024-10-01 01:42:44 -04:00
6456a64bca
feat: log on meta conf not found 2024-10-01 01:41:44 -04:00
d8ed5809cb
feat: limit meta conf loaders
All checks were successful
build / build (push) Successful in 1m12s
build / trigger-build-image (push) Successful in 6s
2024-10-01 01:36:30 -04:00
79446e7826
fix: remove debug info
All checks were successful
build / build (push) Successful in 1m23s
build / trigger-build-image (push) Successful in 6s
2024-10-01 01:33:53 -04:00
0826a3d14a
feat: use -version for version
All checks were successful
build / build (push) Successful in 1m16s
build / trigger-build-image (push) Successful in 6s
2024-10-01 01:15:31 -04:00
ff8f700506
chore: shorter pre-commit
All checks were successful
build / build (push) Successful in 1m22s
build / trigger-build-image (push) Successful in 5s
2024-10-01 01:06:13 -04:00
198d329c8e
feat: show version
All checks were successful
build / build (push) Successful in 1m17s
build / trigger-build-image (push) Successful in 5s
2024-10-01 00:52:19 -04:00
43a799e958
fix: pre-commit hook 2024-10-01 00:51:49 -04:00
fa2d98007e
chore: unify YAML file extension
All checks were successful
build / build (push) Successful in 1m19s
build / trigger-build-image (push) Successful in 5s
2024-09-30 23:48:01 -04:00
fc68f7bcb4
ci: build image rely on build 2024-09-30 23:47:15 -04:00
5038cf118d
fix: deprecated grpc.Dial
All checks were successful
build-image / create-empty-commit (push) Successful in 5s
checks / build (push) Successful in 1m14s
2024-09-30 23:38:42 -04:00
0471834bca
chore: update deps
Some checks failed
build-image / create-empty-commit (push) Successful in 5s
checks / build (push) Failing after 49s
2024-09-30 23:36:08 -04:00
a16418f3a6
chore: update deps
Some checks failed
build-image / create-empty-commit (push) Successful in 5s
checks / build (push) Failing after 51s
2024-09-30 23:33:30 -04:00
16cbf4c1ef
docs: go report badge
All checks were successful
build-image / create-empty-commit (push) Successful in 5s
checks / build (push) Successful in 1m30s
2024-09-30 22:27:10 -04:00
97556cf220
docs: add MIT license
All checks were successful
build-image / create-empty-commit (push) Successful in 5s
checks / build (push) Successful in 1m20s
2024-09-30 22:23:04 -04:00
b40072a485
feat: rename module
All checks were successful
build-image / create-empty-commit (push) Successful in 5s
checks / build (push) Successful in 1m19s
2024-09-30 22:04:18 -04:00