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/11 11:28:35 UTC

[tinkerpop] branch TINKERPOP-2317 updated (fc05d92 -> b09ba5b)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch TINKERPOP-2317
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


 discard fc05d92  TINKERPOP-2317 Cleaned up docs around jython
 discard 65ebbed  TINKERPOP-2317 Removed Jython support
 discard 7e9f3e9  TINKERPOP-2317 Removed Python 2 support
     add 2ca82c8  CTR: Replaced `ifconfig` with `ip`.
     add c8f8039  Merge branch 'tp33' into tp34
     add 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
     add 06180aa  Merge branch 'tp34'
     add 6387f0f  Bump and better set Python dependency versions CTR
     add 4ede832  Merge branch 'tp33' into tp34
     add fcf340d  Merge branch 'tp34'
     add 83e2a60  TINKERPOP-2317 Removed Python 2 support
     add 4709e52  TINKERPOP-2317 Removed Jython support
     add b09ba5b  TINKERPOP-2317 Cleaned up docs around jython

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (fc05d92)
            \
             N -- N -- N   refs/heads/TINKERPOP-2317 (b09ba5b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |   4 +-
 docker/scripts/build.sh                            |   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-python/src/main/python/setup.py            |   6 +-
 gremlin-test/features/filter/Has.feature           |  54 +++++--
 .../process/traversal/step/filter/HasTest.java     |  30 ++++
 .../util/detached/DetachedPropertyTest.java        |  14 +-
 10 files changed, 287 insertions(+), 61 deletions(-)