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 2018/10/31 13:53:07 UTC

[tinkerpop] branch TINKERPOP-2078 updated (c0c6d16 -> c67c48b)

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

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


 discard c0c6d16  TINKERPOP-2078 Remove _ suffix from Traversal_()
 discard a3742c0  TINKERPOP-2078 Added AnonymousTraversalSource for .NET
 discard b74037b  TINKERPOP-2078 Add anonymous traversal for js
 discard 64ba72b  TINKERPOP-2078 added anonymous traversal to python
 discard 4c63c99  TINKERPOP-2078 Introduced AnonymousTraversalSource
     add 5cc2536  TINKERPOP-2081: Fix PersistedOutputRDD to eager persist RDD
     add ed2f061  Merge branch 'pr-973' into tp33
     add 767851f  Backport 7445d18b05791e210c5d2682d7893ee4d47edb0a
     add aacdf7a  Merge branch 'tp32' into tp33
     add 4d2364c  gremlin-python: g:Set graphson deserializer should return a python set
     add 79cd801  Merge branch 'pr-964' into tp33
     add 94d1e27  Change example to not mutate the graph.
     add ddb2270  Merge branch 'tp32' into tp33
     add 9bda0fe  Used regular ArrayList in assertion
     add c610a18  Add default create() method to VertexProgram.Builder and remove unnecessary methods from test VPs
     add 717e29e  ensure public
     add 6dd4fed  Merge pull request #967 from PBGraff/TINKERPOP-2077
     add cdd41da  TINKERPOP-2068 bump jackson-databind to 2.9.7
     add 82cd53d  Merge branch 'TINKERPOP-2068-tp32' into TINKERPOP-2068-tp33
     add 4056ec4  Merge pull request #980 from apache/TINKERPOP-2068-tp33
     add 83db7b0  TINKERPOP-2078 Introduced AnonymousTraversalSource
     add f4d43c4  TINKERPOP-2078 added anonymous traversal to python
     add 7c738a7  TINKERPOP-2078 Add anonymous traversal for js
     add c67c48b  TINKERPOP-2078 Added AnonymousTraversalSource for .NET

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   (c0c6d16)
            \
             N -- N -- N   refs/heads/TINKERPOP-2078 (c67c48b)

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                                 |  3 +++
 docs/src/reference/gremlin-applications.asciidoc   |  9 ++++----
 docs/src/reference/gremlin-variants.asciidoc       |  7 +++---
 .../gremlin/process/computer/VertexProgram.java    |  4 ++++
 .../Process/Traversal/AnonymousTraversalSource.cs  |  2 +-
 .../Gherkin/CommonSteps.cs                         |  2 +-
 .../Gherkin/ScenarioData.cs                        |  6 ++---
 .../TraversalEvaluationTests.cs                    |  2 +-
 .../BytecodeGeneration/BytecodeGenerationTests.cs  | 10 +++++----
 .../BytecodeGeneration/StrategiesTests.cs          | 18 ++++++++-------
 .../Traversal/DriverRemoteConnection/EnumTests.cs  |  6 +++--
 .../GraphTraversalSourceTests.cs                   |  4 +++-
 .../DriverRemoteConnection/GraphTraversalTests.cs  | 26 ++++++++++++----------
 .../DriverRemoteConnection/PredicateTests.cs       |  6 +++--
 .../DriverRemoteConnection/SideEffectTests.cs      | 23 ++++++++++---------
 .../DriverRemoteConnection/StrategiesTests.cs      | 26 ++++++++++++----------
 .../Process/Traversal/Dsl/DslTest.cs               |  4 +++-
 .../ServiceTests.cs                                |  2 +-
 .../Process/Traversal/GraphTraversalSourceTests.cs |  9 ++++----
 .../gremlin_python/structure/io/graphsonV3d0.py    | 22 +++++++++++++-----
 .../jython/tests/structure/io/test_graphsonV3d0.py | 11 ++++++++-
 gremlin-shaded/pom.xml                             |  2 +-
 gremlin-test/features/map/Select.feature           |  4 ++--
 .../process/computer/GraphComputerTest.java        |  8 -------
 .../process/traversal/step/branch/ChooseTest.java  |  7 ++++--
 .../spark/structure/io/PersistedOutputRDD.java     | 12 +++++++---
 26 files changed, 142 insertions(+), 93 deletions(-)