You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ly...@apache.org on 2022/05/30 16:47:23 UTC

[tinkerpop] branch master updated (38c54072db -> 972a0c1549)

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

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


    from 38c54072db Merge branch '3.6-dev'
     add e991b66064 Invoking CTR as this is simple documentation and Bytecode exporting
     add fd50569dda Merge branch '3.5-dev' into 3.6-dev
     new 972a0c1549 Merge branch '3.6-dev'

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:
 docs/src/reference/gremlin-variants.asciidoc | 124 ++++++++++++++++
 gremlin-go/driver/anonymousTraversal.go      |   2 +-
 gremlin-go/driver/bytecode.go                |  22 +--
 gremlin-go/driver/bytecode_test.go           |  40 ++---
 gremlin-go/driver/client.go                  |   4 +-
 gremlin-go/driver/connection_test.go         |   4 +-
 gremlin-go/driver/driverRemoteConnection.go  |  12 +-
 gremlin-go/driver/error_codes.go             |   2 +-
 gremlin-go/driver/graphBinary.go             |  10 +-
 gremlin-go/driver/graphTraversal.go          | 213 ++++++++++++++-------------
 gremlin-go/driver/graphTraversalSource.go    |  44 +++---
 gremlin-go/driver/request.go                 |   4 +-
 gremlin-go/driver/serializer.go              |   2 +-
 gremlin-go/driver/strategies.go              |   2 +-
 gremlin-go/driver/strategies_test.go         |   2 +-
 gremlin-go/driver/traversal.go               |  10 +-
 gremlin-go/driver/traversal_test.go          |  20 +--
 17 files changed, 323 insertions(+), 194 deletions(-)


[tinkerpop] 01/01: Merge branch '3.6-dev'

Posted by ly...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 972a0c15495450838658e5d1900d2f29b4e1a7e4
Merge: 38c54072db fd50569dda
Author: Lyndon Bauto <ly...@bitquilltech.com>
AuthorDate: Mon May 30 09:46:26 2022 -0700

    Merge branch '3.6-dev'

 docs/src/reference/gremlin-variants.asciidoc | 124 ++++++++++++++++
 gremlin-go/driver/anonymousTraversal.go      |   2 +-
 gremlin-go/driver/bytecode.go                |  22 +--
 gremlin-go/driver/bytecode_test.go           |  40 ++---
 gremlin-go/driver/client.go                  |   4 +-
 gremlin-go/driver/connection_test.go         |   4 +-
 gremlin-go/driver/driverRemoteConnection.go  |  12 +-
 gremlin-go/driver/error_codes.go             |   2 +-
 gremlin-go/driver/graphBinary.go             |  10 +-
 gremlin-go/driver/graphTraversal.go          | 213 ++++++++++++++-------------
 gremlin-go/driver/graphTraversalSource.go    |  44 +++---
 gremlin-go/driver/request.go                 |   4 +-
 gremlin-go/driver/serializer.go              |   2 +-
 gremlin-go/driver/strategies.go              |   2 +-
 gremlin-go/driver/strategies_test.go         |   2 +-
 gremlin-go/driver/traversal.go               |  10 +-
 gremlin-go/driver/traversal_test.go          |  20 +--
 17 files changed, 323 insertions(+), 194 deletions(-)