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 2019/12/09 20:13:50 UTC

[tinkerpop] branch master updated (ea17408 -> 06180aa)

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 ea17408  Merge branch 'tp34'
     add 736a7e1  TINKERPOP-2318 fix: Property comparison with element
     add ad4e591  TINKERPOP-2313 Support g.E().properties().hasKey('xx') & hasValue('xx')
     add 73a8e23  merge has(k,v) filter code for edges and vertices in HasContainer.test()
     add ae25f97  Update CHANGELOG and upgrade documentation
     add a44cb86  Merge branch 'pr-1224' into tp34
     add 61e4585  Minor wording changes to changelog/upgrade docs and formatting CTR
     new 06180aa  Merge branch 'tp34'

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                                 |   4 +-
 docs/src/upgrade/release-3.4.x.asciidoc            | 162 +++++++++++++++++++++
 .../process/traversal/step/util/HasContainer.java  |  50 ++++---
 .../gremlin/structure/util/ElementHelper.java      |  12 +-
 .../gremlin/structure/util/ElementHelperTest.java  |  12 +-
 gremlin-test/features/filter/Has.feature           |  54 +++++--
 .../process/traversal/step/filter/HasTest.java     |  30 ++++
 .../util/detached/DetachedPropertyTest.java        |  14 +-
 8 files changed, 282 insertions(+), 56 deletions(-)


[tinkerpop] 01/01: Merge branch 'tp34'

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 06180aacee420e15bbad762f69e4611db93a532f
Merge: ea17408 61e4585
Author: stephen <sp...@gmail.com>
AuthorDate: Mon Dec 9 15:13:32 2019 -0500

    Merge branch 'tp34'

 CHANGELOG.asciidoc                                 |   4 +-
 docs/src/upgrade/release-3.4.x.asciidoc            | 162 +++++++++++++++++++++
 .../process/traversal/step/util/HasContainer.java  |  50 ++++---
 .../gremlin/structure/util/ElementHelper.java      |  12 +-
 .../gremlin/structure/util/ElementHelperTest.java  |  12 +-
 gremlin-test/features/filter/Has.feature           |  54 +++++--
 .../process/traversal/step/filter/HasTest.java     |  30 ++++
 .../util/detached/DetachedPropertyTest.java        |  14 +-
 8 files changed, 282 insertions(+), 56 deletions(-)