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/06/12 14:06:27 UTC

[3/4] incubator-tinkerpop git commit: Merge branch 'TINKERPOP3-723-constant-step' of https://github.com/RedSeal-co/incubator-tinkerpop

Merge branch 'TINKERPOP3-723-constant-step' of https://github.com/RedSeal-co/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/d8903d8a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/d8903d8a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/d8903d8a

Branch: refs/heads/master
Commit: d8903d8a91613f73412df71b8ed74f8cd168d78e
Parents: 8cbc211 7f8274c
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Fri Jun 12 06:05:13 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Fri Jun 12 06:05:13 2015 -0600

----------------------------------------------------------------------
 docs/src/the-traversal.asciidoc                 | 19 +++++
 .../traversal/dsl/graph/GraphTraversal.java     | 10 +++
 .../gremlin/process/traversal/dsl/graph/__.java |  7 ++
 .../traversal/step/map/ConstantStep.java        | 57 ++++++++++++++
 .../step/map/GroovyConstantTest.groovy          | 44 +++++++++++
 .../process/GroovyProcessComputerSuite.java     |  2 +
 .../process/GroovyProcessStandardSuite.java     |  2 +
 .../gremlin/process/ProcessComputerSuite.java   |  3 +
 .../gremlin/process/ProcessStandardSuite.java   |  3 +
 .../traversal/step/map/ConstantTest.java        | 83 ++++++++++++++++++++
 10 files changed, 230 insertions(+)
----------------------------------------------------------------------