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
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
Tim Zöller
ba11321601
#8 - Added tutorial (copied from my blog)
2020-08-05 22:40:17 +02:00
Tim Zöller
7e436715c0
8 - Corrected documentation
2020-08-05 22:37:43 +02:00
Tim Zöller
5f6c9d21ad
#8 - Added new functions to the documentation
2020-08-05 22:34:49 +02:00
Tim Zöller
de4a48a07b
#2 - Add networking support
2020-08-05 15:37:35 +02:00
Tim Zöller
dda1e4b4a5
#8 - Wrote Intro
2020-08-05 12:40:52 +02:00
Tim Zöller
d72532b16b
#8 - Improved Changelog
2020-08-05 12:16:29 +02:00
Tim Zöller
837f83b621
Merge branch 'master' of https://github.com/javahippie/clj-test-containers into master
2020-08-05 09:12:37 +02:00
Tim Zöller
ce0460a35a
#18 - Unified handling of container creation
2020-08-05 09:12:23 +02:00
Tim Zöller
976760fbde
#19 - Added code of conduct
2020-08-05 08:50:13 +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
Burin Choomnuan
c30d02aaaf
Add create-from-docker-file ( #14 )
...
* Add create-from-docker-file
* Update code base on review/feedback
Fix the following
- Fix the import style in one line
- Use constructure once when creating the docker-image
- Use some? instead of if
- Remove :env-vars from the test
- Move resources to test section
2020-08-05 07:13:31 +02: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