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 2018/10/22 19:44:53 UTC

[tinkerpop] 01/01: Merge pull request #961 from apache/TINKERPOP-2061

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

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

commit 11f9949c8e8e122789d95fa75d62d36b242b0b2d
Merge: cc50113 29eb3f0
Author: stephen mallette <sp...@users.noreply.github.com>
AuthorDate: Mon Oct 22 13:04:38 2018 -0400

    Merge pull request #961 from apache/TINKERPOP-2061
    
    TINKERPOP-2061 Added with() option for traversal configuration

 CHANGELOG.asciidoc                                 |  4 ++-
 docs/src/upgrade/release-3.4.x.asciidoc            | 10 ++++++-
 .../gremlin/process/traversal/TraversalSource.java | 35 ++++++++++++++++++++++
 .../traversal/dsl/graph/GraphTraversal.java        |  1 +
 .../traversal/dsl/graph/GraphTraversalSource.java  | 17 +++++++++++
 .../Process/Traversal/GraphTraversalSource.cs      | 16 ++++++++++
 .../DriverRemoteConnection/GraphTraversalTests.cs  |  6 ++--
 .../lib/process/graph-traversal.js                 | 10 +++++++
 .../gremlin_python/process/graph_traversal.py      |  5 ++++
 .../src/main/jython/tests/driver/test_client.py    |  5 ++++
 .../strategy/decoration/OptionsStrategyTest.java   | 13 +++++++-
 11 files changed, 117 insertions(+), 5 deletions(-)