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 2015/06/05 22:18:17 UTC

[24/26] incubator-tinkerpop git commit: Merge branch 'master' into preprocessor

Merge branch 'master' into preprocessor


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

Branch: refs/heads/master
Commit: 056e875227c445e3f90d78cb46c0ba92349dc44c
Parents: 4487087 a7966d1
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Fri Jun 5 20:45:48 2015 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Fri Jun 5 20:45:48 2015 +0200

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |   7 +
 README.asciidoc                                 |  21 +-
 docs/src/gremlin-applications.asciidoc          |  21 +-
 .../traversal/dsl/graph/GraphTraversal.java     |  18 +-
 .../gremlin/process/traversal/dsl/graph/__.java |   4 +
 .../gremlin/process/traversal/step/Scoping.java |  22 ++-
 .../traversal/step/filter/WhereStep.java        |  19 +-
 .../process/traversal/step/map/AddEdgeStep.java |  11 ++
 .../traversal/step/map/RangeLocalStep.java      |  79 +++++---
 .../traversal/step/map/SelectOneStep.java       |   9 +-
 .../process/traversal/step/map/SelectStep.java  |  10 +-
 .../traversal/step/map/TailLocalStep.java       |  15 +-
 .../traversal/step/map/match/MatchStep.java     |  15 +-
 .../step/util/CollectingBarrierStep.java        |  22 ++-
 .../traversal/step/util/NoOpBarrierStep.java    |   4 +
 .../strategy/finalization/ScopingStrategy.java  |  15 +-
 .../process/traversal/util/TraversalHelper.java |  23 ++-
 .../apache/tinkerpop/gremlin/util/TimeUtil.java |  16 ++
 gremlin-driver/pom.xml                          |   2 +-
 .../tinkerpop/gremlin/driver/Channelizer.java   |  18 +-
 .../tinkerpop/gremlin/driver/Settings.java      |   1 +
 .../step/filter/GroovyRangeTest.groovy          |  47 ++++-
 .../gremlin/server/AbstractChannelizer.java     | 107 +++++-----
 .../tinkerpop/gremlin/server/Channelizer.java   |  11 +-
 .../tinkerpop/gremlin/server/GremlinServer.java | 117 ++++-------
 .../tinkerpop/gremlin/server/Settings.java      |  52 +++--
 .../gremlin/server/channel/HttpChannelizer.java |  17 +-
 .../gremlin/server/channel/NioChannelizer.java  |  14 +-
 .../server/channel/WebSocketChannelizer.java    |  14 +-
 .../server/util/ServerGremlinExecutor.java      | 167 ++++++++++++++++
 .../gremlin/server/util/ThreadFactoryUtil.java  |  35 ++++
 .../tinkerpop/gremlin/server/GraphsTest.java    |   7 +-
 .../server/GremlinServerIntegrateTest.java      |  17 ++
 .../traversal/step/filter/RangeTest.java        | 195 ++++++++++++++++++-
 34 files changed, 869 insertions(+), 283 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/056e8752/docs/src/gremlin-applications.asciidoc
----------------------------------------------------------------------