Commit Graph

88 Commits

Author SHA1 Message Date
17fb9d4ca7
feat(cmd/joj3): return non-zero on force quit
All checks were successful
build / build (push) Successful in 1m6s
build / build (pull_request) Successful in 1m5s
build / trigger-build-image (push) Has been skipped
build / trigger-build-image (pull_request) Has been skipped
2024-10-18 02:51:03 -04:00
f6960b21f2 feat(cmd/joj3): hint valid scopes on file not found (#67)
All checks were successful
build / build (push) Successful in 1m7s
build / trigger-build-image (push) Successful in 8s
Reviewed-on: #67
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Co-committed-by: Boming Zhang <bomingzh@sjtu.edu.cn>
2024-10-18 14:45:59 +08:00
03933412bb feat(cmd/joj3): run all commands concurrently in teapot (#66)
Some checks failed
build / trigger-build-image (push) Blocked by required conditions
build / build (push) Has been cancelled
Reviewed-on: #66
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Co-committed-by: Boming Zhang <bomingzh@sjtu.edu.cn>
2024-10-18 14:45:34 +08:00
ff0b0957eb
refactor(cmd/joj3): backward compatible arg order [force build]
All checks were successful
build / build (push) Successful in 1m2s
build / trigger-build-image (push) Successful in 7s
2024-10-16 23:40:39 -04:00
fcc1f1856f
feat(cmd/joj3): pass commit hash to teapot [force build]
All checks were successful
build / build (push) Successful in 1m7s
build / trigger-build-image (push) Successful in 6s
2024-10-16 21:00:03 -04:00
e44537ea95 feat(cmd/joj3): issue with actor [force build]
All checks were successful
build / build (push) Successful in 1m4s
build / trigger-build-image (push) Successful in 7s
2024-10-17 03:15:40 +08:00
7654c7e6f3
style(cmd): rename stage & teapot files
All checks were successful
build / build (push) Successful in 1m9s
build / trigger-build-image (push) Successful in 7s
2024-10-15 04:04:20 -04:00
f09dc8c1c1
feat(cmd/joj3): expire unix timestamp conf
All checks were successful
build / build (push) Successful in 1m11s
build / trigger-build-image (push) Successful in 9s
2024-10-14 09:41:10 -04:00
b1d10dc3f9
feat(cmd/joj3): add -msg back for backward compatibility
All checks were successful
build / build (push) Successful in 1m3s
build / trigger-build-image (push) Successful in 7s
2024-10-14 08:24:34 -04:00
3c284ffea4
feat(cmd/joj3): remove -msg
All checks were successful
build / build (push) Successful in 1m9s
build / trigger-build-image (push) Successful in 8s
2024-10-14 08:06:22 -04:00
92d88091ff
feat(cmd/joj3): check tag on non-empty
All checks were successful
build / build (push) Successful in 1m6s
build / trigger-build-image (push) Successful in 7s
2024-10-13 01:26:09 -04:00
d934e9a067
feat(cmd/joj3): run teapot commands in goroutine
All checks were successful
build / build (push) Successful in 1m4s
build / trigger-build-image (push) Successful in 7s
2024-10-12 07:45:19 -04:00
4e3d202fa9
feat(cmd/joj3): pass conf.Conf by pointer
All checks were successful
build / build (push) Successful in 1m4s
build / trigger-build-image (push) Successful in 7s
2024-10-12 07:16:13 -04:00
9cd0e44678
refactor(cmd/joj3): split parse msg & parse conf file
All checks were successful
build / build (push) Successful in 1m4s
build / trigger-build-image (push) Successful in 7s
2024-10-12 06:57:01 -04:00
ad0918bbde
fix(cmd/joj3): teapot conf
All checks were successful
build / build (push) Successful in 1m4s
build / trigger-build-image (push) Successful in 12s
2024-10-12 01:31:03 -04:00
2d4c7c30a3 refactor(cmd/joj3): conf (#51)
All checks were successful
build / build (push) Successful in 1m6s
build / trigger-build-image (push) Successful in 7s
Reviewed-on: #51
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Co-committed-by: Boming Zhang <bomingzh@sjtu.edu.cn>
2024-10-12 13:21:58 +08:00
5bbbcb14aa
refactor(internal): rename executor & parser dir
Some checks failed
build / build (push) Successful in 2m3s
build / trigger-build-image (push) Successful in 8s
submodules sync / sync (push) Failing after 30s
2024-10-09 05:38:30 -04:00
995c32efaf feat(cmd/joj): conf with name (#53)
All checks were successful
submodules sync / sync (push) Successful in 36s
build / build (push) Successful in 2m3s
build / trigger-build-image (push) Successful in 8s
Reviewed-on: #53
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Co-committed-by: Boming Zhang <bomingzh@sjtu.edu.cn>
2024-10-09 15:32:53 +08:00
f785950053
fix(cmd/joj3): use single quote for valid scopes
All checks were successful
submodules sync / sync (push) Successful in 37s
build / build (push) Successful in 1m48s
build / trigger-build-image (push) Successful in 6s
2024-10-08 18:33:18 -04:00
c30ed44633
feat(cmd/joj3): add quote to valid scopes
All checks were successful
submodules sync / sync (push) Successful in 32s
build / build (push) Successful in 2m4s
build / trigger-build-image (push) Successful in 6s
2024-10-08 18:05:06 -04:00
d0b1341af0
fix(cmd/joj): show valid scopes on wrong message
All checks were successful
build / build (push) Successful in 1m45s
submodules sync / sync (push) Successful in 28s
build / trigger-build-image (push) Successful in 6s
2024-10-08 17:10:48 -04:00
e1e4fded28
feat(cmd/joj): exit 1 on error 2024-10-08 17:08:36 -04:00
4c74af43be fix(cmd/joj3): typo
All checks were successful
build / build (push) Successful in 2m2s
build / trigger-build-image (push) Successful in 8s
2024-10-09 02:03:49 +08:00
72b71e8829
feat: log teapot output without empty line
All checks were successful
build / build (push) Successful in 1m47s
build / trigger-build-image (push) Successful in 6s
2024-10-07 16:57:12 -04:00
5d4e8af9f3
feat: log teapot output by line
All checks were successful
build / build (push) Successful in 1m43s
build / trigger-build-image (push) Successful in 6s
2024-10-07 16:43:18 -04:00
eb77dc6fc4
feat: clean ANSI escape sequences from teapot output
All checks were successful
build / build (push) Successful in 1m40s
build / trigger-build-image (push) Successful in 6s
2024-10-07 16:32:10 -04:00
67e222aa59
feat: support scoreboard & failed table path in conf 2024-10-07 16:26:40 -04:00
1fe7e13c2c
feat: remove env log 2024-10-07 02:46:44 -04:00
50b45df50b
fix: typo
All checks were successful
build / build (push) Successful in 1m31s
build / trigger-build-image (push) Successful in 5s
2024-10-07 02:06:43 -04:00
33bd629b70
feat: log env
All checks were successful
build / build (push) Successful in 1m43s
build / trigger-build-image (push) Successful in 5s
2024-10-07 01:38:40 -04:00
c3faf8ed55 feat: run stages and teapot in joj3 (#47)
All checks were successful
build / build (push) Successful in 1m39s
build / trigger-build-image (push) Successful in 6s
Reviewed-on: #47
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Co-committed-by: Boming Zhang <bomingzh@sjtu.edu.cn>
2024-10-07 13:27:20 +08:00
92bfca19b8
fix: support multi-line body
All checks were successful
build / build (push) Successful in 1m12s
build / trigger-build-image (push) Successful in 5s
2024-10-06 07:20:11 -04:00
0b248aad6b
feat: unique stages names
All checks were successful
build / build (push) Successful in 1m17s
build / trigger-build-image (push) Successful in 6s
2024-10-05 03:13:24 -04:00
822882f556
fix: only run group on matched
All checks were successful
build / build (push) Successful in 1m20s
build / trigger-build-image (push) Successful in 6s
2024-10-04 05:35:12 -04:00
5c2fe4ffcb
feat: hint valid scopes
All checks were successful
build / build (push) Successful in 1m17s
build / trigger-build-image (push) Successful in 5s
2024-10-03 05:20:34 -04:00
64ae632003
feat: list group keywords
All checks were successful
build / build (push) Successful in 1m15s
build / trigger-build-image (push) Successful in 5s
2024-10-02 19:24:30 -04:00
f5ba04b8e7
feat: more logs
All checks were successful
build / build (push) Successful in 1m17s
build / trigger-build-image (push) Successful in 5s
2024-10-02 16:45:54 -04:00
d723d98de0
feat: parse conventional commits
All checks were successful
build / build (push) Successful in 1m14s
build / trigger-build-image (push) Successful in 6s
2024-10-02 08:21:24 -04:00
5e4786c3b5
feat: log debug log path
All checks were successful
build / build (push) Successful in 1m14s
build / trigger-build-image (push) Successful in 7s
2024-10-01 16:52:18 -04:00
4666eb7375
feat: more debug log
All checks were successful
build / build (push) Successful in 1m13s
build / trigger-build-image (push) Successful in 6s
2024-10-01 16:26:37 -04:00
02d0f49070
feat: more logs
All checks were successful
build / build (push) Successful in 1m13s
build / trigger-build-image (push) Successful in 5s
2024-10-01 16:07:11 -04:00
049a5e6e7e feat: debug log to file & info log to stderr (#43) (#45)
All checks were successful
build / build (push) Successful in 1m8s
build / trigger-build-image (push) Successful in 5s
Reviewed-on: #45
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Co-committed-by: Boming Zhang <bomingzh@sjtu.edu.cn>
2024-10-02 03:57:31 +08:00
2029cc8ae9
feat: log meta conf
All checks were successful
build / build (push) Successful in 1m19s
build / trigger-build-image (push) Successful in 5s
2024-10-01 01:42:44 -04:00
6456a64bca
feat: log on meta conf not found 2024-10-01 01:41:44 -04:00
d8ed5809cb
feat: limit meta conf loaders
All checks were successful
build / build (push) Successful in 1m12s
build / trigger-build-image (push) Successful in 6s
2024-10-01 01:36:30 -04:00
0826a3d14a
feat: use -version for version
All checks were successful
build / build (push) Successful in 1m16s
build / trigger-build-image (push) Successful in 6s
2024-10-01 01:15:31 -04:00
198d329c8e
feat: show version
All checks were successful
build / build (push) Successful in 1m17s
build / trigger-build-image (push) Successful in 5s
2024-10-01 00:52:19 -04:00
b40072a485
feat: rename module
All checks were successful
build-image / create-empty-commit (push) Successful in 5s
checks / build (push) Successful in 1m19s
2024-09-30 22:04:18 -04:00
a9a829da3f
feat: rename module
Some checks failed
build-image / create-empty-commit (push) Failing after 4s
checks / build (push) Successful in 1m20s
2024-09-30 17:38:40 -04:00
7ad3a3ab1f
feat: accept all formats of meta-conf
All checks were successful
build-image / create-empty-commit (push) Successful in 6s
checks / build (push) Successful in 1m25s
2024-09-29 06:20:03 -04:00