You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2017/11/06 16:26:52 UTC

[14/14] tinkerpop git commit: Merge branch 'tp32' into TINKERPOP-1802

Merge branch 'tp32' into TINKERPOP-1802


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/18655f7d
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/18655f7d
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/18655f7d

Branch: refs/heads/TINKERPOP-1802
Commit: 18655f7d5a1d8eaa40cca59b5f2f3ad5d2089e65
Parents: 31e9bdd f2b4fb9
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Mon Nov 6 09:26:27 2017 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Mon Nov 6 09:26:27 2017 -0700

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |    2 +
 docs/preprocessor/preprocess-file.sh            |    2 +-
 docs/src/recipes/index.asciidoc                 |    2 +
 docs/src/recipes/olap-spark-yarn.asciidoc       |  157 +++
 docs/src/reference/gremlin-variants.asciidoc    |    2 +-
 gremlin-dotnet/glv/AnonymousTraversal.template  |   11 +-
 gremlin-dotnet/glv/GraphTraversal.template      |   12 +-
 .../glv/GraphTraversalSource.template           |   24 +-
 gremlin-dotnet/glv/generate.groovy              |  228 +++-
 .../Gremlin.Net/Process/Traversal/Bindings.cs   |   36 +-
 .../Gremlin.Net/Process/Traversal/Bytecode.cs   |   80 +-
 .../Process/Traversal/GraphTraversal.cs         | 1123 +++++++++++++++---
 .../Process/Traversal/GraphTraversalSource.cs   |   92 +-
 .../Decoration/HaltedTraverserStrategy.cs       |    4 +
 .../Strategy/Decoration/PartitionStrategy.cs    |    7 +
 .../Strategy/Decoration/SubgraphStrategy.cs     |    7 +
 .../Decoration/VertexProgramStrategy.cs         |    4 +
 .../Finalization/MatchAlgorithmStrategy.cs      |    4 +
 .../src/Gremlin.Net/Process/Traversal/__.cs     |  910 +++++++++++---
 .../Structure/IO/GraphSON/ClassSerializer.cs    |   37 +
 .../Structure/IO/GraphSON/GraphSONWriter.cs     |    1 +
 .../BytecodeGenerationTests.cs                  |   14 +-
 .../BytecodeGeneration/StrategiesTests.cs       |   14 +-
 .../GraphTraversalTests.cs                      |    2 +-
 .../DriverRemoteConnection/StrategiesTests.cs   |   14 +
 .../Process/Traversal/BytecodeTests.cs          |  142 ++-
 .../Process/Traversal/Strategy/StrategyTests.cs |   31 +
 .../IO/GraphSON/GraphSONWriterTests.cs          |   13 +
 pom.xml                                         |    1 +
 spark-gremlin/pom.xml                           |    5 +-
 30 files changed, 2499 insertions(+), 482 deletions(-)
----------------------------------------------------------------------