Rob Hanlon
92386aa9cf
Cleanup, ensure Clojure types instead of Java types
2020-08-04 12:17:07 -07:00
Rob Hanlon
d9e9b9724d
Extract function
2020-08-04 10:58:33 -07:00
Rob Hanlon
ea848bc9c5
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.
2020-08-03 16:06:24 -07:00
Burin Choomnuan
a3fda15a49
Use of java :import to keep the code clean ( #12 )
...
* Fix the method name
* Use :import for Java classes
To make the code more concise and less verbose
- Tidy up the whitespaces just a bit
* Add lein-cljfmt plugin
* Revert "Add lein-cljfmt plugin"
This reverts commit bff2e04625203e95b76b734e73ad58064f83944e.
2020-07-16 22:44:26 +02:00
Tim Zöller
78d8edf540
Merge branch 'master' of https://github.com/javahippie/clj-test-containers
2020-07-10 17:22:41 +02:00
Tim Zöller
755de8d4da
#13 - Add Gitignore and Gitattributes
2020-07-10 17:22:14 +02:00
Burin Choomnuan
c0628d648f
Fix the example in README ( #10 )
2020-07-05 14:39:17 +02:00
Tim Zöller
a5a78008ba
#9 - Use {:keys [...]} for map destructuring
2020-06-13 14:49:07 +02:00
Tim Zöller
9511f82dfe
#7 - Fix in the docs
2020-06-06 18:40:43 +02:00
Tim Zöller
eac181d189
Added Clojars Badge
2020-06-06 17:49:03 +02:00
Tim Zöller
736d06563c
#7 - Doc fixes
2020-06-06 17:35:43 +02:00
Tim Zöller
7f270a9680
#7 - More documentation
2020-06-06 17:33:50 +02:00
Tim Zöller
647d4fe441
#5 - Refactoring and documentation
2020-06-06 17:30:00 +02:00
Tim Zöller
5e1655e154
#7 - Circle CI
2020-06-06 16:31:27 +02:00
Tim Zöller
aa68a66b58
#7 - Fixed Leiningen Install Command for Circle CI
2020-06-06 16:29:08 +02:00
Tim Zöller
7745ebd7a5
#7 - Fix issue in circleci config
2020-06-06 16:27:24 +02:00
Tim Zöller
26e69c118e
#7 - Switch from Boot to Leiningen
2020-06-06 16:26:31 +02:00
Tim Zöller
c8ba10a9dc
#5 - Set up dependencies for Clojars Deployment
2020-06-06 15:18:31 +02:00
Tim Zöller
8d86894f71
#4 - Provide test results to Circle CI
2020-06-06 14:50:18 +02:00
Tim Zöller
6dbebf15bd
#6 - Enabled command execution in the container
...
Also used it to enhance integration tests and make them more precise
2020-06-06 14:43:11 +02:00
Tim Zöller
dee0c8a572
#3 - Finalized volume handling
2020-06-06 13:57:31 +02:00
Tim Zöller
ec2fdf42eb
#3 - Filesytem mappings into the container
2020-06-04 22:52:05 +02:00
Tim Zöller
ca251dff7f
#4 - Added CircleCI Badge
2020-06-04 20:15:11 +02:00
Tim Zöller
4b7667ed03
#4 - Included resources folder
2020-06-04 20:07:13 +02:00
Tim Zöller
baa1c5f3fe
#4 - Set Up Boot
2020-06-04 20:05:41 +02:00
Tim Zöller
b19ff6c566
#4 - Initialize circle CI file
2020-06-04 20:00:09 +02:00
Tim Zöller
9991a153dd
#1 - Streamlined API some more
2020-06-04 13:04:30 +02:00
Tim Zöller
a6d6c10fde
#1 - Added simple configuration for generic container initialisation
2020-06-04 12:35:16 +02:00
Tim Zöller
99732b5765
Initialized Dependencies and readme
2020-06-04 10:58:10 +02:00
Tim Zöller
92b2e27703
Initial Commit containing the App Template
2020-06-04 10:44:03 +02:00