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

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


 discard 2ddddf8  TINKERPOP-2134 Bump to Groovy 2.5.5
     new ebd7f26  Implement gherkin tests that required GraphSON 3.0
     new 3ac6c3b  Merge branch 'tp33'
     new 92d313d  TINKERPOP-1998 Minor fix to javadoc around the test suite and 
added some notes to the provider dev docs
     new 121bc7f  Merge branch 'tp33'
     new ff95667  TINKERPOP-2125 Added source file check in release validation 
script
     new 4d583b4  Merge pull request #1041 from apache/TINKERPOP-2125
     new 21a2c95  Merge branch 'tp33'
     new 2512d691 Fixed bad test assertions in gherkin
     new 7d43f04  Merge branch 'tp33'
     new 38dcfb4  Ignored some failing .NET tests after GLV tests were enabled 
for GraphSON 3.0 CTR
     new d766dbe  Merge branch 'tp33'
     new 40e3e2b  TINKERPOP-2122 Expose the status code on GremlinServerError 
in python CTR
     new 60615d4  Merge branch 'tp33'
     new a004b72  TINKERPOP-2139 Properly handle client side serialization 
exceptions
     new c588d4f  Merge branch 'tp33'
     new 7580f8b  TINKERPOP-2134 Bump to Groovy 2.5.5

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   (2ddddf8)
            \
             N -- N -- N   refs/heads/TINKERPOP-2134 (7580f8b)

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 14875 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                                 |  7 +++-
 bin/validate-distribution.sh                       | 14 +++++++
 docs/src/dev/provider/index.asciidoc               | 44 +++++++++++++++++-----
 .../tinkerpop/gremlin/structure/Element.java       |  3 +-
 .../apache/tinkerpop/gremlin/structure/Graph.java  |  6 +++
 .../Gherkin/GherkinTestRunner.cs                   | 17 ++++++++-
 .../tinkerpop/gremlin/driver/Connection.java       | 10 ++++-
 .../driver/handler/NioGremlinRequestEncoder.java   |  6 ++-
 .../handler/WebSocketGremlinRequestEncoder.java    |  6 ++-
 .../gremlin/driver/message/ResponseStatusCode.java |  5 +++
 .../test/cucumber/feature-steps.js                 |  4 +-
 .../main/jython/gremlin_python/driver/protocol.py  |  6 ++-
 .../src/main/jython/tests/driver/test_client.py    |  4 +-
 .../gremlin/server/GremlinDriverIntegrateTest.java | 27 ++++++++++++-
 gremlin-test/features/branch/Repeat.feature        |  9 ++---
 gremlin-test/features/map/AddEdge.feature          | 35 -----------------
 gremlin-test/features/map/PageRank.feature         | 14 ++++---
 gremlin-test/features/map/PeerPressure.feature     | 12 +++---
 gremlin-test/features/sideEffect/Group.feature     | 20 +++++-----
 .../features/sideEffect/GroupCount.feature         | 38 +++++++++++--------
 gremlin-test/features/sideEffect/Sack.feature      | 14 -------
 .../features/sideEffect/SideEffectCap.feature      |  4 +-
 gremlin-test/features/sideEffect/Store.feature     |  1 -
 .../tinkerpop/gremlin/AbstractGraphProvider.java   | 13 +++++--
 .../gremlin/structure/StructureStandardSuite.java  |  7 ++--
 25 files changed, 201 insertions(+), 125 deletions(-)

Reply via email to