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/12/14 15:35:41 UTC

[tinkerpop] branch master updated (25a9b14 -> 07baeb6)

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 25a9b14  Merge branch '3.5-dev'
     add 5a2a735  TINKERPOP-2645 Made hasId(null) consistent with V(null)
     new 07baeb6  Merge pull request #1511 from apache/TINKERPOP-2645

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 +
 .../tinkerpop/gremlin/jsr223/JavaTranslator.java   |   2 +-
 .../traversal/dsl/graph/GraphTraversal.java        |   9 +-
 .../process/traversal/step/util/HasContainer.java  |  51 ++--
 gremlin-dotnet/build/generate.groovy               |   3 +
 .../Gherkin/GherkinTestRunner.cs                   |   4 +
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |  51 ++--
 gremlin-javascript/build/generate.groovy           |   3 +-
 .../gremlin-javascript/test/cucumber/gremlin.js    |  51 ++--
 gremlin-python/build/generate.groovy               |   3 +
 gremlin-python/src/main/python/radish/gremlin.py   |  51 ++--
 gremlin-test/features/filter/Has.feature           | 275 ---------------------
 gremlin-test/features/filter/HasId.feature         | 215 ++++++++++++++++
 .../filter/{Filter.feature => HasLabel.feature}    | 156 +++++++-----
 14 files changed, 425 insertions(+), 450 deletions(-)
 create mode 100644 gremlin-test/features/filter/HasId.feature
 copy gremlin-test/features/filter/{Filter.feature => HasLabel.feature} (52%)

[tinkerpop] 01/01: Merge pull request #1511 from apache/TINKERPOP-2645

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 07baeb6d5b33375dbd47e0722bcafd58015b7f08
Merge: 25a9b14 5a2a735
Author: stephen mallette <sp...@users.noreply.github.com>
AuthorDate: Tue Dec 14 10:34:28 2021 -0500

    Merge pull request #1511 from apache/TINKERPOP-2645
    
    TINKERPOP-2645 Made hasId(null) consistent with V(null)

 CHANGELOG.asciidoc                                 |   1 +
 .../tinkerpop/gremlin/jsr223/JavaTranslator.java   |   2 +-
 .../traversal/dsl/graph/GraphTraversal.java        |   9 +-
 .../process/traversal/step/util/HasContainer.java  |  51 ++--
 gremlin-dotnet/build/generate.groovy               |   3 +
 .../Gherkin/GherkinTestRunner.cs                   |   4 +
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |  51 ++--
 gremlin-javascript/build/generate.groovy           |   3 +-
 .../gremlin-javascript/test/cucumber/gremlin.js    |  51 ++--
 gremlin-python/build/generate.groovy               |   3 +
 gremlin-python/src/main/python/radish/gremlin.py   |  51 ++--
 gremlin-test/features/filter/Has.feature           | 275 ---------------------
 gremlin-test/features/filter/HasId.feature         | 215 ++++++++++++++++
 gremlin-test/features/filter/HasLabel.feature      | 156 ++++++++++++
 14 files changed, 493 insertions(+), 382 deletions(-)