Commit graph

  • 910086507b fix: wrong expected value in tests Xyphuz 2022-05-26 11:10:19 +0800
  • 329639e3ac chore: update example in README.md Xyphuz 2022-05-26 11:08:20 +0800
  • 3740b6f011 feat: new supported output formats Xyphuz 2022-05-26 11:06:06 +0800
  • 4cda9e6010
    Merge pull request #20 from compose-viz/dev Xyphuz 2022-05-26 10:19:08 +0800
  • 24d068e8dc chore: update README.md Xyphuz 2022-05-26 10:18:36 +0800
  • c3dbe0cb83
    Merge pull request #19 from compose-viz/dev v0.1.1 Xyphuz 2022-05-26 10:00:23 +0800
  • 5da9d9025a chore: update version number Xyphuz 2022-05-26 09:58:10 +0800
  • cac5adae7e fix: missing file keyword Xyphuz 2022-05-26 09:57:27 +0800
  • 12e74b1164 fix: links may not always have aliases Xyphuz 2022-05-26 09:54:28 +0800
  • 32c86f5090
    Merge pull request #18 from compose-viz/dev Xyphuz 2022-05-26 09:07:30 +0800
  • 709e77a42a chore: update README.md Xyphuz 2022-05-26 09:07:10 +0800
  • 2570ea42ce
    Merge pull request #17 from compose-viz/dev Xyphuz 2022-05-26 02:01:58 +0800
  • a4fef826f9 chore: fix typo in README.md Xyphuz 2022-05-26 02:01:36 +0800
  • ec30a3f25a
    Merge pull request #16 from compose-viz/dev Xyphuz 2022-05-26 02:01:05 +0800
  • dfa99844da chore: update README.md Xyphuz 2022-05-26 02:00:30 +0800
  • 8068121a4f
    Merge pull request #15 from compose-viz/dev v0.1.0 Xyphuz 2022-05-26 01:38:04 +0800
  • 4d9685841b chore: add new example Xyphuz 2022-05-25 21:51:56 +0800
  • f34ff17ac0 chore: update pyproject description Xyphuz 2022-05-25 21:29:01 +0800
  • 782782ee26 chore: update README.md Xyphuz 2022-05-25 21:27:10 +0800
  • 8de91171e0 fix: wrong yaml keyword in example Xyphuz 2022-05-25 18:03:27 +0800
  • f34ff42be3 chore: add cpv results in examples Xyphuz 2022-05-25 17:55:52 +0800
  • cbb1f0575d chore: implement new image parsing rule Xyphuz 2022-05-25 17:47:23 +0800
  • 469f1f6122 chore: add new examples Xyphuz 2022-05-25 17:46:53 +0800
  • a71f82572c chore: add examples Xyphuz 2022-05-25 17:16:38 +0800
  • e8ed141c09 chore: apply pre-commit hooks Xyphuz 2022-05-25 17:16:10 +0800
  • 3d0a608896 fix: change port edge style & create extend vertex Chuan Ou Yang 2022-05-25 16:18:53 +0800
  • 922fc14fae chore: update full support graph renderer Chuan Ou Yang 2022-05-25 13:16:56 +0800
  • 63caac3ce4
    Merge pull request #14 from compose-viz/dev-test Xyphuz 2022-05-24 22:23:47 +0800
  • f686cb53e9 chore: add missing tests/ymls/extends/web.yml Xyphuz 2022-05-24 19:49:39 +0800
  • 64d4804ed8 ci: validate test files using docker compose config Xyphuz 2022-05-24 19:38:32 +0800
  • 81324f7f14 chore: update volume access_mode to fit compose-spec Xyphuz 2022-05-24 17:06:31 +0800
  • 2c692f3ab3 refactor: test structure Xyphuz 2022-05-24 16:02:47 +0800
  • a5b0fa5078 feat: implement depends_on long syntax Xyphuz 2022-05-23 23:24:20 +0800
  • 9503c55f76 test: add depends_on long syntax Xyphuz 2022-05-23 23:23:54 +0800
  • 09f8c65e7c
    Merge pull request #13 from compose-viz/dev-parser Xyphuz 2022-05-23 02:42:28 +0800
  • 876e32bc81 fix: fix parser to fit spec Xyphuz 2022-05-23 02:41:35 +0800
  • 4424aae3ae test: update test files to test ports and volumes in compose spec Xyphuz 2022-05-23 02:41:00 +0800
  • 8ba5b75da4
    Merge pull request #12 from compose-viz/dev-parser Xyphuz 2022-05-23 02:14:53 +0800
  • 914827e928 chore: delete unused docker-compose.yaml Xyphuz 2022-05-23 02:13:57 +0800
  • 31839b7aa6 feat: re-implement parser with compose spec Xyphuz 2022-05-22 12:34:18 +0800
  • cd36de0a5f chore: parser add some value checking uccu 2022-05-22 01:57:21 +0800
  • 473033d3f5 :fix fix parser port parse error uccu 2022-05-22 01:54:41 +0800
  • 1c96d6f9f2 chore: implement parser port parse uccu 2022-05-22 01:50:07 +0800
  • 2b9ddaa865 feat: implement Port Xyphuz 2022-05-21 23:19:01 +0800
  • 5d090fca45 test: add test_port.py Xyphuz 2022-05-21 23:00:20 +0800
  • 10f2f0d326
    Merge pull request #10 from compose-viz/dev-parser Xyphuz 2022-05-21 22:59:18 +0800
  • a58e2c3af0 chore: apply pre-commit hooks Xyphuz 2022-05-21 22:32:59 +0800
  • 603b9cb299 fix: fix 011111 test case error uccu 2022-05-21 22:14:23 +0800
  • 56d8c6aaa7 fix: fix 011100 test case error uccu 2022-05-21 22:13:48 +0800
  • 87422471be feat: implment Parser parse link uccu 2022-05-21 22:00:38 +0800
  • 114f778727 feat: implment Parser parse service volumes uccu 2022-05-21 21:57:18 +0800
  • 2b22de5193 chore: delete service_parse_rule class uccu 2022-05-21 18:17:37 +0800
  • 78d7d3af28 chore: refactor parser parse uccu 2022-05-21 18:07:30 +0800
  • b877dad590 fix: fix 001110 test case error uccu 2022-05-21 16:33:04 +0800
  • daaeba4ee0 chore: implement service ports parse uccu 2022-05-21 16:08:35 +0800
  • 6a8be74675 feat: add build from image path uccu 2022-05-21 15:52:11 +0800
  • 2911dde588 chore: apply pre-commit hooks Xyphuz 2022-05-21 17:47:35 +0800
  • d5a9bf3f72 feat: implement Volume Xyphuz 2022-05-21 17:41:26 +0800
  • 9f9733bec9 test: add test_volume.py Xyphuz 2022-05-21 17:25:56 +0800
  • de762d79b4 fix: wrong test expect value Xyphuz 2022-05-21 15:38:59 +0800
  • 02fda82cf6
    Merge pull request #9 from compose-viz/dev-parser Xyphuz 2022-05-21 15:24:10 +0800
  • 5eae1907a0 chore: implement service_ewtends parse uccu 2022-05-21 14:32:07 +0800
  • 77db4f578e test: add test_module.py Xyphuz 2022-05-19 16:06:16 +0800
  • 4ca486bc25 chore: remove unused method Xyphuz 2022-05-19 16:03:05 +0800
  • 85d8b02a8b fix: missing dev dependency Xyphuz 2022-05-19 15:37:49 +0800
  • 524f608fe5 feat: show pytest coverage in ci Xyphuz 2022-05-19 15:29:37 +0800
  • b091f41699 feat: implement AttributeError in Service initialization Xyphuz 2022-05-19 00:44:18 +0800
  • 82e7951444 test: change ValueError to AttributeError in Service initialization Xyphuz 2022-05-19 00:43:45 +0800
  • 5349155622 chore: add type annotations in tests Xyphuz 2022-05-19 00:41:08 +0800
  • ecdc76a2a1 style: separate different tests Xyphuz 2022-05-19 00:38:42 +0800
  • f864346828 feat: implement parser exceptions Xyphuz 2022-05-19 00:34:53 +0800
  • 650fc9dc46 test: parser exceptions Xyphuz 2022-05-19 00:34:26 +0800
  • 431e540d5d ci: set pytest log to short to prevent redundant messages Xyphuz 2022-05-18 23:50:30 +0800
  • c1e7a28af0 ci: add pre-commit hooks Xyphuz 2022-05-18 23:33:56 +0800
  • 1ec80883f0 chore: apply pre-commit hooks Xyphuz 2022-05-18 23:28:18 +0800
  • a5f767b170 chore: remove unnecessary exclude path Xyphuz 2022-05-18 23:27:13 +0800
  • 5f08a4f6be feat: add pre-commit hook Xyphuz 2022-05-18 23:07:30 +0800
  • 16768590e4 test: update test_cli Xyphuz 2022-05-18 22:47:54 +0800
  • 04535bb834 test: added all of the test wolfyeva 2022-05-18 22:03:52 +0800
  • 366f605efb test: add rest of the tests wolfyeva 2022-05-18 22:03:27 +0800
  • 1c82643dca fix: build from image and extends conflict wolfyeva 2022-05-18 20:59:30 +0800
  • e630bb034c fix: build from image wolfyeva 2022-05-18 19:49:33 +0800
  • 63556d734f fix: extends and image conflict problem wolfyeva 2022-05-18 18:01:35 +0800
  • 687c761139 fix: infeasible tests wolfyeva 2022-05-18 17:38:14 +0800
  • 3c5c809170 test: add some tests wolfyeva 2022-05-18 17:26:43 +0800
  • 9c5e699b31 Merge branch 'dev' of https://github.com/compose-viz/compose-viz into dev Xyphuz 2022-05-18 16:40:39 +0800
  • 86853f4a3e feat: implement infeasible service initialization Xyphuz 2022-05-18 16:40:20 +0800
  • 83db62937c fix: typo in test_service_init Xyphuz 2022-05-18 16:39:43 +0800
  • c001420db0 test: update test_service_init Xyphuz 2022-05-18 16:37:43 +0800
  • af6284a111 test: fix typo wolfyeva 2022-05-18 16:08:15 +0800
  • 0aa761db7c test: change extends & add tests wolfyeva 2022-05-18 16:03:33 +0800
  • 01aeb56189 chore: implement TypeError in init of Extends Xyphuz 2022-05-18 15:26:03 +0800
  • d1ae549d48 test: update test_extends.py Xyphuz 2022-05-18 15:24:51 +0800
  • 58cf1c63b5 Merge branch 'dev' of https://github.com/compose-viz/compose-viz into dev Xyphuz 2022-05-18 15:15:06 +0800
  • a58e818033 feat: imeplement value error in service initialization Xyphuz 2022-05-18 15:14:32 +0800
  • 012fd8d698 feat: add extends Xyphuz 2022-05-18 15:12:24 +0800
  • f07add8905 test: add parametrize tests wolfyeva 2022-05-18 14:21:51 +0800
  • 1b9941a1ea test: add parametrize tests wolfyeva 2022-05-18 14:13:07 +0800
  • 8eb932577d test: add parametrize tests wolfyeva 2022-05-18 12:19:21 +0800
  • 659dc9bc29 style: format using autopep8 Xyphuz 2022-05-17 02:49:48 +0800