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

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


 discard ec8be66  TINKERPOP-2357 Added :cls command to clear console screen
     add ac37c7d  Pinned pyparsing to versions prior to 3.0.0
     add 1956c26  Merge branch '3.3-dev' into 3.4-dev
     add 7ac75c2  Bump to gmaven-plus 1.9.0 CTR
     add 4d3dca5  Merge branch '3.3-dev' into 3.4-dev
     add 78606e0  Removed runtest.py
     add 46727de  Minor format adjustments CTR
     add 08c6f61  Merge branch '3.3-dev' into 3.4-dev
     add 8ba99e1  Fixed bug in java options preventing grapes logging CTR
     add 52468f9  Merge branch '3.3-dev' into 3.4-dev
     add aad8583  TINKERPOP-2345 Improved error message for bad value for math()
     add 81cf9aa  Merge branch 'TINKERPOP-2345' into 3.4-dev
     add dacfd26  gremlin-python: add session mode client
     add 217798e  gremlin-python: update changelog
     add 42582ee  gremlin-python: add session close request as specification
     add d4e4ab8  Merge branch 'pr-1274' into 3.3-dev
     add 81bb372  Improved python session test a bit.
     add eb41434  Merge branch '3.3-dev' into 3.4-dev
     add dd2ef76  dotnet: add session connection
     add 8c04c75  dotnet: C# style as review
     add 3a1dd38  dotnet: less variable when rebuild
     add b1c50a0  Merge branch 'pr-1257' into 3.3-dev
     add fb334df  Removed non-standard close message argument for .net driver
     add 816d3a1  Merge branch '3.3-dev' into 3.4-dev
     add 115d30e  gremlin-dotnet: add session close request as specification
     add 64cd7a3  Merge branch 'pr-1276' into 3.4-dev
     add 183b2c9  Added in .net session test improvement that were added in 
3.3-dev
     add a9c02e4  gremlin-javascript: remove session close method
     add 324500e  Merge branch '3.3-dev' into 3.4-dev
     add 1871a05  Use UUID in test for session name in javascript CTR
     add b8c750e  Polished up session documentation across GLVs CTR
     add f3d58c3  Merge branch '3.3-dev' into 3.4-dev
     add 7e62b47  Fix javadoc CTR
     add b9503c2  Merge branch '3.3-dev' into 3.4-dev
     new c44e130  TINKERPOP-2357 Added :cls command to clear console screen

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   (ec8be66)
            \
             N -- N -- N   refs/heads/TINKERPOP-2357 (c44e130)

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                                 |    5 +-
 bin/gephi-mock.py                                  |    7 +-
 docs/src/reference/gremlin-variants.asciidoc       |   11 +-
 docs/src/upgrade/release-3.3.x.asciidoc            |   12 +-
 gremlin-console/src/main/bin/gremlin.sh            |    3 +-
 .../gremlin/process/traversal/step/Scoping.java    |   22 +-
 .../process/traversal/step/map/MathStep.java       |   18 +-
 .../strategy/decoration/PartitionStrategy.java     |    2 +-
 .../src/Gremlin.Net/Driver/Connection.cs           |   13 +
 .../Driver/GremlinClientTests.cs                   |   24 +-
 .../gremlin-javascript/lib/driver/client.js        |   20 +-
 .../gremlin-javascript/lib/driver/connection.js    |   22 -
 .../javascript/gremlin-javascript/test/helper.js   |    6 +-
 .../main/jython/gremlin_python/driver/client.py    |   21 +-
 .../jython/gremlin_python/driver/serializer.py     |   12 +
 gremlin-python/src/main/jython/runtest.py          | 2892 --------------------
 gremlin-python/src/main/jython/setup.py            |    5 +-
 .../src/main/jython/tests/driver/test_client.py    |   31 +
 .../process/traversal/CoreTraversalTest.java       |   26 +-
 pom.xml                                            |    2 +-
 20 files changed, 201 insertions(+), 2953 deletions(-)
 delete mode 100644 gremlin-python/src/main/jython/runtest.py

Reply via email to