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


 discard 4b37f5dbb0 fix actions
 discard 644e2a846b fix tests
 discard 4393a5a3b8 fix various gremlinlang and serializer bugs in go for http
 discard a2395a5705 * 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 b305bc9a29 CTR logging docs for javascript
     add 903aa50c49 Merge branch '3.7-dev' into 3.8-dev
     add 5a0c1c0506 Merge branch '3.8-dev'
     add 3bdb5bd6cf Remove 
GremlinServerSessionIntegrateWithUnifiedChannelizerTest CTR
     add ebdec97482 Merge branch '3.7-dev' into 3.8-dev
     add 0a6b53ae4a Merge branch '3.8-dev'
     add 4f88964daa TINKERPOP-3213 Add SessionedChildClient (#3258)
     add 53959cc41c TINKERPOP-3217 Add server option to close Session 
automatically. (#3284)
     add 987f294765 Merge branch '3.7-dev' into 3.8-dev
     add b38469469f Merge branch '3.8-dev'
     add 234d578028 TINKERPOP-3218 Fix bug in pre-repeat emit()/until() (#3288)
     add d4f0356c43 Merge branch '3.8-dev'
     new 77f9b0f088 * 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 [...]

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   (4b37f5dbb0)
            \
             N -- N -- N   refs/heads/go-http-converge-conn-lang (77f9b0f088)

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                                 |    2 +
 docs/src/reference/gremlin-variants.asciidoc       |   52 +-
 .../process/traversal/step/branch/RepeatStep.java  |   22 +-
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |    5 +
 gremlin-go/driver/cucumber/gremlin.go              | 9529 +++++---------------
 .../gremlin-javascript/test/cucumber/gremlin.js    |    5 +
 gremlin-python/src/main/python/radish/gremlin.py   |    5 +
 .../gremlin/driver/remote/RemoteWorld.java         |    3 +
 .../gremlin/test/features/branch/Repeat.feature    |   98 +
 .../spark/SparkGraphFeatureIntegrateTest.java      |    3 +
 .../tinkerpop/gremlin/tinkergraph/TinkerWorld.java |    3 +
 11 files changed, 2242 insertions(+), 7485 deletions(-)

Reply via email to