Commit graph

40 commits

Author SHA1 Message Date
Tim Zöller
1297054b77 Updated dependency versions 2024-04-13 09:32:57 +02:00
Eddú Meléndez Gonzales
9bf75d6387
Add release workflow (#70) 2023-08-24 14:47:48 -06:00
Tim Zöller
8c807a8750
Update testcontainers version to 1.19.0 (#69) 2023-08-23 18:10:26 -06:00
Tim Zöller
390563ac1d Updated project dependencies (#67) 2022-11-16 22:56:32 +01:00
Tim Zöller
94e582a1aa Upgraded to latest testcontainers-java version (#65) 2022-11-16 15:10:17 +01:00
Tim Zöller
25d1ba491b Prepare Release 0.7.3 2022-09-30 12:30:57 +02:00
Tim Zöller
35454d3fd2 Upgrade to testcontainers-java 1.17.4 (#63) 2022-09-30 12:23:59 +02:00
Tim Zöller
5464fc35fa Bumped to testcontainers-java 1.17.3 2022-07-03 17:20:21 +02:00
Tim Zöller
dd517094ce Fixed changelog, set release version 2022-06-12 11:33:45 +02:00
Tim Zöller
e57261ce12 Added allow-insecure flag (#58) 2022-05-25 09:08:32 +02:00
Tim Zöller
ba77335753 Dependency update to Testcontainers 1.17.2 (#57) 2022-05-25 09:00:21 +02:00
Tim Zöller
d246351551 Dependency update to Testcontainers 1.17.1 (#56) 2022-04-23 09:43:15 +02:00
Tim Zöller
a635113b7e Prepare Release 2022-03-26 12:04:53 +01:00
Tim Zöller
c42886ba56 Added :fn log strategy (#41) 2022-03-26 11:54:28 +01:00
Tim Zöller
6e94e86745 Resolved dependency issues 2022-03-18 11:48:59 +01:00
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