Commit graph

183 commits

Author SHA1 Message Date
Paweł Niedzielski
ee41dc2b92 Set Node 6.0 as minimum version 2019-07-25 02:48:12 +02:00
Alexander Zeitler
ebdd55bdfe 0.20.0 2019-07-23 23:38:26 +02:00
Alexander Zeitler
ea089eed57 update changelog 2019-07-23 23:38:07 +02:00
Alexander Zeitler
f7da6c26b6
Merge pull request #83 from Steveb-p/typescriptify
Migrate to Typescript
2019-07-23 23:36:27 +02:00
Paweł Niedzielski
cb511f11c1 Use prepublishOnly instead of prepublish 2019-07-16 10:01:21 +02:00
Paweł Niedzielski
4201f8469c Fix due to security audit 2019-07-16 10:00:38 +02:00
Paweł Niedzielski
2108801146 Remove type definitions, as they should be generated on publish 2019-07-15 00:27:49 +02:00
Paweł Niedzielski
38aade6f02 Fix API types for upMany & upOne 2019-07-15 00:27:18 +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
Alexander Zeitler
cfccf9928f 0.19.0 2019-07-13 23:39:22 +02:00
Alexander Zeitler
91dfaab070 update changelog 2019-07-13 23:39:19 +02:00
Alexander Zeitler
46c50b3428
Merge pull request #77 from Steveb-p/74-error-handling
handle error based on exit code #2
2019-07-13 23:35:05 +02:00
Paweł Niedzielski
75d9f1ac4d Update packages due to security audit 2019-07-13 13:56:26 +02:00
Paweł Niedzielski
5cc5ced99f Fix tests
Always `down` containers after test
Fix workdir test failing on CircleCI
See: https://support.circleci.com/hc/en-us/articles/360007324514-How-can-I-mount-volumes-to-docker-containers-
2019-07-13 13:49:30 +02:00
Alexander Zeitler
1f2a8215f9 handle error based on exit code 2019-07-13 13:07:49 +02:00
Alexander Zeitler
a6aa60d51c
add 0.18.0 to change log 2019-07-10 12:44:07 +02:00
Alexander Zeitler
e84c36c474 0.18.0 2019-07-10 12:40:04 +02:00
Alexander Zeitler
60777a6bcc add Eduardo Weiland as contributor 2019-07-10 12:39:38 +02:00
Alexander Zeitler
cc9106a0b9 Merge branch 'master' of github.com:PDMLab/docker-compose 2019-07-10 12:37:50 +02:00
Alexander Zeitler
762b9d1120
fix badge spacing 2019-07-10 12:37:27 +02:00
Alexander Zeitler
7eba565eb5
add download badge 2019-07-10 12:36:49 +02:00
Alexander Zeitler
8cdd5c5874
Merge pull request #82 from eduardoweiland/command-as-array
Allow passing an array as command to run and exec
2019-07-10 12:34:32 +02:00
Eduardo Weiland
1aefb96986
Fix linting 2019-07-09 15:46:16 -03:00
Eduardo Weiland
5bd54c3049
Allow passing an array as command to run and exec 2019-07-09 15:41:13 -03:00
Alexander Zeitler
4d6a1238c7 0.17.5 2019-06-04 10:19:55 +02:00
Alexander Zeitler
f77821303d
Merge pull request #79 from lukeautry/patch-1
Fix TypeScript typings for DockerComposeResult
2019-06-04 10:19:12 +02:00
Luke
9053d87550
Fix TypeScript typings for DockerComposeResult
`fieldName: ?number` is not a valid type expression. I assume this was a mistake, but in any case it will fail in TypeScript projects with the error `JSDoc types can only be used inside documentation comments.`.
2019-06-03 22:57:20 -04:00
Alexander Zeitler
31a0c23bb5 0.17.4 2019-05-31 11:18:14 +02:00
Alexander Zeitler
8705228017 add lacabra as contrib 2019-05-31 11:18:09 +02:00
Alexander Zeitler
f6c41be3fe
Merge pull request #78 from enigmampc/multipleLogs
BLD: add support for logging for multiple services
2019-05-31 11:15:51 +02:00
Victor Grau Serrat
a5d4e0fcbc
BLD: add support for logging for multiple services 2019-05-30 21:53:09 -06:00
Alexander Zeitler
b9cdd4132b 0.17.3 2019-05-29 14:26:54 +02:00
Alexander Zeitler
4c285390b1
Merge pull request #76 from Steveb-p/fix-logs-declaration
Fix declaration for `logs` function
2019-05-29 14:24:15 +02:00
Paweł Niedzielski
83f55e8b66 Fix declaration for logs function 2019-05-26 23:11:39 +02:00
Alexander Zeitler
c68d92b825
Update custom.css 2019-05-02 20:58:18 +02:00
Alexander Zeitler
ad3982eb1b
Rename custom.scss to custom.css 2019-05-02 20:56:37 +02:00
Alexander Zeitler
d9d8cb10c9
Create custom.scss 2019-05-02 20:52:08 +02:00
Alexander Zeitler
4475f70864
add readme to docs as first content 2019-05-02 20:46:34 +02:00
Alexander Zeitler
2e405d4e88
Update _config.yml 2019-05-02 20:43:59 +02:00
Alexander Zeitler
3e3148f131
Update and rename index.html to index.md 2019-05-02 20:41:10 +02:00
Alexander Zeitler
fb2b32e5a1
Update _config.yml 2019-05-02 20:40:19 +02:00
Alexander Zeitler
c6b7354284
Create index.html 2019-05-02 20:38:50 +02:00
Alexander Zeitler
3823c990b3
Create _config.yml 2019-05-02 20:31:06 +02:00
Alexander Zeitler
e01f73196b
Create .gitkeep 2019-05-02 20:29:18 +02:00
Alexander Zeitler
2811e36a0e bump version to 0.17.2 2019-05-02 09:09:29 +02:00
Alexander Zeitler
8b07714dd8
Merge pull request #71 from PDMLab/build-badge
Add build badge
2019-05-02 00:23:48 +02:00
Alexander Zeitler
3083dc1ac1
Add build badge 2019-05-02 00:21:52 +02:00
Alexander Zeitler
e2f4d4bdd1
Merge pull request #70 from PDMLab/remove-winston-69
Remove winston dependency and lib/log
2019-05-01 23:58:46 +02:00
Alexander Zeitler
0faeb82cb7
remove winston dependency 2019-05-01 23:51:39 +02:00
Alexander Zeitler
c706924b84
Delete log.js 2019-05-01 23:48:35 +02:00