Alexander Zeitler
568aed6b40
build: ignore vuepress cache + temp files on release
2021-04-15 09:13:51 +02:00
Alexander Zeitler
524fe42a07
chore(release): 0.23.7
2021-04-14 16:34:15 +02:00
Alexander Zeitler
2de793b145
ci: rename task to build + test
2021-04-14 16:33:34 +02:00
Alexander Zeitler
9c43efa2b2
ci: include typescript build
2021-04-14 16:33:34 +02:00
Alexander Zeitler
c7c6f01658
build: fix broken build
2021-04-14 16:33:34 +02:00
Alexander Zeitler
2b089ff660
refactor: rename test to match tested function
2021-04-14 16:17:03 +02:00
Alexander Zeitler
b487be048b
refactor: replace variable by chaining
2021-04-14 16:17:03 +02:00
Alexander Zeitler
57f00b36fe
refactor: improve naming
2021-04-14 16:17:03 +02:00
Alexander Zeitler
9443c7ebdc
refactor: replace variables by chaining
2021-04-14 16:17:03 +02:00
Alexander Zeitler
3be99e8360
refactor: replace if by ternary, improve variable naming
2021-04-14 16:17:03 +02:00
Alexander Zeitler
880d2522b5
feat: make result for ps command type safe
2021-04-14 16:17:03 +02:00
Alexander Zeitler
ed91eba770
fix: filter empty entries from config --services command
2021-04-14 16:17:03 +02:00
Alexander Zeitler
51b20b43d6
feat: make result for config --volumes command type safe
2021-04-14 16:17:03 +02:00
Alexander Zeitler
6f105ca160
feat: make result for config --services command type safe
2021-04-14 16:17:03 +02:00
Alexander Zeitler
a2f5a4ec0e
feat: make result for config command type safe
2021-04-14 16:17:03 +02:00
Alexander Zeitler
a7da0380a8
feat: make result for version command type safe
2021-04-14 16:17:03 +02:00
Alexander Zeitler
90421b7eb2
refactor: rename result to data
2021-04-14 16:17:03 +02:00
Alexander Zeitler
aa26e83884
refactor: use spread operator to build typed result
2021-04-14 16:17:03 +02:00
Alexander Zeitler
70a98f473b
feat: make result for port command type safe
2021-04-14 16:17:03 +02:00
Alexander Zeitler
b6eec0047d
docs: shrink README, link to docs
2021-04-11 00:30:42 +02:00
Alexander Zeitler
ecf4ba5e2b
docs: enable navbar, clean up text
2021-04-11 00:30:42 +02:00
Alexander Zeitler
bfd45f47fa
chore: git ignore vuepress cache and temp folders
2021-04-11 00:30:42 +02:00
Alexander Zeitler
1bc50ed7a0
build(docs:ci): set GITHUB_TOKEN
2021-04-11 00:30:42 +02:00
Alexander Zeitler
f83686e30e
docs: setup vuepress docs
2021-04-11 00:30:42 +02:00
Alexander Zeitler
8d3c162015
ci(style): lint
2021-04-10 23:33:09 +02:00
Alexander Zeitler
bf8210ae9b
style: fix lint errors
2021-04-10 23:25:54 +02:00
Alexander Zeitler
46cb725156
style: run prettier
2021-04-10 23:25:54 +02:00
Alexander Zeitler
bdbfc17de1
style: use prettier + typescript-eslint
2021-04-10 23:25:54 +02:00
Alexander Zeitler
f85e6885dd
style: append new line via .editorconfig
2021-04-10 22:06:43 +02:00
Alexander Zeitler
ad6e008e1a
build(ci): use github actions
2021-04-10 22:06:43 +02:00
Alexander Zeitler
a59476f65d
build(ci): remove circleci
2021-04-10 22:06:43 +02:00
Alexander Zeitler
d0bd17c8ec
docs: replace npm by yarn
2021-04-10 21:57:19 +02:00
Alexander Zeitler
3495f93468
build: remove package-lock.json
2021-04-10 21:57:19 +02:00
dependabot[bot]
397000087c
Bump lodash from 4.17.14 to 4.17.21
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.14 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-10 21:47:09 +02:00
dependabot[bot]
00f90c9620
Bump dot-prop from 3.0.0 to 5.3.0
...
Bumps [dot-prop](https://github.com/sindresorhus/dot-prop ) from 3.0.0 to 5.3.0.
- [Release notes](https://github.com/sindresorhus/dot-prop/releases )
- [Commits](https://github.com/sindresorhus/dot-prop/compare/v3.0.0...v5.3.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-10 21:42:22 +02:00
Alexander Zeitler
c9abc11ffc
chore(style): remove dead / commented code
2021-04-10 21:38:12 +02:00
Alexander Zeitler
afb2b1116b
fix(test): fix broken tests
...
Some tests failed because the used `alpine` service did start non-blocking which caused the container to stop immediately. Assertions expecting the container to run then failed.
The new structure is to use two blocking `nginx` images which serve a scenario of web and proxy.
For the `--abort-on-container-exit` flag tests a third - non-blocking by intend - service based on the `hello-world` image has been added.
2021-04-10 21:38:12 +02:00
Alexander Zeitler
d2df827d0f
docs: update docs to reflect latest readme
2021-04-10 17:41:13 +02:00
Alexander Zeitler
af6d77b308
test: fix broken tests
2021-04-10 17:00:37 +02:00
Alexander Zeitler
29cbab6298
build(deps): update dev dependencies
2021-04-10 17:00:37 +02:00
Noah Allen
ceb7ed6510
Add port to supported commands
2021-04-10 02:00:32 +02:00
dependabot[bot]
483e6827ad
Bump y18n from 4.0.0 to 4.0.1
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 15:22:22 +02:00
Alexander Zeitler
98c271de01
Update readme.md
2021-01-15 00:43:14 +01:00
Alexander Zeitler
60e278d566
Update LICENSE
2021-01-15 00:43:14 +01:00
Alexander Zeitler
a8e9c2852f
chore(release): 0.23.6
2021-01-06 17:12:49 +01:00
Alexander Zeitler
c74fc36909
style: set return type
...
Co-authored-by: Paweł Niedzielski <pawel.tadeusz.niedzielski@gmail.com>
2021-01-06 17:08:14 +01:00
Gabriel
f1c2c7e8c1
chore: include description of configAsString in the readme
2021-01-06 17:08:14 +01:00
Gabriel
e8c14d318c
feat: allow to pass docker compose configuration as string
2021-01-06 17:08:14 +01:00
dependabot[bot]
4983b2b8dd
Bump ini from 1.3.5 to 1.3.8
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-12 03:06:05 +01:00
dependabot[bot]
a18b135a1d
Bump bl from 4.0.1 to 4.0.3
...
Bumps [bl](https://github.com/rvagg/bl ) from 4.0.1 to 4.0.3.
- [Release notes](https://github.com/rvagg/bl/releases )
- [Commits](https://github.com/rvagg/bl/compare/v4.0.1...v4.0.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-09-24 01:09:20 +02:00