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 2018/03/07 15:48:40 UTC

[46/50] tinkerpop git commit: Merge branch 'TINKERPOP-1777'

Merge branch 'TINKERPOP-1777'


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

Branch: refs/heads/TINKERPOP-1522
Commit: a35f009a043eac62f610ffaa28e43d7f6fbb86b6
Parents: 137f1e5 b6501ca
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Wed Mar 7 08:19:41 2018 -0700
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Wed Mar 7 08:19:41 2018 -0700

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |  2 +
 docs/src/upgrade/release-3.4.x.asciidoc         | 45 +++++++++++++++
 .../traversal/step/map/ComputerResultStep.java  |  4 +-
 .../process/traversal/step/filter/AndStep.java  |  2 +-
 .../traversal/step/map/MaxGlobalStep.java       |  8 ++-
 .../traversal/step/map/MaxLocalStep.java        |  9 ++-
 .../traversal/step/map/MeanGlobalStep.java      |  6 ++
 .../traversal/step/map/MeanLocalStep.java       |  4 +-
 .../traversal/step/map/MinGlobalStep.java       |  6 ++
 .../traversal/step/map/MinLocalStep.java        |  9 ++-
 .../traversal/step/map/SumGlobalStep.java       |  8 ++-
 .../traversal/step/map/SumLocalStep.java        |  9 ++-
 .../Gherkin/GherkinTestRunner.cs                |  2 +-
 gremlin-test/features/branch/Union.feature      |  3 +-
 gremlin-test/features/map/Max.feature           | 29 ++++++++++
 gremlin-test/features/map/Mean.feature          | 31 +++++++++-
 gremlin-test/features/map/Min.feature           | 29 ++++++++++
 gremlin-test/features/map/Order.feature         |  7 +--
 gremlin-test/features/map/Sum.feature           | 33 ++++++++++-
 gremlin-test/features/sideEffect/Group.feature  |  4 +-
 .../process/computer/GraphComputerTest.java     | 12 ++--
 .../traversal/step/branch/UnionTest.java        |  2 +-
 .../process/traversal/step/map/MaxTest.java     | 48 +++++++++++++++-
 .../process/traversal/step/map/MeanTest.java    | 43 ++++++++++++--
 .../process/traversal/step/map/MinTest.java     | 46 +++++++++++++++
 .../process/traversal/step/map/OrderTest.java   | 18 ++----
 .../process/traversal/step/map/SumTest.java     | 60 ++++++++++++++++++--
 .../traversal/step/sideEffect/GroupTest.java    | 11 +---
 .../SparkStarBarrierInterceptor.java            | 36 ++++++------
 .../structure/TinkerGraphPlayTest.java          |  7 +--
 30 files changed, 440 insertions(+), 93 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a35f009a/CHANGELOG.asciidoc
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a35f009a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/computer/GraphComputerTest.java
----------------------------------------------------------------------