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 2019/07/03 17:21:35 UTC

[tinkerpop] branch tp34 updated (8fe711d -> 525e24e)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch tp34
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 8fe711d  CTR: Fixed Gremlin Server docker script.
     add 525e24e  TINKERPOP-1553 Deprecate store(String) for aggregate(Scope,String)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |   1 +
 docs/src/reference/the-traversal.asciidoc          |  70 ++++++------
 docs/src/upgrade/release-3.4.x.asciidoc            |  13 +++
 .../traversal/dsl/graph/GraphTraversal.java        |  24 ++++-
 .../gremlin/process/traversal/dsl/graph/__.java    |   9 ++
 .../Process/Traversal/GraphTraversal.cs            |   9 ++
 .../src/Gremlin.Net/Process/Traversal/__.cs        |   8 ++
 .../test/cucumber/feature-steps.js                 |   1 +
 gremlin-test/features/sideEffect/Aggregate.feature |  88 ++++++++++++++-
 .../traversal/step/sideEffect/AggregateTest.java   | 118 ++++++++++++++++++++-
 ...tractTinkerGraphGraphSONTranslatorProvider.java |   4 +
 11 files changed, 303 insertions(+), 42 deletions(-)