Commit graph

162 commits

Author SHA1 Message Date
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
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
Alexander Zeitler
4d12652f30
Merge pull request #68 from Steveb-p/patch-1
Add a shield badge with slack invitation link
2019-05-01 19:27:34 +02:00
Paweł Niedzielski
04df6b474f
Add a shield badge with slack invitation link 2019-05-01 19:14:38 +02:00
Alexander Zeitler
81457ec8db bump version to 0.17.1 2019-05-01 01:20:24 +02:00
Alexander Zeitler
4125516f2b
Merge pull request #67 from Steveb-p/fix-trailing-commas
Fix trailing commas causing syntax error on NodeJS 6.x
2019-05-01 01:19:20 +02:00
Paweł Niedzielski
0b73648d00 Fix trailing commas causing syntax error on NodeJS 6.x
Resolves #66
2019-05-01 01:09:16 +02:00
Alexander Zeitler
65250af42a bump version to 0.17.0 2019-04-30 21:10:16 +02:00
Alexander Zeitler
6757911f6d
Merge pull request #65 from PDMLab/contrib-jannis
Add contributor Jannis Pohlmann
2019-04-30 21:08:38 +02:00
Alexander Zeitler
4721f216a1 add contributor Jannis Pohlmann 2019-04-30 21:06:43 +02:00
Alexander Zeitler
929d2a243e
Merge pull request #64 from PDMLab/slack-readme
Add slack to readme
2019-04-30 21:05:31 +02:00
Alexander Zeitler
6fb2cedd86 add slack to readme 2019-04-30 21:03:33 +02:00
Alexander Zeitler
be4aa13e1f
Merge pull request #63 from Jannis/jannis/exit-code
Expose docker-compose exit code in results
2019-04-30 20:55:42 +02:00
Jannis Pohlmann
594d828a90 Add CHANGELOG.md 2019-04-30 19:25:41 +02:00
Jannis Pohlmann
1a85ccacf4 Resolve execCompose future on exit instead of close 2019-04-30 18:45:42 +02:00
Jannis Pohlmann
3a8b74665d Grab exit code from 'exit' event of the child process 2019-04-30 18:01:53 +02:00
Jannis Pohlmann
d13a85bd76 Allow exitCode to be null and initialize it to null as well 2019-04-30 18:01:14 +02:00
Jannis Pohlmann
1a0c9af4a6 Add exit code information to the README 2019-04-29 15:35:00 +02:00
Jannis Pohlmann
134752cb80 Add test for returning the correct exit code 2019-04-29 15:25:16 +02:00
Jannis Pohlmann
3467e79244 Expose docker-compose exit code in results 2019-04-29 15:07:33 +02:00
Alexander Zeitler
0fc9396af9 update version to 0.16.2 2019-04-29 00:11:12 +02:00
Alexander Zeitler
bf1e2067d1
Merge pull request #62 from Steveb-p/fix-images-in-tests
Use same docker image versions for tests
2019-04-29 00:10:38 +02:00
Paweł Niedzielski
761ac0b094 Use same docker image versions for tests
Fixes #61
2019-04-28 23:58:47 +02:00