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 2021/03/01 13:03:32 UTC

[tinkerpop] branch master updated (e8d4f4b -> aaa2c54)

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 e8d4f4b  Fixed bad formatting in docs that prevented build CTR
     add 52ce578  TINKERPOP-2513 Improved error messaging in Gremln construction.
     new aaa2c54  Merge branch 'TINKERPOP-2513'

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                                 |  2 +
 .../traversal/dsl/graph/GraphTraversal.java        | 63 +++++++++++---
 .../traversal/step/map/AddEdgeStartStep.java       | 27 +++++-
 .../process/traversal/step/map/AddEdgeStep.java    | 19 ++++-
 .../traversal/step/sideEffect/AddPropertyStep.java |  8 ++
 .../tinkergraph/structure/TinkerGraphTest.java     | 95 ++++++++++++++++++++++
 6 files changed, 195 insertions(+), 19 deletions(-)


[tinkerpop] 01/01: Merge branch 'TINKERPOP-2513'

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 aaa2c5433ada952ba0c703b91533a5bd73ce6010
Merge: e8d4f4b 52ce578
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Mar 1 08:03:10 2021 -0500

    Merge branch 'TINKERPOP-2513'

 CHANGELOG.asciidoc                                 |  2 +
 .../traversal/dsl/graph/GraphTraversal.java        | 63 +++++++++++---
 .../traversal/step/map/AddEdgeStartStep.java       | 27 +++++-
 .../process/traversal/step/map/AddEdgeStep.java    | 19 ++++-
 .../traversal/step/sideEffect/AddPropertyStep.java |  8 ++
 .../tinkergraph/structure/TinkerGraphTest.java     | 95 ++++++++++++++++++++++
 6 files changed, 195 insertions(+), 19 deletions(-)