Skip to content

Releases: palantir/docker-compose-rule

Deprecate DockerComposition class

04 Jul 16:37
Compare
Choose a tag to compare

Intending remove the old DockerComposition class soon. Encouraging people to use DockerComposeRule instead.

Start/stop containers mid test

04 Jul 10:04
Compare
Choose a tag to compare

Don't assume that an SSL exception when health checking a container means it's up

23 Jun 13:28
Compare
Choose a tag to compare

A service can open a port before it's ready to accept SSL connections.

See #81

Make default localMachine() choose DockerType based on environment

17 Jun 17:52
Compare
Choose a tag to compare
Merge pull request #79 from nmiyake/dockerTypeRefactor

Make default localMachine() choose DockerType based on environment

Add option to remove containers with conflicting names on startup

14 Jun 23:20
Compare
Choose a tag to compare
0.15.0

Merge pull request #73 from nmiyake/removeConflictingContainersWithRe…

Use --volumes flag on down command

01 Jun 13:27
Compare
Choose a tag to compare
0.14.0

Merge pull request #72 from palantir/feature/remove-volumes-when-usin…

Remove volumes when deleting containers

27 May 13:16
Compare
Choose a tag to compare

Remove volumes when deleting containers

Fixes an issue with writing container logs after docker-compose 1.7.0

16 May 13:57
Compare
Choose a tag to compare
0.12.3

Merge pull request #62 from palantir/feature/fix-container-log-output…

Expose string now return from docker-compose exec.

12 May 16:57
Compare
Choose a tag to compare
0.12.2

Merge pull request #61 from jamesneale/fix/return-string-docker-compo…

Return stdout of running docker-compose exec commands

12 May 16:10
Compare
Choose a tag to compare
Merge pull request #60 from jamesneale/feature/get-output-from-dc-exec

Return output from docker-compose exec so it can actually be used.