You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by fl...@apache.org on 2022/02/11 15:40:23 UTC

[tinkerpop] branch TINKERPOP-2518-master updated (4607a79 -> 20dfe9a)

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

florianhockmann pushed a change to branch TINKERPOP-2518-master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    omit 4607a79  TINKERPOP-2518 Fix remaining scenarios on master
    omit 9846228  Merge branch 'TINKERPOP-2518' into TINKERPOP-2518-master
     add a2baea3  Python logging under a separate logger "gremlinpython" (#1562)
     add cc13765  TINKERPOP-2518 Enable more Gherkin scenarios
     add ca18f9f  Merge branch 'TINKERPOP-2518' into TINKERPOP-2518-master
     add 20dfe9a  TINKERPOP-2518 Fix remaining scenarios on master

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   (4607a79)
            \
             N -- N -- N   refs/heads/TINKERPOP-2518-master (20dfe9a)

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:
 .../Gremlin.Net.IntegrationTest/Gherkin/CommonSteps.cs   |  8 ++++++++
 .../src/main/python/gremlin_python/driver/client.py      | 10 ++++++----
 .../gremlin_python/driver/driver_remote_connection.py    | 16 +++++++++-------
 .../src/main/python/gremlin_python/driver/protocol.py    |  8 +++++---
 .../python/gremlin_python/process/graph_traversal.py     |  4 +++-
 gremlin-test/features/sideEffect/Sack.feature            | 12 ++++++------
 6 files changed, 37 insertions(+), 21 deletions(-)