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
f556801884
feat: check unnecessary fields ( #12 )
build / build (push) Successful in 3m8s
2025-06-01 21:43:37 -04:00
30a22dba49
chore: warn with file path
2025-06-01 21:41:42 -04:00
26b128d2c7
fix: typo
2025-06-01 21:41:23 -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
9a6b75da0a
docs: add force reinstall option
build / build (push) Successful in 2m52s
2025-06-01 06:59:58 -04:00
643825bd41
feat: no begin & end time by default
build / build (push) Successful in 1m20s
2025-06-01 06:53:53 -04:00
63100803bb
fix: skip group config if not set
build / build (push) Successful in 1m45s
2025-06-01 06:49:36 -04:00
a3488e3efb
feat: skip group config if not set
build / build (push) Successful in 1m38s
2025-06-01 06:45:52 -04:00
b91b100dbf
chore: fix typo
build / build (push) Successful in 1m30s
2025-06-01 06:27:31 -04:00
6dc7397bd4
docs: optional create venv
build / build (push) Successful in 1m50s
2025-06-01 06:23:57 -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
d4b84d30e5
fix: new fields in test cases
2025-05-30 07:01:14 -04:00
caaa07187a
docs: command to upgrade to latest version
build / build (push) Successful in 1m46s
2025-05-30 03:59:47 -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
9dda8ca7d9
chore: joj3-forge as script alias
build / build (push) Successful in 1m48s
2025-05-27 20:46:59 -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
f8a032a156
chore: use latest pycln
build / build (push) Successful in 1m50s
2025-05-27 18:07:42 -04:00
91ecfe333b
chore: hide WIP commands
build / build (push) Successful in 1m50s
2025-05-27 18:01:04 -04:00
9290167a7e
ci: skip coverage upload
build / build (push) Successful in 1m58s
2025-05-27 15:24:24 +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
6375a37069
fix(diff): bugs in auto detect cases ( #14 )
...
build / build (push) Successful in 2m5s
- fix original logic issue of cases generation (originally there is duplication on cases, e.g. `case5`, `task1/case5`)
- fix the issue that without any specification there is no cases input and output in `diff` stage
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Reviewed-on: #14
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-22 01:34:01 +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
81e08b4a8c
feat: longer time limit for teapot upload
build / build (push) Successful in 2m26s
2025-03-21 17:50:05 -04:00
2c78d75e07
feat: longer time limit for health check
build / build (push) Failing after 3m15s
2025-03-21 17:26:58 -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
19f5c7193f
ci(build): upload coverage on master only
build / build (push) Successful in 1m54s
2025-03-19 02:18:41 -04:00
48c04d2830
feat: support create from template files
build / build (push) Successful in 2m1s
2025-03-19 01:53:48 -04:00
4103b18673
chore: better test failure hints
build / build (push) Successful in 1m58s
2025-03-18 04:21:28 -04:00
d5780c5837
chore: use pure python tomli & tomlkit
build / build (push) Successful in 1m48s
2025-03-18 04:03:36 -04:00
dc8ae85cc8
feat: use default cmd in diff parser
build / build (push) Failing after 2m1s
2025-03-18 03:27:58 -04:00
75558700b4
refactor: use partial to simplify parsers function maps
build / build (push) Successful in 2m2s
2025-03-17 19:19:50 -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
cc000c93ff
chore: move functions
2025-03-15 03:19:01 -04:00
ce4605a22a
chore: rename files
build / build (push) Successful in 1m53s
2025-03-15 03:03:28 -04:00
6630612915
feat: create toml to stdout by default
2025-03-15 02:37:08 -04:00
b43a25285e
feat: sample create command
build / build (push) Successful in 1m53s
2025-03-13 20:57:05 -04:00
a4a45fbc07
chore: un-ignore pdm.lock
build / build (push) Successful in 1m54s
2025-03-06 15:51:42 -05:00
a7b8bf8c12
ci(build): upload coverage
build / build (push) Successful in 2m40s
2025-03-06 15:34:21 -05:00