This is an automated email from the ASF dual-hosted git repository.
xiazcy pushed a change to branch go-http-converge-conn-lang
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
omit 416570effb remove old code
omit a87c5e6b91 update gValue struct
omit 9ba6ac2dd0 Rebase & address comments
omit 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'
add 3a32645cf4 Replaced Bytecode with GremlinLang & updated GraphBinary
serializer to 4.0 spec. Contains various code updates & fixes to enable HTTP
connection & tests.
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 (416570effb)
\
N -- N -- N refs/heads/go-http-converge-conn-lang (3a32645cf4)
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.
No new revisions were added by this update.
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 | 11 +++++----
.../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 +++++-----
19 files changed, 183 insertions(+), 113 deletions(-)