Commit graph

201 commits

Author SHA1 Message Date
Xyphuz
83e4f3422f chore: implement new error format 2022-05-27 19:56:30 +08:00
Xyphuz
2e50d1b4d1 test: adjust error format 2022-05-27 19:56:15 +08:00
Xyphuz
ad5bad8d20 fix: port parsing 2022-05-27 17:37:39 +08:00
Xyphuz
d4a9c99f79 feat: imeplement parser using compose-spec schema 2022-05-27 17:29:07 +08:00
Xyphuz
b2b5cd49ba feat: add pydantic_yaml to parse yaml file 2022-05-27 16:15:57 +08:00
Xyphuz
c43f3e10dd feat: add spec 2022-05-27 14:17:04 +08:00
Xyphuz
5495f3cd1f
Merge pull request #21 from compose-viz/dev
feat: new supported output formats
2022-05-26 11:13:32 +08:00
Xyphuz
910086507b fix: wrong expected value in tests 2022-05-26 11:10:19 +08:00
Xyphuz
329639e3ac chore: update example in README.md 2022-05-26 11:08:20 +08:00
Xyphuz
3740b6f011 feat: new supported output formats 2022-05-26 11:06:06 +08:00
Xyphuz
4cda9e6010
Merge pull request #20 from compose-viz/dev
chore: update README.md
2022-05-26 10:19:08 +08:00
Xyphuz
24d068e8dc chore: update README.md 2022-05-26 10:18:36 +08:00
Xyphuz
c3dbe0cb83
Merge pull request #19 from compose-viz/dev
fix: links may not always have aliases
2022-05-26 10:00:23 +08:00
Xyphuz
5da9d9025a chore: update version number 2022-05-26 09:58:10 +08:00
Xyphuz
cac5adae7e fix: missing file keyword 2022-05-26 09:57:27 +08:00
Xyphuz
12e74b1164 fix: links may not always have aliases 2022-05-26 09:54:28 +08:00
Xyphuz
32c86f5090
Merge pull request #18 from compose-viz/dev
chore: update README.md
2022-05-26 09:07:30 +08:00
Xyphuz
709e77a42a chore: update README.md 2022-05-26 09:07:10 +08:00
Xyphuz
2570ea42ce
Merge pull request #17 from compose-viz/dev
chore: fix typo in README.md
2022-05-26 02:01:58 +08:00
Xyphuz
a4fef826f9 chore: fix typo in README.md 2022-05-26 02:01:36 +08:00
Xyphuz
ec30a3f25a
Merge pull request #16 from compose-viz/dev
chore: update README.md
2022-05-26 02:01:05 +08:00
Xyphuz
dfa99844da chore: update README.md 2022-05-26 02:00:30 +08:00
Xyphuz
8068121a4f
Merge pull request #15 from compose-viz/dev
feat: implement parser and graph generator
2022-05-26 01:38:04 +08:00
Xyphuz
4d9685841b chore: add new example 2022-05-25 21:51:56 +08:00
Xyphuz
f34ff17ac0 chore: update pyproject description 2022-05-25 21:29:01 +08:00
Xyphuz
782782ee26 chore: update README.md 2022-05-25 21:27:10 +08:00
Xyphuz
8de91171e0 fix: wrong yaml keyword in example 2022-05-25 18:03:27 +08:00
Xyphuz
f34ff42be3 chore: add cpv results in examples 2022-05-25 17:55:52 +08:00
Xyphuz
cbb1f0575d chore: implement new image parsing rule 2022-05-25 17:47:23 +08:00
Xyphuz
469f1f6122 chore: add new examples 2022-05-25 17:46:53 +08:00
Xyphuz
a71f82572c chore: add examples 2022-05-25 17:16:38 +08:00
Xyphuz
e8ed141c09 chore: apply pre-commit hooks 2022-05-25 17:16:10 +08:00
Chuan Ou Yang
3d0a608896 fix: change port edge style & create extend vertex 2022-05-25 16:18:53 +08:00
Chuan Ou Yang
922fc14fae chore: update full support graph renderer 2022-05-25 13:16:56 +08:00
Xyphuz
63caac3ce4
Merge pull request #14 from compose-viz/dev-test
refactor: test structure
2022-05-24 22:23:47 +08:00
Xyphuz
f686cb53e9 chore: add missing tests/ymls/extends/web.yml 2022-05-24 19:49:39 +08:00
Xyphuz
64d4804ed8 ci: validate test files using docker compose config 2022-05-24 19:38:32 +08:00
Xyphuz
81324f7f14 chore: update volume access_mode to fit compose-spec 2022-05-24 17:06:31 +08:00
Xyphuz
2c692f3ab3 refactor: test structure 2022-05-24 16:02:47 +08:00
Xyphuz
a5b0fa5078 feat: implement depends_on long syntax 2022-05-23 23:24:20 +08:00
Xyphuz
9503c55f76 test: add depends_on long syntax 2022-05-23 23:23:54 +08:00
Xyphuz
09f8c65e7c
Merge pull request #13 from compose-viz/dev-parser
chore: update tests
2022-05-23 02:42:28 +08:00
Xyphuz
876e32bc81 fix: fix parser to fit spec 2022-05-23 02:41:35 +08:00
Xyphuz
4424aae3ae test: update test files to test ports and volumes in compose spec 2022-05-23 02:41:00 +08:00
Xyphuz
8ba5b75da4
Merge pull request #12 from compose-viz/dev-parser
feat: implement full parser
2022-05-23 02:14:53 +08:00
Xyphuz
914827e928 chore: delete unused docker-compose.yaml 2022-05-23 02:13:57 +08:00
Xyphuz
31839b7aa6 feat: re-implement parser with compose spec 2022-05-22 12:34:18 +08:00
uccu
cd36de0a5f chore: parser add some value checking 2022-05-22 01:57:21 +08:00
uccu
473033d3f5 :fix fix parser port parse error 2022-05-22 01:54:41 +08:00
uccu
1c96d6f9f2 chore: implement parser port parse 2022-05-22 01:50:07 +08:00