Commit graph

25 commits

Author SHA1 Message Date
Tim Zöller
fc70760de7 Bumped TC dependency to 1.16.3 2022-03-17 13:10:48 +01:00
Tim Zöller
d1036e1ff3 Set version to 0.6.0-SNAPSHOT 2021-08-18 11:07:34 +02:00
Tim Zöller
1dacbe6e78 Prepared Release 0.5.0 2021-08-18 10:59:35 +02:00
Tim Zöller
5c6dbed46e Updated Testcontainers version to 1.16.0 2021-08-18 10:51:33 +02:00
Tim Zöller
2b8d4a911e #49 - Bumped to Testcontainers 1.15.2 2021-03-04 15:42:08 +01:00
Tim Zöller
13c859dee2 New Snapshot version 2020-12-16 10:43:12 +01:00
Tim Zöller
b8866fb883 #48: Perform Release 2020-12-16 10:15:56 +01:00
Tim Zöller
b4abae5c33 #43: Introduced new function perform-cleanup 2020-12-16 09:56:09 +01:00
Tim Zöller
c06dc04b8b Merge branch 'master' of https://github.com/javahippie/clj-test-containers into master 2020-12-15 21:40:50 +01:00
Tim Zöller
461add59f7 #47 - Upgraded Testcontainers version 2020-12-15 21:40:47 +01:00
Rob Hanlon
43d573e6f5
Use .copyFileToContainer when the container is already started (#44) 2020-11-26 12:19:17 +01:00
Tim Zöller
f7befdf86d Issue #40, increase Testcontainers version 2020-11-09 09:06:07 +01:00
Tim Zöller
6e3f05aa89 Switch release to 0.4.0-SNAPSHOT 2020-10-23 23:28:55 +02:00
Tim Zöller
193482c1b8 Prepare Release 0.3.0 2020-10-23 23:12:24 +02:00
Dana Borinski
36aa2632c9
add support for docker version 2.4.0 (#36)
* add support for docker version 2.4.0

* upgrade testcontainers/postgresql to version 1.15.0-rc2

* changing back to version 0.3.0 as its still not released

Co-authored-by: dana <dana.borinski@appsflyer.com>
2020-10-08 08:52:19 +02:00
David Harrigan
ec26e4c078
Add support for accessing container logs. (#34)
* Add support for accessing container logs.

closes #27

-=david=-

* Don't add logs to configuration if not capturing the log

* Further refinements
2020-10-05 10:21:16 +02:00
Rob Hanlon
c0c08b2e26
Configure clojure.spec, add a few specs (#23)
Creates specs for init, create, and init-network
2020-08-10 08:15:00 +02:00
Rob Hanlon
36f3820f4f
cljstyle redux, with pre-commit hook (#24)
* cljstyle redux, with pre-commit

* Use fork of lein-githooks with fixes for shell characters

* Remove stale doc
2020-08-09 21:38:20 +02:00
Tim Zöller
a327fc3f75 #20 - Increase version to next milestone 0.3.0-SNAPSHOT 2020-08-09 21:35:34 +02:00
Tim Zöller
d8482330b5 \# Increased version to 2.0.0 to prepare release 2020-08-09 21:27:06 +02:00
Rob Hanlon
cc77c4233d
Switch from bat-test to kaocha (#22) 2020-08-07 20:22:45 +02:00
Tim Zöller
1e24824916 #20 - Released 0.2.0-SNAPSHOT to clojars 2020-08-05 22:49:04 +02:00
Rob Hanlon
8794b4a991
Allow for provision of a Testcontainer instance (#16)
* Allow for provision of a Testcontainer instance

Testcontainers provides many different container implementations that
can be very useful. This simple change allows callers to provide their
own, premade container instance so consumers can flexibly choose their
container type. If no container instance is supplied, then
clj-test-containers falls back to its original behavior.

* Extract  function

* Cleanup, ensure Clojure types instead of Java types

Co-authored-by: Tim Zöller <mail@tim-zoeller.de>
2020-08-05 07:25:59 +02:00
Tim Zöller
647d4fe441 #5 - Refactoring and documentation 2020-06-06 17:30:00 +02:00
Tim Zöller
26e69c118e #7 - Switch from Boot to Leiningen 2020-06-06 16:26:31 +02:00