This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 26f262dea4 Merge branch '3.6-dev'
add 21d6d807ba TINKERPOP-2873 Added union() as a start step
new 9bc4d0c8bd Merge pull request #2069 from apache/TINKERPOP-2873
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:
CHANGELOG.asciidoc | 1 +
docs/src/reference/the-traversal.asciidoc | 2 +
docs/src/upgrade/release-3.7.x.asciidoc | 48 ++++++++---
.../grammar/DefaultGremlinBaseVisitor.java | 5 +-
.../language/grammar/TraversalRootVisitor.java | 2 +-
.../grammar/TraversalSourceSpawnMethodVisitor.java | 13 ++-
.../traversal/dsl/graph/GraphTraversalSource.java | 17 ++++
.../process/traversal/step/branch/UnionStep.java | 33 +++++++-
.../Process/Traversal/GraphTraversalSource.cs | 13 +++
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 6 ++
gremlin-go/driver/cucumber/gremlin.go | 6 ++
gremlin-go/driver/graphTraversalSource.go | 7 ++
.../lib/process/graph-traversal.js | 10 +++
.../gremlin-javascript/test/cucumber/gremlin.js | 6 ++
gremlin-language/src/main/antlr4/Gremlin.g4 | 5 ++
.../gremlin_python/process/graph_traversal.py | 5 ++
.../gremlin/test/features/branch/Union.feature | 93 ++++++++++++++++++++++
.../test/features/sideEffect/Inject.feature | 25 ++++--
18 files changed, 275 insertions(+), 22 deletions(-)