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 2016/05/12 13:14:33 UTC

[13/13] incubator-tinkerpop git commit: Merge branch 'master' into TINKERPOP-1281

Merge branch 'master' into TINKERPOP-1281


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

Branch: refs/heads/TINKERPOP-1281
Commit: c929fd4d53c705de840c53f48a7e4ae485217d86
Parents: 39d709d aeebae5
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Thu May 12 07:14:05 2016 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Thu May 12 07:14:05 2016 -0600

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |   3 +
 docs/src/recipes/index.asciidoc                 |   8 +
 .../recipes/traversal-component-reuse.asciidoc  |  71 +++++
 .../upgrade/release-3.1.x-incubating.asciidoc   |  13 +
 .../upgrade/release-3.2.x-incubating.asciidoc   |  18 ++
 .../gremlin/process/computer/Computer.java      |  14 +-
 .../gremlin/process/computer/GraphFilter.java   | 208 +++++++++++--
 .../optimization/GraphFilterStrategy.java       | 138 +++++++++
 .../process/traversal/TraversalStrategies.java  |   2 +
 .../process/computer/GraphFilterTest.java       | 310 ++++++++++++++++++-
 .../optimization/GraphFilterStrategyTest.java   |  74 +++++
 .../AbstractImportCustomizerProvider.java       |   6 +-
 .../computer/GroovyGraphFilterTest.groovy       |  98 ------
 .../tinkerpop/gremlin/AbstractGremlinTest.java  |   6 +-
 .../apache/tinkerpop/gremlin/TestHelper.java    |   2 +-
 .../traversal/step/sideEffect/SubgraphTest.java |   5 +-
 .../tinkerpop/gremlin/structure/EdgeTest.java   |  10 +-
 .../structure/GraphConstructionTest.java        |   2 +-
 .../tinkerpop/gremlin/structure/GraphTest.java  |  24 +-
 .../structure/GraphWritePerformanceTest.java    |   7 +-
 .../gremlin/structure/TransactionTest.java      |  76 ++---
 .../gremlin/structure/VertexPropertyTest.java   |  36 +--
 .../tinkerpop/gremlin/structure/VertexTest.java |  18 +-
 .../process/computer/TinkerGraphComputer.java   |   8 +
 24 files changed, 917 insertions(+), 240 deletions(-)
----------------------------------------------------------------------