Skip to content

Releases: palantir/docker-compose-rule

Allow access to host networked ports

09 May 14:02
Compare
Choose a tag to compare
Merge pull request #59 from palantir/feature/use-host-networked-ports

Feature/use host networked ports

Allow skipping shutdown stops

03 May 12:32
Compare
Choose a tag to compare
Merge pull request #56 from jkozlowski/fix/skip-shutdown

Skip down/kill/rm when DockerComposeRule#skipShutdown is true.

docker-compose exec and new API

29 Apr 16:09
Compare
Choose a tag to compare

You can now use docker-compose exec to interact with your containers and there is an alternate rule API that will hopefully be more useful going forward.

Allow specific project name

26 Apr 10:45
Compare
Choose a tag to compare
Merge pull request #54 from iamdanfox/feature/update-baseline

Feature/update baseline

Extra utility methods on SuccessOrFailure

14 Apr 17:52
Compare
Choose a tag to compare

You can now do things like:

SuccessOrFailure.onResultOf(() -> someMethodThatMightThrowAnException())

Fix javadoc generation bug

14 Apr 01:26
Compare
Choose a tag to compare
Merge pull request #49 from palantir/feature/format-docker-ports

Fix javadoc generation

DockerPort::inFormat

14 Apr 01:17
Compare
Choose a tag to compare

You can now create string versions of a docker port more easily

dockerPort.inFormat("http://$HOST:$EXTERNAL_PORT")

0.6.0

12 Apr 15:01
Compare
Choose a tag to compare
  • Adds retry behaviour for docker-compose up and docker-compose ps to reduce the effect of spurious docker failures. #46.
  • Error messages from running docker-compose commands now contain the output of that command. #47.

0.5.4

06 Apr 16:42
Compare
Choose a tag to compare

Adds a couple of bugfixes and the ability to define healthchecks for clusters of services.

0.5.3

16 Mar 14:35
Compare
Choose a tag to compare

Add unique project names per DockerComposition.