1
0
forked from JOJ/JOJ3
Commit Graph

189 Commits

Author SHA1 Message Date
a22a48ec3d
chore(cmd/joj3): CAPITALIZE actor name spaceholder 2025-07-02 13:02:26 -04:00
386b1c0fd6
fix(cmd/joj3): set runID to env var 2025-07-02 12:50:24 -04:00
1dd7f7161b
fix(cmd/joj3): set runID properly 2025-07-01 22:30:27 -04:00
3bd89e9aa5
refactor(cmd/joj3): use getter/setter in env 2025-07-01 21:27:30 -04:00
439e64be0c
feat(cmd/joj3): default actor name & actor id placeholder 2025-06-30 17:36:48 -04:00
1b6fc08451
refactor(cmd/joj3): re-org functions 2025-06-29 05:43:35 -04:00
b6592e655d
feat(cmd/joj3): no log on print version 2025-06-28 09:27:59 -04:00
aa377c1046
feat(cmd/joj3): create log dir if not exists 2025-06-25 22:50:56 -04:00
a5cd85be35
fix(cmd/joj3): test cases 2025-06-02 23:12:44 -04:00
b147cf00a9
fix(cmd/joj3): return empty conventional commit on parsing error 2025-06-02 23:08:13 -04:00
f17c742719
feat(cmd/joj3): log panic stack 2025-06-02 22:18:31 -04:00
613eafba1c
fix(cmd/joj3): generated stages log level 2025-05-25 02:54:46 -04:00
5dec3b1bda
fix(cmd/joj3): file fields in generate stages 2025-05-22 04:00:01 -04:00
4639e84ad5
feat: recover from panic 2025-03-31 05:52:21 -04:00
f99ad5eae4
style: more linters 2025-03-28 05:53:30 -04:00
fd583c5b7a
style: run modernize -fix ./... 2025-03-25 07:34:44 -04:00
0cdf665910
style(cmd/joj3): split main logic 2025-03-13 01:29:16 -04:00
db88502414
docs: add packages docs 2025-02-21 12:28:42 -05:00
e785ce2860
refactor(cmd/joj3): move stage to main package 2025-02-18 06:32:47 -05:00
1150cc4697
docs: better packages docs 2025-02-18 06:21:17 -05:00
b4e706f8e9
chore(parser): make unnecessary methods private 2025-02-17 09:28:36 -05:00
b3663d8782
feat(cmd/joj3/conf): support effective time 2025-02-12 16:23:30 -05:00
c474a5d493
docs(cmd): move README content to package comments (#85) 2025-02-11 11:16:38 -05:00
19bcc90ae9
refactor: move internal/conf to cmd/joj3 2025-02-11 11:16:38 -05:00
d6da8c8fa7
chore(cmd/joj3): use background context 2025-02-01 21:51:50 -05:00
0f40da5efa
feat(cmd/joj3): set env before stages 2025-02-01 20:31:56 -05:00
4e84031e84
feat(cmd/joj3): store output path to env var [force build] 2025-02-01 20:08:51 -05:00
0390e4c4b3
chore(cmd/joj3): set simple logger before conf loaded 2025-02-01 09:55:16 -05:00
81754de179
chore(cmd/joj3): log attrs 2025-02-01 09:37:33 -05:00
ecafe1464b
fix(cmd/joj3): run onStagesComplete 2025-02-01 09:26:23 -05:00
10ff3ebfa1
feat(cmd/joj3): remove hardcoded teapot part (#83) [force build] 2025-02-01 09:10:03 -05:00
8d5a08fd35
fix(cmd/joj3): write results before postStages 2025-01-31 21:41:17 -05:00
e8c6e87b94
feat(cmd): load groups from env 2025-01-31 21:06:38 -05:00
6ddd403f08
feat(cmd/joj3): add prefix to env vars [force build] 2025-01-31 20:39:32 -05:00
5d78017c36
feat(cmd/joj3): support skip teapot 2025-01-29 09:00:57 -05:00
8e20028aac
feat(cmd/joj3): remove teapot pretty exception env var
as it has already been set in teapot
2025-01-29 08:59:46 -05:00
41734ef5d5
chore(cmd/joj3): remove redundant return value 2025-01-29 08:39:30 -05:00
b61e2e8464
chore(cmd/joj3): store groups to env 2025-01-29 08:27:09 -05:00
454df2c6fc
feat(conf): pre-stages and post-stages (#83) 2025-01-29 08:13:33 -05:00
46f2375165
docs(cmd/joj3): comments 2025-01-29 07:55:45 -05:00
ce15a4fa89
feat(cmd/joj3): only log attrs in debug file 2025-01-28 03:16:15 -05:00
373e5a0f86 feat(cmd/joj3): remove hardcoded teapot check stage (#80)
Reviewed-on: JOJ/JOJ3#80
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Co-committed-by: Boming Zhang <bomingzh@sjtu.edu.cn>
2024-12-08 19:13:04 +08:00
648fe7d0a4
feat(cmd/teapot-checker): only block used groups 2024-12-05 07:35:40 -05:00
2a3ccb71df
refactor: move cmd/joj3/conf to internal/conf 2024-11-28 10:32:57 -05:00
5236916858
refactor: conf with less import 2024-11-28 10:29:45 -05:00
7d9cd723f0
feat(cmd/joj3): optional group in commit msg 2024-11-27 03:14:03 -05:00
d2c53205ac
feat(cmd/joj3): show keyword only on non-empty keyword 2024-11-27 01:49:51 -05:00
766f52209b
chore(cmd/joj3): uncapitalize comment 2024-11-26 00:54:25 -05:00
e4fb393e38
fix(cmd/joj3): skip scoreboard on teapot check failed 2024-11-26 00:31:40 -05:00
c41031c2c3
feat(cmd/joj3): show teapot check result in issue 2024-11-26 00:25:24 -05:00