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 2015/02/14 16:58:35 UTC

[4/4] incubator-tinkerpop git commit: Merge branch 'local' of https://github.com/dkuppitz/incubator-tinkerpop

Merge branch 'local' of https://github.com/dkuppitz/incubator-tinkerpop


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

Branch: refs/heads/master
Commit: 82bf088bb36a65d2ea2a22ede7f075e7da3f831f
Parents: e0086f3 ab6091c
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Sat Feb 14 08:58:22 2015 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Sat Feb 14 08:58:22 2015 -0700

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |   2 +-
 .../graph/traversal/ElementTraversal.java       |   9 +-
 .../process/graph/traversal/GraphTraversal.java |  16 ++-
 .../gremlin/process/graph/traversal/__.java     |   9 +-
 .../traversal/step/filter/RangeGlobalStep.java  | 113 ++++++++++++++++
 .../graph/traversal/step/filter/RangeStep.java  | 113 ----------------
 .../traversal/step/map/RangeLocalStep.java      |  54 ++++++++
 .../strategy/RangeByIsCountStrategy.java        |   9 +-
 .../step/filter/GroovyRangeTest.groovy          |  63 +++++++--
 .../process/GroovyProcessComputerSuite.java     |   3 +-
 .../gremlin/process/ProcessComputerSuite.java   |  54 +-------
 .../graph/traversal/step/filter/DedupTest.java  |   5 -
 .../graph/traversal/step/filter/RangeTest.java  | 134 ++++++++++++++++++-
 .../strategy/RangeByIsCountStrategyTest.java    |   7 +-
 .../tinkergraph/structure/TinkerGraphTest.java  |  11 +-
 15 files changed, 398 insertions(+), 204 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/82bf088b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/graph/traversal/GraphTraversal.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/82bf088b/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphTest.java
----------------------------------------------------------------------