You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2017/01/17 12:01:36 UTC

[6/6] tinkerpop git commit: Merge branch 'TINKERPOP-1549'

Merge branch 'TINKERPOP-1549'


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

Branch: refs/heads/master
Commit: 5b653b5a4b917cb9be0b06ad6f84c5579dfbd506
Parents: 20478d7 41f1288
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Tue Jan 17 13:00:51 2017 +0100
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Tue Jan 17 13:00:51 2017 +0100

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |  1 +
 docs/src/reference/the-traversal.asciidoc       | 30 +++++++++++-
 .../traversal/dsl/graph/GraphTraversal.java     | 13 +++++
 .../gremlin/process/traversal/dsl/graph/__.java | 14 ++++++
 .../traversal/step/filter/RangeGlobalStep.java  | 18 ++++---
 .../traversal/step/map/OrderGlobalStep.java     |  2 +-
 .../process/traversal/step/StepTest.java        |  1 -
 .../step/filter/RangeGlobalStepTest.java        |  1 +
 .../step/filter/GroovyRangeTest.groovy          | 15 ++++++
 .../gremlin_python/process/graph_traversal.py   | 11 +++++
 .../traversal/step/filter/RangeTest.java        | 50 ++++++++++++++++++++
 11 files changed, 147 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


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

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5b653b5a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5b653b5a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/__.java
----------------------------------------------------------------------