Commit Graph

57 Commits

Author SHA1 Message Date
18df2ef1c0
feat: support convert (#10)
All checks were successful
build / build (push) Successful in 2m18s
- basic generation of json files
  - supported parsers:
    - healthcheck
    - result-detail
    - result-status
    - file
    - log
    - dummy
    - keyword (keyword, clangtidy, cppcheck, cpplint)
    - diff
- `convert` functions is mature, tested in engr151-24fa last two homeworks and engr151-24fa p3
- teapot and healthcheck should be up to date

Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Reviewed-on: #10
Reviewed-by: Boming Zhang <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-03-05 03:23:52 -05:00
f5b7563869
feat: union type cmd files
All checks were successful
build / build (push) Successful in 2m32s
2025-02-28 08:13:08 -05:00
aee123601f
fix: root path for tests
All checks were successful
build / build (push) Successful in 2m23s
2025-02-27 01:28:43 -05:00
ae77fa23b5
fix: default path for tests 2025-02-27 01:26:21 -05:00
870f20dde9
chore: remove unused utils 2025-02-27 01:25:56 -05:00
723705b94f
fix: store path for both conf objs
All checks were successful
build / build (push) Successful in 2m21s
2025-02-27 01:17:14 -05:00
4c12bf9a34
fix: store root path
Some checks failed
build / build (push) Has been cancelled
2025-02-27 01:14:40 -05:00
c4639aef76
fix: store relative path to root
All checks were successful
build / build (push) Successful in 2m46s
2025-02-27 00:24:43 -05:00
ab5bfc6cfe
fix: find repo.toml recursively
All checks were successful
build / build (push) Successful in 2m23s
2025-02-25 14:05:00 -05:00
67d2fcc4e4
feat: dump with exclude_none
All checks were successful
build / build (push) Successful in 2m26s
2025-02-25 04:15:05 -05:00
68628c0eae
feat: convert toml files recursively
All checks were successful
build / build (push) Successful in 2m28s
2025-02-25 03:47:50 -05:00
73f2581a31
ci: use local checkout
All checks were successful
build / build (push) Successful in 4m22s
2025-02-25 03:12:25 -05:00
bddb67decf
test: allow non-exist toml file input
All checks were successful
build / build (push) Successful in 2m36s
2025-02-24 22:36:08 -05:00
2bf1a225b6
docs(README): list pdm run
All checks were successful
build / build (push) Successful in 2m28s
2025-02-24 20:53:09 -05:00
acbcda9565
ci: only use runs-on
All checks were successful
build / build (push) Successful in 2m31s
2025-02-09 13:26:19 -05:00
aee18f582d
ci: update gh mirror
All checks were successful
build / build (push) Successful in 2m16s
2025-01-15 22:30:44 -05:00
18e2a1b5be
docs: fix typo
Some checks failed
build / build (push) Failing after 11s
2025-01-15 22:22:12 -05:00
06965e40c2
docs: update python requirement
All checks were successful
build / build (push) Successful in 1m43s
2024-11-25 23:23:15 -05:00
ee6e0f658f
chore: remove all unused imports
All checks were successful
build / build (push) Successful in 1m42s
2024-11-09 19:42:19 -05:00
48d01045b5
refactor: more compact test codes
All checks were successful
build / build (push) Successful in 1m50s
2024-10-23 01:39:36 -04:00
087b10a7b3
fix: model alias
All checks were successful
build / build (push) Successful in 1m36s
2024-10-22 06:35:07 -04:00
04da6667c7
fix: model alias
Some checks failed
build / build (push) Has been cancelled
2024-10-22 06:33:54 -04:00
3b0b36c539
feat: convert joj1 cli 2024-10-22 06:29:33 -04:00
806bb47a61
feat: LLM generated convert_joj1 function 2024-10-22 06:24:33 -04:00
51b68b7c87
refactor: re-organize tests & models
Some checks failed
build / build (push) Failing after 1m38s
2024-10-22 06:17:09 -04:00
7474b5b825
chore: update minial python to 3.9 for all packages
All checks were successful
build / build (push) Successful in 1m39s
2024-10-21 07:31:05 -04:00
c30dc27add
chore: ignore pdm.lock to mimic real user 2024-10-21 07:29:01 -04:00
078ebd8147
feat: add pyyaml 2024-10-21 07:25:51 -04:00
75bb6d6667
feat: convert joj1 test dir 2024-10-21 07:21:23 -04:00
782ee0af72
refactor: organize convert test code files 2024-10-21 06:58:22 -04:00
74579cd539
style: make it python 3.6 compatible 2024-10-21 06:55:02 -04:00
dd357cf39c
feat: joj1 models 2024-10-21 06:53:00 -04:00
0d3aaa5f3f
feat: convert cli cmd
All checks were successful
build / build (push) Successful in 1m2s
2024-10-20 18:12:12 -04:00
2d095c2c44
chore: cleanup 2024-10-20 18:02:46 -04:00
9660ece52d
feat: set default CopyInDir
All checks were successful
build / build (push) Successful in 1m5s
2024-10-20 04:59:39 -04:00
8bf0f7cfff
feat: LLM generated convert function
All checks were successful
build / build (push) Successful in 1m3s
2024-10-20 04:46:41 -04:00
228488cbf2
feat: repo & task config model
All checks were successful
build / build (push) Successful in 1m5s
2024-10-20 01:54:55 -04:00
3756380888
chore: build config
All checks were successful
build / build (push) Successful in 58s
2024-10-19 18:23:14 -04:00
e19657c5b0
chore(pre-commit): use google/yamlfmt
All checks were successful
build / build (push) Successful in 1m2s
2024-10-19 06:58:54 -04:00
e17fe17fdf
chore(pre-commit): simplify hooks
All checks were successful
build / build (push) Successful in 58s
2024-10-19 06:23:00 -04:00
ce2219d074
ci(build): gitea actions 2024-10-19 06:22:29 -04:00
93bcaf216c
chore(pre-commit): simplify hooks 2024-10-19 00:51:34 -04:00
c3d893d268
feat: add inquirer example 2024-10-19 00:46:47 -04:00
73ddb8084f
docs: install from gitea repo 2024-10-18 01:39:20 -04:00
561597b814
fix: pdm lint on tests 2024-10-17 22:19:54 -04:00
65a5bf4141
fix: use flat layout 2024-10-17 22:05:52 -04:00
0ef6cd186f
feat: setup cli 2024-10-17 21:23:35 -04:00
b804833e65
chore: cleanup & setup pdm 2024-10-17 18:28:01 -04:00
4f4f0fb3f5
chore: setup example for pytest 2024-10-17 05:46:20 -04:00
97a51af7cf
chore: simple .editorconfig 2024-10-03 22:58:24 -04:00