This is an automated email from the ASF dual-hosted git repository.
cmarcum pushed a change to branch task/geb-testcontainers
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
from 120e2c5b remove codenarc issue from the temporary section of README.md.
new beed1394 add Dockerfile that includes Docker. separate
docker-entrypoint from build-in-docker.sh and add starting Docker daemon.
new 88d5de8c make container interactive and fix circleci user permissions.
new ead468c9 remove plugin
new 924f75c0 fix container networking.
new 05923303 fix container networking.
new cea15ec1 fix codenarc violations.
new ac4b631c rename files containing Grails.
new e1d1429e remove unneeded testcontainer setting from dockerfile.
new cadf9053 rename grails system properties.
new d575ecfa add container building section.
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CONTRIBUTING.md | 23 ++++++++++
build-in-docker.sh => Dockerfile | 52 ++++++++++++++++------
build-in-docker.sh | 28 +++++++-----
build-in-docker.sh => docker-entrypoint.sh | 28 ++++++------
integration/geb-testcontainers/README.md | 32 ++++++-------
.../geb-testcontainers/geb-testcontainers.gradle | 11 +++--
.../org/demo/spock/PerTestRecordingSpec.groovy | 4 +-
...tension.groovy => ContainerGebExtension.groovy} | 4 +-
...Settings.groovy => GebContainerSettings.groovy} | 32 ++++++-------
.../plugin/geb/WebDriverContainerHolder.groovy | 46 +++++++++++++++----
...ockframework.runtime.extension.IGlobalExtension | 2 +-
11 files changed, 170 insertions(+), 92 deletions(-)
copy build-in-docker.sh => Dockerfile (54%)
mode change 100755 => 100644
copy build-in-docker.sh => docker-entrypoint.sh (62%)
mode change 100755 => 100644
rename
integration/geb-testcontainers/src/main/groovy/grails/plugin/geb/{GrailsContainerGebExtension.groovy
=> ContainerGebExtension.groovy} (97%)
rename
integration/geb-testcontainers/src/main/groovy/grails/plugin/geb/{GrailsGebSettings.groovy
=> GebContainerSettings.groovy} (76%)