This is an automated email from the ASF dual-hosted git repository.
Cole-Greer pushed a change to branch 3.8-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 6d0e2c259d Merge branch '3.7-dev' into 3.8-dev
add 4722890ed8 TINKERPOP-3244 Add NextN(n) to Traversal in gremlin-go
(3.7-dev)
add 5565acef95 Merge pull request #3430 from
L0Lmaker/improvement/TINKERPOP-3244-go-next-n-3.7
add 9ba0b887bd Configure GitHub workflows to use concurrency
cancel-in-progress for (#3454)
add 9c7135143b Bump codecov/codecov-action from 6 to 7 (#3452)
new 4e791ed92f Merge branch '3.7-dev' into 3.8-dev
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 | 7 +-
.github/workflows/codeql.yml | 4 +
CHANGELOG.asciidoc | 1 +
docs/src/reference/gremlin-variants.asciidoc | 6 +-
gremlin-go/driver/traversal.go | 28 ++++++
gremlin-go/driver/traversal_test.go | 127 +++++++++++++++++++++++++++
6 files changed, 170 insertions(+), 3 deletions(-)