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/02/19 17:48:45 UTC

[1/2] incubator-tinkerpop git commit: Update changelog.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 9f51f8fe9 -> 2286ce4f6


Update changelog.


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

Branch: refs/heads/master
Commit: 85d9ae2c21d62ed5ee6ae64477f4f261198d2e43
Parents: bf60f93
Author: Stephen Mallette <sp...@apache.org>
Authored: Thu Feb 19 11:48:26 2015 -0500
Committer: Stephen Mallette <sp...@apache.org>
Committed: Thu Feb 19 11:48:26 2015 -0500

----------------------------------------------------------------------
 CHANGELOG.asciidoc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/85d9ae2c/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 5ceb75c..e2166b6 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,6 +26,7 @@ TinkerPop 3.0.0.M8 (Release Date: NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 * Removed `Reducing.Reducer` and `ReducingStrategy`. Previous `Reducing` classes are now `MapReducer` classes.
+* Refactored the "process" test suite to allow for better test configuration with respect to different `TraversalEngine` implementations.
 * Added `hasNot(traversal)` which is a faster way of doing `has(traversal.count().is(0L))`.
 * `TraversalStrategy.apply(traversal)` is the new method signature as the `TraversalEngine` can be retrieved from the `Traversal`.
 * Added `TimeLimitedStrategy` which injects a `TimeLimit` step at the end of every `Traversal`.


[2/2] incubator-tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop

Posted by sp...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/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/2286ce4f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/2286ce4f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/2286ce4f

Branch: refs/heads/master
Commit: 2286ce4f6d4a2f561a2126329bf1c037c100d26f
Parents: 85d9ae2 9f51f8f
Author: Stephen Mallette <sp...@apache.org>
Authored: Thu Feb 19 11:48:39 2015 -0500
Committer: Stephen Mallette <sp...@apache.org>
Committed: Thu Feb 19 11:48:39 2015 -0500

----------------------------------------------------------------------
 .../graph/traversal/step/branch/BranchStep.java |  8 ++---
 .../graph/traversal/step/branch/LocalStep.java  |  4 +--
 .../graph/traversal/step/branch/RepeatStep.java | 12 +++----
 .../traversal/step/filter/ConjunctionStep.java  |  4 +--
 .../traversal/step/filter/DedupGlobalStep.java  |  4 +--
 .../traversal/step/filter/HasTraversalStep.java |  7 +++--
 .../traversal/step/filter/SampleGlobalStep.java |  4 +--
 .../graph/traversal/step/filter/WhereStep.java  |  5 ++-
 .../graph/traversal/step/map/CoalesceStep.java  |  4 +--
 .../graph/traversal/step/map/PathStep.java      |  4 +--
 .../graph/traversal/step/map/SelectOneStep.java |  6 ++--
 .../graph/traversal/step/map/SelectStep.java    | 14 ++++++---
 .../traversal/step/map/match/MatchStep.java     |  4 +--
 .../step/sideEffect/AggregateStep.java          |  4 +--
 .../step/sideEffect/GroupCountStep.java         |  4 +--
 .../traversal/step/sideEffect/GroupStep.java    | 12 +++----
 .../traversal/step/sideEffect/StoreStep.java    |  4 +--
 .../traversal/step/sideEffect/TreeStep.java     |  4 +--
 .../process/traversal/step/TraversalParent.java | 33 +++-----------------
 .../traverser/B_O_PA_S_SE_SL_Traverser.java     | 16 ----------
 .../step/branch/GroovyBranchTest.groovy         |  4 +--
 .../step/filter/GroovyFilterTest.groovy         | 18 +++++------
 .../traversal/step/map/GroovyMapTest.groovy     |  8 ++---
 .../traversal/step/map/GroovyOrderTest.groovy   | 15 +++++----
 .../graph/traversal/step/filter/RangeTest.java  |  8 +++--
 .../tinkergraph/structure/TinkerGraphTest.java  |  5 +--
 26 files changed, 91 insertions(+), 124 deletions(-)
----------------------------------------------------------------------