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 05ad95a Merge pull request #1492 from apache/TINKERPOP-2611
add 57f1fa8 TINKERPOP-2613 Improved behavior of V(null)
new 849aa95 Merge pull request #1497 from apache/TINKERPOP-2613
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 +
.../traversal/dsl/graph/GraphTraversal.java | 9 ++-
.../traversal/dsl/graph/GraphTraversalSource.java | 14 ++--
.../gremlin/structure/util/ElementHelper.java | 4 +-
.../translator/JavascriptTranslatorTest.java | 8 +-
.../Process/Traversal/GraphTraversal.cs | 11 ++-
.../Process/Traversal/GraphTraversalSource.cs | 22 +++++-
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 8 ++
gremlin-javascript/build/generate.groovy | 4 +
.../gremlin-javascript/test/cucumber/gremlin.js | 8 ++
gremlin-python/src/main/python/radish/gremlin.py | 8 ++
gremlin-test/features/map/Vertex.feature | 85 ++++++++++++++++++++++
.../gremlin/neo4j/structure/Neo4jGraph.java | 16 +++-
.../gremlin/tinkergraph/structure/TinkerGraph.java | 2 +
14 files changed, 178 insertions(+), 22 deletions(-)