Commit Graph

100 Commits

Author SHA1 Message Date
17fb9d4ca7
feat(cmd/joj3): return non-zero on force quit
All checks were successful
build / build (push) Successful in 1m6s
build / build (pull_request) Successful in 1m5s
build / trigger-build-image (push) Has been skipped
build / trigger-build-image (pull_request) Has been skipped
2024-10-18 02:51:03 -04:00
7ff6dfb002 fix(parser/clangtidy): ignore empty lines
All checks were successful
build / build (push) Successful in 1m8s
build / trigger-build-image (push) Successful in 7s
2024-10-16 16:15:54 -04:00
1e83ba4b87
fix(parser/resultdetail): format on empty error
All checks were successful
build / build (push) Successful in 1m3s
build / trigger-build-image (push) Successful in 7s
2024-10-15 20:56:04 -04:00
c218c93069
feat(parser/diff): option to force quit on diff
All checks were successful
build / build (push) Successful in 1m7s
build / trigger-build-image (push) Successful in 8s
2024-10-15 03:43:19 -04:00
a001b26b66
feat(parser/diff): remove result status check 2024-10-15 03:42:16 -04:00
5084b659f6
fix(parser/diff): ns to ms conversion
All checks were successful
build / build (push) Successful in 1m9s
build / trigger-build-image (push) Successful in 7s
2024-10-13 06:11:38 -04:00
303e742d90
refactor(parser/keyword): rename EndOnMatch -> ForceQuitOnMatch
All checks were successful
build / build (push) Successful in 1m3s
build / trigger-build-image (push) Successful in 7s
2024-10-12 23:46:31 -04:00
f4662eb123
fix(parser/resultdetail): file format 2024-10-12 17:41:08 -04:00
7004c5368e
fix(parser/resultdetail): file format
All checks were successful
build / build (push) Successful in 1m3s
build / trigger-build-image (push) Successful in 7s
2024-10-12 17:34:26 -04:00
5f63301656
feat(parser/resultdetail): human readable units
All checks were successful
build / build (push) Successful in 1m2s
build / trigger-build-image (push) Successful in 11s
2024-10-12 17:24:48 -04:00
703ff7d4be
fix(parser/resultdetail): add extra newline when showing files
All checks were successful
build / build (push) Successful in 1m5s
build / trigger-build-image (push) Successful in 7s
2024-10-12 02:03:05 -04:00
2a2166f1ad
feat(parser/diff): add pass/fail comment to conf
All checks were successful
build / build (push) Successful in 1m2s
build / trigger-build-image (push) Successful in 9s
2024-10-12 01:53:08 -04:00
2d4c7c30a3 refactor(cmd/joj3): conf (#51)
All checks were successful
build / build (push) Successful in 1m6s
build / trigger-build-image (push) Successful in 7s
Reviewed-on: #51
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Co-committed-by: Boming Zhang <bomingzh@sjtu.edu.cn>
2024-10-12 13:21:58 +08:00
b46e22471f
feat(parser/diff): more hints in comments (#54)
All checks were successful
build / build (push) Successful in 1m17s
build / trigger-build-image (push) Successful in 8s
2024-10-11 04:23:46 -04:00
8c5c8bf35b
feat(parser/diff)!: use compare space
All checks were successful
build / build (push) Successful in 2m1s
build / trigger-build-image (push) Successful in 7s
2024-10-11 00:16:39 -04:00
3882a311e7
feat: debug log decoded conf
All checks were successful
build / build (push) Successful in 1m46s
build / trigger-build-image (push) Successful in 7s
2024-10-10 23:55:06 -04:00
073fb39316
feat(parser/diff): ignore whitespace by default
All checks were successful
build / build (push) Successful in 4m46s
build / trigger-build-image (push) Successful in 21s
2024-10-10 20:24:05 -04:00
7648dde9da
feat(parser/resultdetail): show files
All checks were successful
build / build (push) Successful in 2m15s
build / trigger-build-image (push) Successful in 11s
2024-10-10 18:47:01 -04:00
542394a48a
feat(parser/resultdetail): new parser with default conf
All checks were successful
build / build (push) Successful in 1m48s
build / trigger-build-image (push) Successful in 7s
2024-10-09 18:05:59 -04:00
5bbbcb14aa
refactor(internal): rename executor & parser dir
Some checks failed
build / build (push) Successful in 2m3s
build / trigger-build-image (push) Successful in 8s
submodules sync / sync (push) Failing after 30s
2024-10-09 05:38:30 -04:00
d80704643a
feat(parser/diff): remove diff output suffix 2024-10-09 05:36:12 -04:00
d3ffb03482
feat: support hide output in diff parser
All checks were successful
build / build (push) Successful in 1m53s
build / trigger-build-image (push) Successful in 6s
2024-10-08 01:57:00 -04: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
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
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
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
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
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
a9a829da3f
feat: rename module
Some checks failed
build-image / create-empty-commit (push) Failing after 4s
checks / build (push) Successful in 1m20s
2024-09-30 17:38:40 -04:00
4c00904f25
feat: debug log executor result files
All checks were successful
build-image / create-empty-commit (push) Successful in 5s
checks / build (push) Successful in 1m14s
2024-09-30 01:51:55 -04:00
e2bf6d3cf1
fix: diff parser skip case on result status error
Some checks failed
build-image / create-empty-commit (push) Successful in 6s
checks / build (push) Failing after 18s
2024-09-30 01:30:30 -04:00
dd8dc68eeb
feat: check result status in diff parser
All checks were successful
build-image / create-empty-commit (push) Successful in 6s
checks / build (push) Successful in 1m17s
2024-09-30 01:04:02 -04:00
a5a4a649dc
feat: debug log diff
All checks were successful
build-image / create-empty-commit (push) Successful in 5s
checks / build (push) Successful in 1m21s
2024-09-30 00:49:39 -04:00
3682a36fde
feat: decode conf error msg 2024-09-30 00:49:07 -04: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
9800becc96
feat: more info logs 2024-09-26 05:43:37 -04:00
a66dbc29e4
feat: use CopyInDir instead of CopyInCwd 2024-09-22 01:36:07 -04:00
9765ea1007
fix: typo 2024-09-21 21:10:03 -04:00
61dada5c40
ci: use gitea actions instead of drone (#40)
Reviewed-on: FOCS-dev/JOJ3#40
2024-09-21 21:09:39 -04:00
d03927457a
feat: score & comment conf in result-status and dummy parser 2024-09-21 21:09:39 -04:00
d5a96515ec
chore: rename parser secret -> dummy 2024-09-21 21:09:39 -04:00
5922d795b3
fix: log typo 2024-09-12 18:47:27 -04:00
967a859c9f
feat: quit on more errors 2024-09-12 04:36:57 -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
52491478a4
feat: diff parser with multiple outputs in one case 2024-09-11 07:06:11 -04:00