This is an automated email from the ASF dual-hosted git repository. lyndonb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit f8a2df03c7529f597c72e3e0e2b96ed8c87d6dc5 Merge: 6f9e685d74 f94e203a7b Author: Lyndon Bauto <[email protected]> AuthorDate: Tue May 31 11:24:59 2022 -0700 Merge '3.6-dev' into master and solving conflicts .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(-)
