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/08/15 02:57:11 UTC

[2/4] incubator-tinkerpop git commit: Merge branch 'TINKERPOP3-760'

Merge branch 'TINKERPOP3-760'


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

Branch: refs/heads/master
Commit: 6e750f43d2a7ae03e792b08f3377401257f3e39a
Parents: ca2d112 0bb1136
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Fri Aug 14 21:14:39 2015 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Fri Aug 14 21:14:39 2015 +0200

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |   1 +
 .../traversal/dsl/graph/GraphTraversal.java     | 147 +++---------------
 .../gremlin/process/traversal/dsl/graph/__.java |  27 ++--
 .../process/traversal/lambda/LoopTraversal.java |  54 -------
 .../step/filter/WherePredicateStep.java         |  10 +-
 .../process/traversal/step/map/LoopsStep.java   |  37 +++++
 .../traversal/step/map/LoopsStepTest.java       |  40 +++++
 .../traversal/step/map/GroovyLoopsTest.groovy   |  56 +++++++
 .../step/sideEffect/GroovyProfileTest.groovy    |   2 +-
 .../process/GroovyProcessComputerSuite.java     |   1 +
 .../process/GroovyProcessStandardSuite.java     |   1 +
 .../gremlin/process/ProcessComputerSuite.java   |  23 +--
 .../gremlin/process/ProcessStandardSuite.java   |   2 +
 .../process/traversal/step/map/LoopsTest.java   | 152 +++++++++++++++++++
 .../traversal/step/sideEffect/ProfileTest.java  |  21 ++-
 15 files changed, 338 insertions(+), 236 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/6e750f43/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --cc CHANGELOG.asciidoc
index a423053,3d44e58..33d9413
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -26,9 -26,9 +26,10 @@@ image::https://raw.githubusercontent.co
  TinkerPop 3.1.0 (NOT OFFICIALLY RELEASED YET)
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  
+ * Added `LoopsStep` to make the loop counter accessible within `repeat()`, `until()` and `emit()`.
  * Gephi Plugin no longer requires manual insert of `store` steps to visualize a traversal.
  * Gephi Plugin visualizes `Path` objects.
 +* Added a `TinkerIoRegistry` that registers a custom serializer for Gryo that will serialize an entire `TinkerGraph` instance.
  * Added configuration options to Gephi Plugin for setting the size of nodes visualized.
  * Replaced `DedupBijectionStrategy` with the more effective `FilterRankingStrategy`.
  * `ComputerAwareSteps` must not only handle step ids, but also step labels.