You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by da...@apache.org on 2016/10/07 15:06:54 UTC

[14/36] tinkerpop git commit: Merge branch 'TINKERPOP-1455'

Merge branch 'TINKERPOP-1455'


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

Branch: refs/heads/TINKERPOP-1458
Commit: 8e4f3e0e4dd98fb8d7d55eeefaf601b85278c8cb
Parents: d43d4e0 894ff3d
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Thu Oct 6 11:27:58 2016 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Thu Oct 6 11:27:58 2016 -0600

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |  10 ++
 docs/src/reference/gremlin-variants.asciidoc    |  19 +++
 .../upgrade/release-3.2.x-incubating.asciidoc   |  73 +++++++++++
 .../gremlin/jsr223/JavaTranslator.java          |  58 ++++++---
 .../gremlin/process/computer/Computer.java      |  59 +++++++++
 .../computer/util/GraphComputerHelper.java      |  25 ++++
 .../gremlin/process/traversal/Bindings.java     |   5 +
 .../gremlin/process/traversal/Bytecode.java     |  72 ++++++++---
 .../process/traversal/TraversalSource.java      | 111 +++++++++++------
 .../process/traversal/TraversalStrategy.java    |  13 ++
 .../dsl/graph/GraphTraversalSource.java         |  39 ++++--
 .../strategy/decoration/ElementIdStrategy.java  |  27 ++++-
 .../decoration/HaltedTraverserStrategy.java     |  23 ++++
 .../strategy/decoration/PartitionStrategy.java  |  79 ++++++++++--
 .../strategy/decoration/SubgraphStrategy.java   |  53 ++++++--
 .../finalization/MatchAlgorithmStrategy.java    |  24 ++++
 .../StandardVerificationStrategy.java           |   1 +
 .../gremlin/jsr223/JavaTranslatorTest.java      |  68 +++++++++++
 .../gremlin/process/traversal/BytecodeTest.java |  42 +++++++
 .../dsl/graph/GraphTraversalSourceTest.java     |  28 +++++
 .../groovy/jsr223/GroovyTranslatorTest.java     |  37 +++++-
 .../gremlin/groovy/jsr223/GroovyTranslator.java |  39 ++++--
 .../python/TraversalSourceGenerator.groovy      |  17 ++-
 .../jsr223/GremlinJythonScriptEngine.java       |   9 +-
 .../gremlin/python/jsr223/PythonTranslator.java |  30 ++++-
 .../jython/gremlin_python/process/traversal.py  |  17 ++-
 .../gremlin_python/structure/io/graphson.py     |   5 +-
 .../driver/test_driver_remote_connection.py     |  25 +++-
 .../python/jsr223/JythonTranslatorTest.java     |  34 ++++++
 .../PartitionStrategyProcessTest.java           | 121 +++++++++----------
 .../decoration/SubgraphStrategyProcessTest.java |  48 ++++----
 .../process/TinkerGraphComputerProvider.java    |  10 +-
 .../TinkerGraphGroovyTranslatorProvider.java    |   3 +
 .../TinkerGraphJavaTranslatorProvider.java      |   3 +
 .../decoration/HaltedTraverserStrategyTest.java |  10 +-
 35 files changed, 1017 insertions(+), 220 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/8e4f3e0e/CHANGELOG.asciidoc
----------------------------------------------------------------------