Commit Graph

36 Commits

Author SHA1 Message Date
0cdf665910
style(cmd/joj3): split main logic
All checks were successful
submodules sync / sync (push) Successful in 44s
build / build (push) Successful in 1m52s
build / trigger-build-image (push) Successful in 12s
2025-03-13 01:29:16 -04:00
db88502414
docs: add packages docs
All checks were successful
submodules sync / sync (push) Successful in 44s
build / build (push) Successful in 1m24s
build / trigger-build-image (push) Successful in 11s
2025-02-21 12:28:42 -05:00
b4e706f8e9
chore(parser): make unnecessary methods private
All checks were successful
submodules sync / sync (push) Successful in 43s
build / build (push) Successful in 1m46s
build / trigger-build-image (push) Successful in 9s
2025-02-17 09:28:36 -05:00
b3663d8782
feat(cmd/joj3/conf): support effective time
All checks were successful
submodules sync / sync (push) Successful in 41s
build / build (push) Successful in 1m35s
build / trigger-build-image (push) Successful in 7s
2025-02-12 16:23:30 -05:00
19bcc90ae9
refactor: move internal/conf to cmd/joj3 2025-02-11 11:16:38 -05:00
2a3ccb71df
refactor: move cmd/joj3/conf to internal/conf
Some checks failed
build / build (push) Failing after 4s
build / trigger-build-image (push) Has been skipped
submodules sync / sync (push) Successful in 31s
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
Some checks failed
submodules sync / sync (push) Successful in 46s
build / build (push) Failing after 1m30s
build / trigger-build-image (push) Has been skipped
2024-11-27 03:14:03 -05:00
aa0b33d1e7
feat(cmd/joj3): check with teapot before stages
All checks were successful
submodules sync / sync (push) Successful in 44s
build / build (push) Successful in 1m29s
build / trigger-build-image (push) Successful in 8s
2024-11-25 05:03:42 -05:00
e7c25ca80c
feat(cmd/joj3): pass groups in teapot [force build]
All checks were successful
submodules sync / sync (push) Successful in 44s
build / build (push) Successful in 1m27s
build / trigger-build-image (push) Successful in 7s
2024-11-25 02:28:27 -05:00
e4e7445645
feat(cmd/joj3): support actor csv
All checks were successful
submodules sync / sync (push) Successful in 47s
build / build (push) Successful in 1m41s
build / trigger-build-image (push) Successful in 9s
2024-11-18 00:18:01 -05:00
60d9e1b215
feat(cmd/joj3): show capped total score [force build]
All checks were successful
submodules sync / sync (push) Successful in 53s
build / build (push) Successful in 1m36s
build / trigger-build-image (push) Successful in 10s
2024-11-16 02:22:11 -05:00
8c48c0e4ee
refactor(cmd/joj3): load attr in conf module
All checks were successful
submodules sync / sync (push) Successful in 38s
build / build (push) Successful in 1m20s
build / trigger-build-image (push) Successful in 7s
2024-11-15 20:14:10 -05:00
12f2c93fb8
feat(cmd/joj3): support max total score [force build]
All checks were successful
submodules sync / sync (push) Successful in 50s
build / build (push) Successful in 1m48s
build / trigger-build-image (push) Successful in 9s
2024-11-01 02:40:20 -04:00
214fe90150
feat(cmd/joj3): make keywords unique
All checks were successful
submodules sync / sync (push) Successful in 37s
build / build (push) Successful in 1m15s
build / trigger-build-image (push) Successful in 7s
2024-10-31 17:53:43 -04:00
1751e906da
feat(cmd/joj3): grab keywords from groups
All checks were successful
submodules sync / sync (push) Successful in 41s
build / build (push) Successful in 1m29s
build / trigger-build-image (push) Successful in 7s
2024-10-31 17:49:20 -04:00
0009128de9
feat(cmd/joj3): option to remove submitter in issue title
All checks were successful
submodules sync / sync (push) Successful in 43s
build / build (push) Successful in 1m35s
build / trigger-build-image (push) Successful in 8s
2024-10-30 17:50:57 -04:00
2d2631c71f
feat(cmd/joj3): support user defined group keywords
All checks were successful
submodules sync / sync (push) Successful in 44s
build / build (push) Successful in 1m35s
build / trigger-build-image (push) Successful in 8s
2024-10-29 22:00:48 -04:00
028fd11ab5
refactor(cmd/joj3): use filepath.Join
All checks were successful
submodules sync / sync (push) Successful in 41s
build / build (push) Successful in 1m26s
build / trigger-build-image (push) Successful in 8s
2024-10-29 05:43:40 -04:00
34f1cbc711
feat(cmd/joj3): add -fallback-conf-name flag 2024-10-29 05:41:30 -04:00
896c4ac220
feat(cmd/joj3): fallback to conf in conf-root on parse msg error
All checks were successful
submodules sync / sync (push) Successful in 42s
build / build (push) Successful in 1m25s
build / trigger-build-image (push) Successful in 7s
2024-10-29 04:13:00 -04:00
0a28347247
feat(cmd/joj3): log conf file info
All checks were successful
submodules sync / sync (push) Successful in 41s
build / build (push) Successful in 1m40s
build / trigger-build-image (push) Successful in 7s
2024-10-29 03:21:16 -04:00
2a58aec314
refactor(cmd/joj3): add teapot env file path to conf [force rebuild]
All checks were successful
submodules sync / sync (push) Successful in 40s
build / build (push) Successful in 1m23s
build / trigger-build-image (push) Successful in 9s
2024-10-27 06:27:17 -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
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
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
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
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
67e222aa59
feat: support scoreboard & failed table path in conf 2024-10-07 16:26: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