This is an automated email from the ASF dual-hosted git repository.
kenhuuu pushed a change to branch TINKERPOP-2988
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
discard f9dd65ac8e updates to make graphbinary work as well
discard 59eac95ee4 TINKERPOP-2988 Send server deserialization error earlier.
add 3f1f28df10 [TINKERPOP-2964] Fixed bug in `replaceLocalChild` where
child traversal was not correctly integrated (#2309)
add 0cf6da8d54 [TINKERPOP-2996] fix Golang Translator to work with list
arguments (#2316)
new 4848c3ee51 TINKERPOP-2988 Add requestId checking to Javascript and
Python drivers.
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 (f9dd65ac8e)
\
N -- N -- N refs/heads/TINKERPOP-2988 (4848c3ee51)
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 | 3 +
.../traversal/step/filter/PathFilterStep.java | 2 +-
.../traversal/step/filter/WherePredicateStep.java | 2 +-
.../process/traversal/step/map/PathStep.java | 2 +-
.../process/traversal/step/map/ProjectStep.java | 2 +-
.../process/traversal/step/map/SelectStep.java | 2 +-
.../process/traversal/step/map/TreeStep.java | 2 +-
.../step/sideEffect/TreeSideEffectStep.java | 2 +-
.../traversal/translator/GolangTranslator.java | 5 +-
.../traversal/translator/GolangTranslatorTest.java | 8 ++
gremlin-go/driver/cucumber/gremlin.go | 96 +++++++++++-----------
gremlin-go/driver/traversal.go | 21 +++--
.../gremlin-javascript/lib/driver/connection.js | 9 ++
.../io/binary/internals/UuidSerializer.js | 4 -
.../test/integration/client-tests.js | 49 ++++++++---
.../python/gremlin_python/driver/connection.py | 1 +
.../src/main/python/tests/driver/test_client.py | 44 ++++++++++
.../handler/WsGremlinBinaryRequestDecoder.java | 6 +-
.../handler/WsGremlinTextRequestDecoder.java | 6 +-
19 files changed, 178 insertions(+), 88 deletions(-)