Tim Zöller
fd06f2fe6c
Changelog
2022-03-26 11:59:50 +01:00
Tim Zöller
dad4ddbd0f
Corrected Markdown links
2022-03-26 11:56:58 +01:00
Tim Zöller
c42886ba56
Added :fn log strategy ( #41 )
2022-03-26 11:54:28 +01:00
Tim Zöller
a53cf9e271
Documentation for 0.6.0
2022-03-25 22:59:14 +01:00
Tim Zöller
791708bf51
Minor changes, release preparations
2022-03-21 19:24:33 +01:00
Tim Zöller
28b0183339
Applied autoformatter
2022-03-18 14:05:20 +01:00
Tim Zöller
71af11f503
Extended config for wait strategies ( #42 )
2022-03-18 14:03:42 +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
0b1031c083
Merge branch 'master' of github.com:javahippie/clj-test-containers
2021-08-18 10:53:06 +02:00
Tim Zöller
5c6dbed46e
Updated Testcontainers version to 1.16.0
2021-08-18 10:51:33 +02:00
Gilles Philippart
b13499bc7c
Fix unbalanced parens and braces ( #52 )
2021-06-01 19:52:04 +02:00
Andrea Richiardi
12c4b6c1e9
[ Fix #50 ] Add type hints for ResourceReaper ( #51 )
2021-03-09 09:26:47 +01:00
Tim Zöller
ff1215e710
Removed CircleCI badge
2021-03-04 15:43:37 +01:00
Tim Zöller
d6e4b065cd
Removed Circle CI from builds
2021-03-04 15:43:00 +01:00
Tim Zöller
7be77af93b
Merge branch 'master' of https://github.com/javahippie/clj-test-containers into master
2021-03-04 15:42:26 +01:00
Tim Zöller
2b8d4a911e
#49 - Bumped to Testcontainers 1.15.2
2021-03-04 15:42:08 +01:00
Tim Zöller
51314ae2e7
Set up GitHub Action
2021-02-28 15:31:39 +01:00
Tim Zöller
13c859dee2
New Snapshot version
2020-12-16 10:43:12 +01:00
Tim Zöller
ea6637dc02
Fixed another Documentation error
2020-12-16 10:20:27 +01:00
Tim Zöller
b8866fb883
#48 : Perform Release
2020-12-16 10:15:56 +01:00
Tim Zöller
10af1004da
Fixed Docs formatting
2020-12-16 10:06:38 +01:00
Tim Zöller
cdbd6242c8
#47 : Documentation on perform-cleanup
2020-12-16 10:05:20 +01:00
Tim Zöller
b4bd44b944
Fixed formatting issue
2020-12-16 09:59:36 +01:00
Tim Zöller
b4abae5c33
#43 : Introduced new function perform-cleanup
2020-12-16 09:56:09 +01:00
Tim Zöller
57573b483e
Fixed Typo
2020-12-15 22:10:27 +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
David Harrigan
670e89d1b8
Add in a deps.edn ( #37 )
...
This does *not* replace the official way of building or shipping the
software, it simply allows those who choose to use deps to participate
-=david=-
2020-11-09 08:43:32 +01:00
Tim Zöller
dbcdbec881
Update README.md
2020-10-24 10:17:50 +02: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
Tim Zöller
94975f68f0
Formatting fixes
2020-10-23 22:47:42 +02:00
Tim Zöller
f40dcec5f0
Enhanced logging mechanism, added a test for it
2020-10-23 22:42:11 +02:00
Rob Hanlon
dac2b1ba4b
Add type hints to silence reflection warnings ( #38 )
...
* Run lein check on CI
* Add type hints as appropriate; readability cleanups
2020-10-23 21:07:43 +02:00
Tim Zöller
167fa385a2
Fix formatting
2020-10-08 11:42:28 +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
Tim Zöller
9f36f0db78
Add more options to the HTTP wait strategy ( #33 )
...
Issue #25
Co-authored-by: Tim Zöller <tim.zoeller@ilume.de>
2020-09-26 21:32:14 +02:00
David Harrigan
651b4faf7f
Add in documentation for wait-for ( #32 )
2020-09-26 09:59:28 +02:00
Tim Zöller
add417b77d
#25 - Added issue to the changelog
2020-09-24 19:45:25 +02:00
Tim Zöller
bed19526b3
#25 - Fixed formatting
2020-09-24 19:26:02 +02:00
David Harrigan
ea854767ae
Add support for a container wait strategy. ( #31 )
...
For review.
-=david=-
2020-09-24 19:23:12 +02:00
Rob Hanlon
76359eec37
Rename init-network, remove .getId call ( #30 )
...
* Rename init-network, remove .getId call
- Should be called `create-network` to match the existing `create`
function
- Network#getId oddly has a side effect, which made generative testing
impossible. Removing this defers network creation until `start!` is called
- Mark init-network as deprecated
* just use def instead of defn
* Fix indentation in README
2020-08-18 14:44:04 +02:00
Jakub Holy
3d4a5a7ce8
Link to the java lib ( #28 )
2020-08-11 23:25:33 +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