upsilon01
f60e4d5a18
feat: passing callback to report progress ( #191 )
...
* feat: passing callback to report progress
* fix: add typing
* fix: change test purpose
* fix: lint errors
* fix: update docs
Co-authored-by: yshechter <yshechter@ravtech.co.il>
2021-11-29 07:57:04 +01:00
Westlad
74b4d6ea22
fix: now lints correctly
2021-07-20 12:27:46 +02:00
Westlad
5921b51977
feat: single container pause and unpause added
2021-07-20 12:27:46 +02:00
Paweł Niedzielski
6dec0c6bb6
fix: fix mapping ipv6-based port mappings
2021-05-11 21:49:00 +02:00
Paweł Niedzielski
48c9f0841a
fix: fix mapping ipv6-based port mappings
2021-05-11 21:49:00 +02:00
Paweł Niedzielski
e7013dfab1
fix: fix mapping ipv6-based port mappings
2021-05-11 21:49:00 +02:00
Alexander Zeitler
2b089ff660
refactor: rename test to match tested function
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
70a98f473b
feat: make result for port command type safe
2021-04-14 16:17:03 +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
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
af6d77b308
test: fix broken tests
2021-04-10 17:00:37 +02: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
Paweł Niedzielski
3a68db75e3
feat: allow passing service names to rm function
2020-04-24 01:09:13 +02:00
lancerutkin
c4ed7ed2de
fix: reset jest set timeout to original value
2020-03-06 11:44:39 +01:00
lancerutkin
e85af8c092
feat: add ability to pass --abort-on-container-exit flag to up methods
2020-03-06 11:44:39 +01:00
Will O'Beirne
db73df9b0f
Add a version function
2019-10-25 16:35:44 -04:00
Paweł Niedzielski
98dc30de0f
Add pullOne, pullMany and pullAll methods
2019-08-30 14:05:12 +02:00
Nacho González
3cea146b6e
Add stopOne command
2019-08-15 08:59:55 +02:00
Paweł Niedzielski
afc95c16f1
Migrate to Typescript
...
Removed Tape dev dependencies
Add Eslint plugin for Typescript
2019-07-14 03:13:14 +02:00