Commit Graph

24 Commits

Author SHA1 Message Date
0ea7672640 chore: update submodule references
All checks were successful
submodules sync / sync (push) Successful in 1m18s
build / build (push) Successful in 8m55s
build / trigger-build-image (push) Successful in 11s
2025-06-05 10:30:32 +00:00
9e8bbc5cc1 chore: update submodule references
All checks were successful
submodules sync / sync (push) Successful in 47s
build / build (push) Successful in 2m24s
build / trigger-build-image (push) Successful in 9s
2025-06-04 10:06:15 +00:00
e1f7e9b22d chore: update submodule references
All checks were successful
submodules sync / sync (push) Successful in 58s
build / build (push) Successful in 2m32s
build / trigger-build-image (push) Successful in 11s
2025-05-30 22:21:15 +00:00
79182161f4 chore: update submodule references
All checks were successful
submodules sync / sync (push) Successful in 1m12s
build / build (push) Successful in 2m40s
build / trigger-build-image (push) Successful in 13s
2025-05-29 06:06:08 +00:00
b80431c624 chore: update submodule references
All checks were successful
submodules sync / sync (push) Successful in 59s
build / build (push) Successful in 2m20s
build / trigger-build-image (push) Successful in 9s
2025-03-02 04:00:19 +00:00
5228a97cc1
chore(stage): rename score map var
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
2025-03-01 22:59:17 -05:00
65b53b3424 chore: update submodule references
All checks were successful
submodules sync / sync (push) Successful in 53s
build / build (push) Successful in 2m12s
build / trigger-build-image (push) Successful in 17s
2025-03-02 01:50:05 +00:00
29f715fe82 chore: update submodule references
Some checks failed
submodules sync / sync (push) Successful in 55s
build / build (push) Failing after 1m47s
build / trigger-build-image (push) Has been skipped
2025-01-29 20:53:31 +00:00
31c310960f chore: update submodule references
Some checks failed
submodules sync / sync (push) Successful in 39s
build / build (push) Failing after 43s
build / trigger-build-image (push) Has been skipped
2024-11-28 15:06:36 +00:00
3b89d70343 chore: update submodule references
All checks were successful
submodules sync / sync (push) Successful in 37s
build / build (push) Successful in 1m19s
build / trigger-build-image (push) Successful in 7s
2024-11-01 11:44:41 +00:00
23c9f3d453 chore: update submodule references
All checks were successful
submodules sync / sync (push) Successful in 36s
build / build (push) Successful in 1m18s
build / trigger-build-image (push) Successful in 7s
2024-10-30 23:01:00 +00:00
c512900c55
feat(cmd/joj3): show run ID in issue body
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 19:00:14 -04:00
df9dd48651 chore: update submodule references
All checks were successful
submodules sync / sync (push) Successful in 39s
build / build (push) Successful in 1m22s
build / trigger-build-image (push) Successful in 7s
2024-10-30 22:48:54 +00:00
gitea-actions[bot]
8b282e5b5c chore: update submodule references
Some checks failed
submodules sync / sync (push) Successful in 40s
build / build (push) Failing after 1m21s
build / trigger-build-image (push) Has been skipped
2024-10-23 08:10:13 +00:00
gitea-actions[bot]
7608bd8456 chore: update submodule references
All checks were successful
submodules sync / sync (push) Successful in 40s
build / build (push) Successful in 1m15s
build / trigger-build-image (push) Successful in 8s
2024-10-21 09:52:30 +00:00
gitea-actions[bot]
94cb68b40a chore: update submodule references
All checks were successful
submodules sync / sync (push) Successful in 30s
build / build (push) Successful in 1m0s
build / trigger-build-image (push) Successful in 6s
2024-10-19 02:07:37 +00:00
b799c15248 ci(submodule): sync submodule (#50)
All checks were successful
submodules sync / sync (push) Successful in 49s
build / build (push) Successful in 2m15s
build / trigger-build-image (push) Successful in 14s
Co-authored-by: gitea-actions[bot] <gitea-actions[bot]@users.noreply.gitea.com>
Reviewed-on: #50
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Co-committed-by: Boming Zhang <bomingzh@sjtu.edu.cn>
2024-10-09 05:33:07 +08:00
cab7861494
chore: update submodules 2024-10-06 07:39:35 -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
a66dbc29e4
feat: use CopyInDir instead of CopyInCwd 2024-09-22 01:36:07 -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
1253404c49
feat: use conf.toml -> conf.json 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
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