5a13c43f7b
feat: more templates
build / build (push) Successful in 2m43s
build / trigger-build-image (push) Successful in 12s
2025-06-03 03:51:42 -04:00
70440382d2
fix: alias
build / build (push) Successful in 2m6s
build / trigger-build-image (push) Successful in 9s
2025-06-03 02:08:57 -04:00
3bb7cc195c
feat: more diff settings
build / build (push) Successful in 1m53s
build / trigger-build-image (push) Successful in 11s
2025-06-02 21:38:45 -04:00
df5295258f
feat: alias to all underscore
build / build (push) Failing after 48s
2025-06-02 19:20:36 -04:00
7b9f57343b
feat: support show_error and show_proc_peak
build / build (push) Failing after 45s
2025-06-02 19:04:32 -04:00
e1e3d59492
feat: support copy_in_cwd
build / build (push) Successful in 1m49s
2025-06-02 18:55:44 -04:00
8c1c3fa881
feat: support stage.env
build / build (push) Successful in 1m20s
2025-06-02 06:41:03 -04:00
887c06b40e
feat: support --no-submitter-in-issue-title in teapot
build / build (push) Successful in 4m6s
2025-06-01 19:08:25 -04:00
643825bd41
feat: no begin & end time by default
build / build (push) Successful in 1m20s
2025-06-01 06:53:53 -04:00
769287a798
feat: make convert work on Windows
build / build (push) Successful in 2m12s
2025-05-30 07:01:29 -04:00
37acb8690a
feat: default health check score = 0
2025-05-30 07:01:28 -04:00
a7a2300f03
feat: support health check score in repo.toml
build / build (push) Successful in 1m53s
2025-05-29 00:59:27 -04:00
11ca053704
feat: support proc limit ( #19 )
build / build (push) Successful in 1m38s
2025-05-27 22:19:24 -04:00
7a30ef1bf0
feat: control show CPU time in toml
build / build (push) Successful in 1m56s
2025-05-27 22:02:51 -04:00
58037b4672
feat(elf): support for elf ( #18 )
...
build / build (push) Successful in 1m31s
- elf support added
- testcases for elf
Reviewed-on: #18
Reviewed-by: 张泊明518370910136 <bomingzh@sjtu.edu.cn>
Co-authored-by: jon-lee <jon-lee@sjtu.edu.cn>
Co-committed-by: jon-lee <jon-lee@sjtu.edu.cn>
2025-05-28 08:20:55 +08:00
ae592a3825
fix: log path ( #17 )
...
build / build (push) Failing after 5m17s
- fix log path for `joj-mon`
Reviewed-on: #17
Reviewed-by: 张泊明518370910136 <bomingzh@sjtu.edu.cn>
Co-authored-by: Nuvole <jon-lee@sjtu.edu.cn>
Co-committed-by: Nuvole <jon-lee@sjtu.edu.cn>
2025-05-26 10:19:26 +08:00
b1ea7d9591
fix(diff): bugs on diff stdin and numerics ( #16 )
...
build / build (push) Successful in 2m43s
fix problems in #15
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Reviewed-on: #16
Reviewed-by: 张泊明518370910136 <bomingzh@sjtu.edu.cn>
Co-authored-by: jon-lee <jon-lee@sjtu.edu.cn>
Co-committed-by: jon-lee <jon-lee@sjtu.edu.cn>
2025-05-24 02:45:38 +08:00
01759efb7b
fix: set default env PATH
build / build (push) Failing after 3m24s
2025-05-20 08:07:29 -04:00
8a6c34f3e9
feat(diff): auto detect testcases ( #13 )
...
build / build (push) Successful in 2m1s
- added support for subfolders
- complete the duplication for `*.toml` file, now ta only need to specify the param for the specific one. default values are hardcoded
- all testcases should be named as `casei.in/out`, with no interactions in their name in each of the subfolders, (for hidden cases and non-hidden cases, just change position and run again)
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Reviewed-on: #13
Reviewed-by: 张泊明518370910136 <bomingzh@sjtu.edu.cn>
Co-authored-by: jon-lee <jon-lee@sjtu.edu.cn>
Co-committed-by: jon-lee <jon-lee@sjtu.edu.cn>
2025-05-15 17:47:08 +08:00
305663538d
feat: higher mem limit for clang
build / build (push) Successful in 1m59s
2025-03-21 19:10:32 -04:00
56c4981340
chore: better template files list
build / build (push) Successful in 1m55s
2025-03-19 23:59:19 -04:00
160f16ca2b
style: better types
build / build (push) Successful in 2m2s
2025-03-19 09:19:58 -04:00
48c04d2830
feat: support create from template files
build / build (push) Successful in 2m1s
2025-03-19 01:53:48 -04:00
df14ad801b
feat: language specific create questions
build / build (push) Successful in 1m48s
2025-03-17 19:07:11 -04:00
80ba2f1451
feat: remove task.type from task.toml
build / build (push) Failing after 2m2s
2025-03-15 05:10:42 -04:00
87dd8acb69
chore: more consts
build / build (push) Successful in 2m1s
2025-03-15 03:23:29 -04:00
b43a25285e
feat: sample create command
build / build (push) Successful in 1m53s
2025-03-13 20:57:05 -04:00
18df2ef1c0
feat: support convert
( #10 )
...
build / build (push) Successful in 2m18s
- basic generation of json files
- supported parsers:
- healthcheck
- result-detail
- result-status
- file
- log
- dummy
- keyword (keyword, clangtidy, cppcheck, cpplint)
- diff
- `convert` functions is mature, tested in engr151-24fa last two homeworks and engr151-24fa p3
- teapot and healthcheck should be up to date
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Reviewed-on: #10
Reviewed-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Co-authored-by: jon-lee <jon-lee@sjtu.edu.cn>
Co-committed-by: jon-lee <jon-lee@sjtu.edu.cn>
2025-03-05 03:23:52 -05:00
f5b7563869
feat: union type cmd files
build / build (push) Successful in 2m32s
2025-02-28 08:13:08 -05:00
ae77fa23b5
fix: default path for tests
2025-02-27 01:26:21 -05:00
723705b94f
fix: store path for both conf objs
build / build (push) Successful in 2m21s
2025-02-27 01:17:14 -05:00
4c12bf9a34
fix: store root path
build / build (push) Has been cancelled
2025-02-27 01:14:40 -05:00
ab5bfc6cfe
fix: find repo.toml recursively
build / build (push) Successful in 2m23s
2025-02-25 14:05:00 -05:00
ee6e0f658f
chore: remove all unused imports
build / build (push) Successful in 1m42s
2024-11-09 19:42:19 -05:00
087b10a7b3
fix: model alias
build / build (push) Successful in 1m36s
2024-10-22 06:35:07 -04:00
04da6667c7
fix: model alias
build / build (push) Has been cancelled
2024-10-22 06:33:54 -04:00
806bb47a61
feat: LLM generated convert_joj1 function
2024-10-22 06:24:33 -04:00
51b68b7c87
refactor: re-organize tests & models
build / build (push) Failing after 1m38s
2024-10-22 06:17:09 -04:00
75bb6d6667
feat: convert joj1 test dir
2024-10-21 07:21:23 -04:00
74579cd539
style: make it python 3.6 compatible
2024-10-21 06:55:02 -04:00
dd357cf39c
feat: joj1 models
2024-10-21 06:53:00 -04:00
9660ece52d
feat: set default CopyInDir
build / build (push) Successful in 1m5s
2024-10-20 04:59:39 -04:00
8bf0f7cfff
feat: LLM generated convert function
build / build (push) Successful in 1m3s
2024-10-20 04:46:41 -04:00