This is an automated email from the ASF dual-hosted git repository.
xiazcy pushed a change to branch go-http-streaming
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
discard 4366dbefeb clean up TODOs
discard f3f3488780 removed old httpProtocol/httpTransport code, removed
authInfo as it's replaced by interceptors, and added basic & sigv4 auth ref
discard 19c0c8b05b added interceptors, go http pooling & removed unused
settings
discard c3d66cb0c1 combined httpProtocol & Transport
discard 4da7623ee2 trying streaming deser
discard ffbaeaaadb interim imp
discard 416570effb remove old code
discard a87c5e6b91 update gValue struct
discard 9ba6ac2dd0 Rebase & address comments
discard d86a1d53a5 * Added GremlinLang to go driver to replace Bytecode. Clean
up and updates will be needed when connection is set up. * update graph binary
serializer to 4.0.0 spec * Updated datetime, added GValue, updated Options
strategy, removed unneeded strategy package name, added NewTraversalStrategy to
allow custom strategies. (#3056) * Replace websockets with http. Changed
connection pooling to be delegated to aio http library. Added POC changes to
request serialization just to [...]
add 06286b23b9 CTR JS import fixes
add cebd8e389d Update Java GLV examples (#3295)
add e8446d2c0a Integrate .NET driver examples into automated build process
(#3293)
add a46fd77fbc Merge branch '3.7-dev' into 3.8-dev
add 9a24bcf4db Merge branch '3.8-dev'
new c1f1279dd7 Added streaming deserializer, combined
httpProtocol/httpTransport, added interceptors which replaces AuthInfo, added
basic & sigv4 auth interceptors, updated connection settings
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4366dbefeb)
\
N -- N -- N refs/heads/go-http-streaming (c1f1279dd7)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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 | 1 +
.../Examples/BasicGremlin/BasicGremlin.cs | 16 +++++---
gremlin-dotnet/Examples/Connections/Connections.cs | 25 ++++++------
.../Examples/ModernTraversals/ModernTraversals.cs | 10 ++++-
gremlin-dotnet/docker-compose.yml | 11 +++++-
.../src/main/java/examples/BasicGremlin.java | 28 +++++++++-----
.../src/main/java/examples/Connections.java | 20 +++++-----
.../src/main/java/examples/ModernTraversals.java | 21 ++++++++---
.../gremlin-dotnet/BasicGremlin/BasicGremlin.cs | 16 +++++---
.../gremlin-dotnet/Connections/Connections.cs | 25 ++++++------
.../ModernTraversals/ModernTraversals.cs | 5 ++-
gremlin-examples/gremlin-java/BasicGremlin.java | 28 +++++++++-----
gremlin-examples/gremlin-java/Connections.java | 20 +++++-----
.../gremlin-java/ModernTraversals.java | 19 +++++++---
gremlin-go/docker-compose.yml | 13 ++++---
gremlin-go/driver/auth.go | 44 +++++++++++++++-------
.../javascript/gremlin-javascript/test/helper.js | 4 ++
.../test/integration/client-tests.js | 16 ++++----
.../test/integration/socket-connection-tests.js | 8 ++--
.../test/integration/traversal-test.js | 12 +++---
20 files changed, 214 insertions(+), 128 deletions(-)