You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ly...@apache.org on 2022/05/31 18:25:10 UTC

[tinkerpop] branch master updated (6f9e685d74 -> f8a2df03c7)

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


[tinkerpop] 01/01: Merge '3.6-dev' into master and solving conflicts

Posted by ly...@apache.org.
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 <ly...@bitquilltech.com>
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(-)