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 2015/06/30 17:56:04 UTC

[02/10] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' into resultset-refactor

Merge remote-tracking branch 'origin/master' into resultset-refactor


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

Branch: refs/heads/master
Commit: 015ea494b6d2c20297325e405fe834c0abf02dee
Parents: 724f619 6a94788
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Jun 26 07:47:19 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Jun 26 07:47:19 2015 -0400

----------------------------------------------------------------------
 bin/gephi.mock                                  |  24 ++++
 bin/process-docs.sh                             |   2 +
 docs/src/gremlin-applications.asciidoc          |  74 +++++-------
 docs/src/implementations.asciidoc               |   2 +-
 docs/src/intro.asciidoc                         |   6 +-
 docs/src/the-traversal.asciidoc                 |  54 +++++----
 .../traversal/dsl/graph/GraphTraversal.java     |   6 +-
 .../gremlin/process/traversal/dsl/graph/__.java |   7 --
 .../process/traversal/step/map/MatchStep.java   | 118 ++++++++++++-------
 .../optimization/MatchPredicateStrategy.java    |   5 +-
 .../traversal/step/map/MatchStepTest.java       |  56 ++++++---
 .../MatchPredicateStrategyTest.java             |   5 +-
 .../traversal/step/map/GroovyMatchTest.groovy   |  74 ++++++------
 .../process/TraversalPerformanceTest.java       |   2 +-
 .../process/traversal/step/map/MatchTest.java   | 104 ++++++++--------
 .../neo4j/process/NativeNeo4jCypherTest.java    |  16 +--
 .../tinkergraph/structure/TinkerGraphTest.java  |  20 ++--
 17 files changed, 321 insertions(+), 254 deletions(-)
----------------------------------------------------------------------