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 12:44:57 UTC

[5/6] incubator-tinkerpop git commit: Merge branch 'TINKERPOP-1293'

Merge branch 'TINKERPOP-1293'


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

Branch: refs/heads/master
Commit: 1b914dea877c5dda189dca88132e777d1926317b
Parents: 8a6d49d 607b961
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Thu May 12 06:41:20 2016 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Thu May 12 06:41:20 2016 -0600

----------------------------------------------------------------------
 .../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 ------
 .../process/computer/TinkerGraphComputer.java   |   8 +
 9 files changed, 719 insertions(+), 139 deletions(-)
----------------------------------------------------------------------