FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for core - zbstof/testcontainers-java · GitHub
zbstof
/
testcontainers-java
Public
forked from
testcontainers/testcontainers-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
testcontainers-java
core
on
docker-java-3
User selector
Datepicker
Commit history
Commits on May 1, 2016
WIP refactoring to try the docker-java v3 RC with Netty support and JUnixSocket swapped in to replace unix-socket-factory.
Show description for 95b2a24
rnorth
committed
95b2a24
View commit details
Copy full SHA for 95b2a24
View code at this point
Browse repository at this point
Commits on Apr 30, 2016
Refactor base container interface name to just `Container`.
Show description for 1371380
rnorth
committed
1371380
View commit details
Copy full SHA for 1371380
View code at this point
Browse repository at this point
Commits on Apr 29, 2016
fix imports in TestContainer interface
bsideup
committed
6d44b5d
View commit details
Copy full SHA for 6d44b5d
View code at this point
Browse repository at this point
move JavaDoc to TestContainer interface
bsideup
committed
69e7fe5
View commit details
Copy full SHA for 69e7fe5
View code at this point
Browse repository at this point
implement self-typing for better fluent builders
bsideup
committed
4cb5a1d
View commit details
Copy full SHA for 4cb5a1d
View code at this point
Browse repository at this point
Commits on Apr 28, 2016
Merge pull request #141 from outofcoffee/feature/chaining-filesystem-bind
Show description for 9962f8c
rnorth
committed
9962f8c
View commit details
Copy full SHA for 9962f8c
View code at this point
Browse repository at this point
Adds pluggable wait strategy, to enable containers to be checked for readiness using arbitrary logic. Adds HTTP(S) wait strategy to wait for a particular endpoint to be available.
outofcoffee
committed
1613efe
View commit details
Copy full SHA for 1613efe
View code at this point
Browse repository at this point
Allows chaining when adding file system binds.
outofcoffee
committed
5845160
View commit details
Copy full SHA for 5845160
View code at this point
Browse repository at this point
Commits on Apr 24, 2016
split parameter for extra host in 'hostname' and 'ipAddress', fix indent
tbinias
committed
0d72244
View commit details
Copy full SHA for 0d72244
View code at this point
Browse repository at this point
Commits on Apr 23, 2016
add support for extra hosts to GenericContainer
tbinias
committed
8dbe348
View commit details
Copy full SHA for 8dbe348
View code at this point
Browse repository at this point
Commits on Apr 17, 2016
[maven-release-plugin] prepare for next development iteration
rnorth
committed
86cd96f
View commit details
Copy full SHA for 86cd96f
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release testcontainers-1.0.4
rnorth
committed
5e9eaa6
View commit details
Copy full SHA for 5e9eaa6
View code at this point
Browse repository at this point
Merge pull request #131 from testcontainers/upgrade-docker-compose
Show description for 84f785e
rnorth
committed
84f785e
View commit details
Copy full SHA for 84f785e
View code at this point
Browse repository at this point
Merge pull request #130 from testcontainers/dockerfile-docs
Show description for f06e63c
rnorth
committed
f06e63c
View commit details
Copy full SHA for f06e63c
View code at this point
Browse repository at this point
Experimental capturing of log output on container start failure
Show description for 6b85bd8
rnorth
committed
6b85bd8
View commit details
Copy full SHA for 6b85bd8
View code at this point
Browse repository at this point
Update Dockerfile container docs following @bsideup's comments.
rnorth
committed
bbf659a
View commit details
Copy full SHA for bbf659a
View code at this point
Browse repository at this point
Commits on Apr 16, 2016
Refs #127: Upgrade dduportal/docker-compose container image to 1.6.0
rnorth
committed
4f85e8b
View commit details
Copy full SHA for 4f85e8b
View code at this point
Browse repository at this point
Refs #119: Add basic documentation about Dockerfile support
rnorth
committed
e928a6e
View commit details
Copy full SHA for e928a6e
View code at this point
Browse repository at this point
Commits on Apr 14, 2016
Refs #128: Amend liveness check port lookup to also check port bindings (used for fixed port mapping) if no ports are exposed via the usual mechanism
rnorth
committed
2b0a5c5
View commit details
Copy full SHA for 2b0a5c5
View code at this point
Browse repository at this point
Commits on Apr 9, 2016
Update imports (allow static imports)
rnorth
committed
d43df10
View commit details
Copy full SHA for d43df10
View code at this point
Browse repository at this point
Merge branch '103-docker-exec' of https://github.com/locationlabs/testcontainers-java into locationlabs-103-docker-exec
rnorth
committed
db843ab
View commit details
Copy full SHA for db843ab
View code at this point
Browse repository at this point
Minor style updates
rnorth
committed
2844eac
View commit details
Copy full SHA for 2844eac
View code at this point
Browse repository at this point
Commits on Apr 7, 2016
Refactoring callback so that followOutput and execInContainer use the same callback class. This
Show description for e68daa5
Oliver Stacey
committed
e68daa5
View commit details
Copy full SHA for e68daa5
View code at this point
Browse repository at this point
Added "docker exec" type functionality to GenericContainer. Made it clear
Show description for 542a7b0
Oliver Stacey
committed
542a7b0
View commit details
Copy full SHA for 542a7b0
View code at this point
Browse repository at this point
Introduced "minimumRunningDuration" on GenericContainer, to catch the case where a container starts
Show description for c681a6f
Oliver Stacey
committed
c681a6f
View commit details
Copy full SHA for c681a6f
View code at this point
Browse repository at this point
Move status-interpeting code into its own class, with its own unit tests.
Oliver Stacey
committed
08414c5
View commit details
Copy full SHA for 08414c5
View code at this point
Browse repository at this point
When starting a container fails, don't wait until the full timeout; bail out immediately.
Oliver Stacey
committed
d0a74b0
View commit details
Copy full SHA for d0a74b0
View code at this point
Browse repository at this point
Resolve race condition that would cause test to flap. As Testcontainers checks for a running container, if the container exits (even successfully) before the running state is detected, it will be t…
Show description for 4f569d2
rnorth
committed
4f569d2
View commit details
Copy full SHA for 4f569d2
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
Merge pull request #121 from logzio/slf4consumer-prefix
Show description for 5bf9b6b
rnorth
committed
5bf9b6b
View commit details
Copy full SHA for 5bf9b6b
View code at this point
Browse repository at this point
Merge pull request #119 from zeroturnaround/feature/dockerfile
Show description for 47741cb
rnorth
committed
47741cb
View commit details
Copy full SHA for 47741cb
View code at this point
Browse repository at this point
make DockerLoggerFactory more util-like
bsideup
committed
bdf64d3
View commit details
Copy full SHA for bdf64d3
View code at this point
Browse repository at this point
accept single string as image name in RemoteDockerImage
bsideup
committed
528ea33
View commit details
Copy full SHA for 528ea33
View code at this point
Browse repository at this point
Commits on Apr 5, 2016
make GenericContainer throw ContainerFetchException if docker image wasn't found
bsideup
committed
3341992
View commit details
Copy full SHA for 3341992
View code at this point
Browse repository at this point
remove @SneakyThrows, world is not ready yet :D
bsideup
committed
39dceb4
View commit details
Copy full SHA for 39dceb4
View code at this point
Browse repository at this point
PR Fixes to Slf4jLogConsumer
asafm
committed
7ed1712
View commit details
Copy full SHA for 7ed1712
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL