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:52 UTC

[tinkerpop] branch master updated (cc50113 -> 11f9949)

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

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


    from cc50113  Merge branch 'tp33'
     add 29eb3f0  TINKERPOP-2061 Added with() option for traversal configuration
     new 11f9949  Merge pull request #961 from apache/TINKERPOP-2061

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)


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

Posted by sp...@apache.org.
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(-)