张泊明518370910136 bomingzh
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-02-01 17:59:36 +08:00
1bbc589897 feat(healthcheck): remove joj3-check
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-02-01 17:18:21 +08:00
1bc539a80f feat(healthcheck): use joj3-check
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-02-01 16:13:27 +08:00
98cf2c812f feat(executor/local): clock time limit
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-02-01 11:08:15 +08:00
58c6d5607f feat(parser/debug): debug parser
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-02-01 10:41:44 +08:00
8d5a08fd35 fix(cmd/joj3): write results before postStages
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-02-01 10:06:52 +08:00
e8c6e87b94 feat(cmd): load groups from env
张泊明518370910136 opened issue JOJ/JOJ3#84 2025-02-01 10:02:17 +08:00
local executor rlimit implementation
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-02-01 09:39:42 +08:00
6ddd403f08 feat(cmd/joj3): add prefix to env vars [force build]
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-02-01 09:06:16 +08:00
45b4bdd369 feat(healthcheck): error log for teapot
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-02-01 09:01:47 +08:00
55c53ea124 feat(healthcheck): debug log args for teapot
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-02-01 08:49:07 +08:00
df8ed72765 feat(healthcheck): debug log output of joj3-check-env
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-02-01 08:31:37 +08:00
ddf19a3e6e chore: update deps
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-02-01 08:27:18 +08:00
d6b3cce551 revert: "feat(executor/local): rlimit on CPU, Memory, Stack"
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-02-01 08:23:21 +08:00
3d828b6168 feat(healthcheck): run joj3-check-env
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-01-30 05:19:41 +08:00
797161940f ci(ci-test): new conf patch
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-01-29 22:01:10 +08:00
5d78017c36 feat(cmd/joj3): support skip teapot
8e20028aac feat(cmd/joj3): remove teapot pretty exception env var
Compare 2 commits »
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-01-29 21:39:41 +08:00
41734ef5d5 chore(cmd/joj3): remove redundant return value
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-01-29 21:28:01 +08:00
b61e2e8464 chore(cmd/joj3): store groups to env
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-01-29 21:13:48 +08:00
454df2c6fc feat(conf): pre-stages and post-stages (#83)
0f339656aa chore(internal/conf): split models to a new file
46f2375165 docs(cmd/joj3): comments
Compare 3 commits »
张泊明518370910136 commented on issue JOJ/JOJ3#65 2025-01-28 16:23:23 +08:00
Migrate all config file to multiple parsers, remove backward compatible codes

Done for JOJ3-examples repo, since we have conf-gen in the future, there is no need to fix that in course-joj repo.