This is an automated email from the ASF dual-hosted git repository.
lyndonb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 6f9e685d74 Merge branch '3.6-dev'
add 6b0169e37b Gremlin-Go: Updated Docker Testing Set Up (#1665)
add 5fb7888f4e Added getters to high and low properties in RangeLocalStep
(#1667)
add f94e203a7b Merge '3.5-dev' into 3.6-dev and solving conflicts
new f8a2df03c7 Merge '3.6-dev' into master and solving conflicts
The 1 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:
.github/workflows/build-test.yml | 5 +-
.gitignore | 1 +
CHANGELOG.asciidoc | 1 +
.../process/traversal/step/map/RangeLocalStep.java | 9 ++++
gremlin-go/Dockerfile | 18 ++-----
gremlin-go/README.md | 25 +++++++--
gremlin-go/docker-compose.yml | 15 +++---
gremlin-go/docker/docker-entrypoint.sh | 2 +
.../docker/gremlin-server-integration-secure.yaml | 1 +
gremlin-go/docker/gremlin-server-integration.yaml | 1 +
gremlin-go/run.sh | 50 ++++++++++++++++++
gremlin-go/wait-for-server.sh | 60 ++++++++++++++++++++++
12 files changed, 162 insertions(+), 26 deletions(-)
create mode 100755 gremlin-go/run.sh
create mode 100755 gremlin-go/wait-for-server.sh