You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/04/30 19:53:33 UTC

[3/4] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master'

Merge remote-tracking branch 'origin/master'


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

Branch: refs/heads/master
Commit: 290a5e3216b5d49df50c7a25e72a09aa57e70e9f
Parents: e6e4e6f c14a5de
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Apr 30 13:31:08 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Apr 30 13:31:08 2015 -0400

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |  2 +
 .../traversal/TraversalScriptSupplier.java      | 15 ++++--
 .../traversal/TraversalVertexProgram.java       |  4 +-
 .../tinkerpop/gremlin/structure/Compare.java    |  8 +--
 .../tinkerpop/gremlin/structure/Element.java    |  2 +-
 .../process/computer/ComputerTestHelper.groovy  | 11 +++--
 .../step/branch/GroovyLocalTest.groovy          | 19 ++++----
 .../step/branch/GroovyRepeatTest.groovy         | 12 ++---
 .../step/branch/GroovyUnionTest.groovy          | 10 ++--
 .../step/filter/GroovyCyclicPathTest.groovy     |  8 +--
 .../step/filter/GroovyExceptTest.groovy         | 12 ++---
 .../step/filter/GroovyFilterTest.groovy         |  6 +--
 .../step/filter/GroovyHasNotTest.groovy         |  4 +-
 .../traversal/step/filter/GroovyHasTest.groovy  | 29 ++++++-----
 .../traversal/step/filter/GroovyIsTest.groovy   | 22 +++++----
 .../step/filter/GroovyRetainTest.groovy         | 10 ++--
 .../step/filter/GroovySimplePathTest.groovy     |  6 +--
 .../step/map/GroovyCoalesceTest.groovy          |  8 +--
 .../traversal/step/map/GroovyMapTest.groovy     |  8 +--
 .../traversal/step/map/GroovyPathTest.groovy    |  6 +--
 .../step/map/GroovyPropertiesTest.groovy        |  8 +--
 .../traversal/step/map/GroovySelectTest.groovy  | 18 +++----
 .../step/map/GroovyValueMapTest.groovy          |  6 +--
 .../traversal/step/map/GroovyVertexTest.groovy  | 51 ++++++++++----------
 .../traversal/step/branch/UnionTest.java        |  3 +-
 .../process/traversal/step/filter/IsTest.java   |  7 ++-
 26 files changed, 154 insertions(+), 141 deletions(-)
----------------------------------------------------------------------