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

kenhuuu pushed a change to branch tx-glv
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 7c2cd79a9f Add explicit transaction support to non-Java GLVs
     add 3ae72ca4b5 updates from PR review

No new revisions were added by this update.

Summary of changes:
 docs/src/reference/gremlin-variants.asciidoc       |  39 +--
 docs/src/reference/intro.asciidoc                  |   3 -
 docs/src/upgrade/release-4.x.x.asciidoc            |   5 +-
 .../src/Gremlin.Net/Driver/GremlinClient.cs        |  27 +++
 .../src/Gremlin.Net/Driver/RemoteTransaction.cs    |   5 +-
 .../Driver/TransactionTests.cs                     |  77 ++++++
 gremlin-go/driver/client.go                        |  17 ++
 gremlin-go/driver/transaction.go                   |  10 +-
 gremlin-go/driver/transaction_test.go              | 104 ++++++++
 gremlin-js/gremlin-javascript/lib/driver/client.ts |  20 +-
 .../lib/driver/remote-connection.ts                |   6 +-
 .../gremlin-javascript/lib/process/transaction.ts  |   2 +
 .../test/integration/transaction-tests.js          |  50 ++++
 .../main/python/gremlin_python/driver/client.py    |  21 ++
 .../python/gremlin_python/driver/transaction.py    |   2 +
 .../tests/integration/driver/test_transaction.py   |  67 ++++++
 .../tests/integration/process/test_traversal.py    | 263 ---------------------
 .../GremlinDriverTransactionIntegrateTest.java     |  29 +++
 18 files changed, 449 insertions(+), 298 deletions(-)

Reply via email to