You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by rd...@apache.org on 2018/10/30 12:22:54 UTC

[tinkerpop] branch TINKERPOP-2068-master updated (dfb9e5e -> eeed2c7)

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

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


 discard dfb9e5e  Merge branch 'TINKERPOP-2068' into TINKERPOP-2068-master
    omit 4df8e16  TINKERPOP-2068 bump jackson-databind to 2.9.7
     add 7445d18  TINKERPOP-2074 Only push NuGet for current version CTR
     add 971c348  Merge branch 'tp33'
     add f603049  TINKERPOP-2062 added Traversal class to CoreImports
     add 9a4dbe4  Merge pull request #971 from apache/TINKERPOP-2062
     add e3d8946  Merge branch 'tp33'
     add 4b635a4  Bump to 3.2.11-SNAPSHOT
     add d5c4949  Merge branch 'tp32' into tp33
     add ba6a19c  Merge branch 'tp33'
     add 5cc2536  TINKERPOP-2081: Fix PersistedOutputRDD to eager persist RDD
     add ed2f061  Merge branch 'pr-973' into tp33
     add c131918  Merge branch 'tp33'
     add 767851f  Backport 7445d18b05791e210c5d2682d7893ee4d47edb0a
     add aacdf7a  Merge branch 'tp32' into tp33
     add 3bef734  Merge branch 'tp33'
     add 4d2364c  gremlin-python: g:Set graphson deserializer should return a python set
     add 79cd801  Merge branch 'pr-964' into tp33
     add 28a3d55  Merge branch 'tp33'
     add 94d1e27  Change example to not mutate the graph.
     add ddb2270  Merge branch 'tp32' into tp33
     add 42371d8  Merge branch 'tp33'
     add 9bda0fe  Used regular ArrayList in assertion
     add a9e0cc2  Merge branch 'tp33'
     add cdd41da  TINKERPOP-2068 bump jackson-databind to 2.9.7
     add 82cd53d  Merge branch 'TINKERPOP-2068-tp32' into TINKERPOP-2068-tp33
     add eeed2c7  Merge branch 'TINKERPOP-2068-tp33' into TINKERPOP-2068-master

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   (dfb9e5e)
            \
             N -- N -- N   refs/heads/TINKERPOP-2068-master (eeed2c7)

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                                 | 10 +++++++++-
 docs/src/reference/gremlin-applications.asciidoc   |  9 +++++----
 docs/src/reference/gremlin-variants.asciidoc       |  7 ++++---
 docs/src/upgrade/release-3.2.x-incubating.asciidoc |  7 +++++++
 gremlin-core/pom.xml                               |  2 +-
 .../tinkerpop/gremlin/jsr223/CoreImports.java      |  2 ++
 gremlin-dotnet/src/pom.xml                         |  4 ++--
 .../gremlin_python/structure/io/graphsonV3d0.py    | 22 +++++++++++++++++-----
 .../jython/tests/structure/io/test_graphsonV3d0.py | 11 ++++++++++-
 gremlin-test/features/map/Select.feature           |  4 ++--
 .../process/traversal/step/branch/ChooseTest.java  |  7 +++++--
 .../spark/structure/io/PersistedOutputRDD.java     | 12 +++++++++---
 12 files changed, 73 insertions(+), 24 deletions(-)