Commit graph

6 commits

Author SHA1 Message Date
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
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
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
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