Skip to content

Releases: palantir/docker-compose-rule

0.26.0

19 Oct 10:40
Compare
Choose a tag to compare
Merge pull request #121 from palantir/feature/allow-circle-aware-log-…

0.25.0

14 Oct 12:45
Compare
Choose a tag to compare

Use .saveLogsTo(LogDirectory.circleAwareLogDirectory(MyTest.class)) in your ClassRule builder to ensure that partial logs can be recovered if a CircleCI build is cancelled or times out. For local runs, logs will just be written to the $project/build/dockerLogs/MyTest directory.

0.24.0

04 Oct 18:25
Compare
Choose a tag to compare
Merge pull request #115 from iamdanfox/aggressive

Integration test verifies AggressiveShutdownStrategy actually works

0.23.0

01 Oct 00:50
Compare
Choose a tag to compare

new ShutdownStrategy.AGGRESSIVE should enable faster build times on CircleCI

0.22.0

30 Sep 22:08
Compare
Choose a tag to compare
  • Cleaner gradle warnings thanks to @tomasulo
  • Failed docker operations are now retried after a 5 second delay
  • Improved DockerComposeRule builder class

0.21.0

20 Sep 12:32
Compare
Choose a tag to compare
Merge pull request #104 from palantir/feature/allow-getting-the-proje…

Support docker compose kill

31 Aug 14:03
Compare
Choose a tag to compare

Docker compose up individual containers

25 Aug 21:41
Compare
Choose a tag to compare

Thanks to @d-lorenc for the contribution!

Support for docker-compose run

08 Aug 20:08
Compare
Choose a tag to compare

0.17.2

26 Jul 18:21
Compare
Choose a tag to compare
Merge pull request #92 from rjullman/feature/long-lived-threads

do not prevent jvm shutdown due to empty thread pools