You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2021/11/19 12:41:28 UTC

[tinkerpop] branch master updated (05ad95a -> 849aa95)

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(-)

[tinkerpop] 01/01: Merge pull request #1497 from apache/TINKERPOP-2613

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 849aa95ee17f9aefd1f5cb1a15f5cae081336cd7
Merge: 05ad95a 57f1fa8
Author: stephen mallette <sp...@users.noreply.github.com>
AuthorDate: Fri Nov 19 07:39:13 2021 -0500

    Merge pull request #1497 from apache/TINKERPOP-2613
    
    TINKERPOP-2613 Improved behavior of V(null)

 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(-)