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 2022/07/11 21:15:39 UTC

[tinkerpop] branch master updated (8dc8197852 -> 518701dbde)

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 8dc8197852 Merge branch '3.6-dev'
     add 87869ef542 Fix unresolved merge conflict in gremlin-go cucumber test
     add 81f884e278 Added int8 (to Short) & uint/uint64 (to BigInt) for GraphBinary serialization
     new 36a2e9bb57 Merge branch 'pr-1749' into 3.5-dev
     add 9ea42b88e1 added return in SingleByte and SingleChar & fix if check bug
     add 2a2b6e6005 Adding unit tests for the change.
     new 89669451ed Merge branch 'pr-1750' into 3.5-dev
     new dd04fd0a9c Merge branch '3.5-dev' into 3.6-dev
     new 518701dbde Merge branch '3.6-dev'

The 4 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:
 .../traversal/translator/GolangTranslator.java     |   3 -
 gremlin-go/driver/cucumber/gremlin.go              | 170 ++++-----------------
 gremlin-go/driver/graphBinary.go                   |  23 ++-
 gremlin-go/driver/graphBinary_test.go              |  30 ++++
 .../src/main/python/gremlin_python/statics.py      |   6 +-
 .../src/main/python/tests/test_statics.py          |  26 ++++
 6 files changed, 102 insertions(+), 156 deletions(-)


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

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 518701dbdeae09868f857e4710c8c7f30197675e
Merge: 8dc8197852 dd04fd0a9c
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Jul 11 17:15:29 2022 -0400

    Merge branch '3.6-dev'

 .../traversal/translator/GolangTranslator.java     |   3 -
 gremlin-go/driver/cucumber/gremlin.go              | 170 ++++-----------------
 gremlin-go/driver/graphBinary.go                   |  23 ++-
 gremlin-go/driver/graphBinary_test.go              |  30 ++++
 .../src/main/python/gremlin_python/statics.py      |   6 +-
 .../src/main/python/tests/test_statics.py          |  26 ++++
 6 files changed, 102 insertions(+), 156 deletions(-)


[tinkerpop] 03/04: Merge branch '3.5-dev' into 3.6-dev

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 dd04fd0a9cd9d003401244b8b2cfd8ff4556066f
Merge: 87869ef542 89669451ed
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Jul 11 16:59:54 2022 -0400

    Merge branch '3.5-dev' into 3.6-dev

 gremlin-go/driver/graphBinary.go                   | 23 ++++++++++++-----
 gremlin-go/driver/graphBinary_test.go              | 30 ++++++++++++++++++++++
 .../src/main/python/gremlin_python/statics.py      |  6 ++---
 .../src/main/python/tests/test_statics.py          | 26 +++++++++++++++++++
 4 files changed, 76 insertions(+), 9 deletions(-)



[tinkerpop] 02/04: Merge branch 'pr-1750' into 3.5-dev

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 89669451ed1322a03e0e5c551367511d22322f27
Merge: 36a2e9bb57 2a2b6e6005
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Jul 11 16:59:30 2022 -0400

    Merge branch 'pr-1750' into 3.5-dev

 .../src/main/python/gremlin_python/statics.py      |  6 ++---
 .../src/main/python/tests/test_statics.py          | 26 ++++++++++++++++++++++
 2 files changed, 29 insertions(+), 3 deletions(-)


[tinkerpop] 01/04: Merge branch 'pr-1749' into 3.5-dev

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 36a2e9bb574a277455ab2fa336c438432294473d
Merge: 8901fe6af8 81f884e278
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Jul 11 16:59:26 2022 -0400

    Merge branch 'pr-1749' into 3.5-dev

 gremlin-go/driver/graphBinary.go      | 23 +++++++++++++++++------
 gremlin-go/driver/graphBinary_test.go | 30 ++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+), 6 deletions(-)