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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/prettier-2.8.1
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 discard b7410d85a9 Bump prettier
     add 8803d0e6f4 Bump jmh.version from 1.21 to 1.36
     add 29b2db6f33 Merge branch 'pr-1881' into 3.5-dev
     add 01acfc3b0a Minor note in dev docs CTR
     add 87474773e4 Better error for addE() where the FROM or TO traverser 
gives no results
     add 012a9efa7f Merge branch 'pr-1860' into 3.5-dev
     add 8934ef2f8a Added changelog and minor formatting CTR
     add 28b04b40f8 TINKERPOP-2814 Remove default SSL handshake timeout.
     add 13663c10a2 Merge pull request #1833 from Bit-Quill/ken/TINKERPOP-2814
     add 33c35b9ee9 TINKERPOP-2834 Optimize CloneVertexProgram through 
SparkGraphComputer
     add f86321d2a7 Merge branch 'pr-1885' into 3.5-dev
     add 0f4af9c2d5 Updated CHANGELOG CTR
     add f4c5bd727e Downgraded to groovy 2.5.15
     add a97738eb87 improving tests for more consistent results
     add d02ab0ced5 Merge pull request #1892 from apache/TINKERPOP-2816-3.5
     add b789bf0df3 Adds dedicated github action job for running java driver 
tests. This resolves an issue where previously java integration tests were not 
being run. See [TINKERPOP-2836].
     add e6f511f9ed Merge pull request #1891 from 
Bit-Quill/cole/gha-integration-tests
     add db4f867e1b Bump System.Text.Json from 7.0.0 to 7.0.1 in /gremlin-dotnet
     add 3707e75656 Merge pull request #1904 from 
apache/dependabot/nuget/gremlin-dotnet/3.5-dev/System.Text.Json-7.0.1
     add 52922b1eb2 TINKERPOP-2813 Improved logging around server-side close
     add 0c65f7cfb8 TINKERPOP-2813 Refactored job scheduling and thread pools
     add f406ecd737 TINKERPOP-2813 Removed fast NoHostAvailableException
     add e2177c0df2 TINKERPOP-2813 Fixed some issues with Cluster.close()
     add e9259eff5b TINKERPOP-2813 Updated upgrade docs and reference docs
     add 46308222ec TINKERPOP-2813 Addressing review feedback with minor fixes
     add a1789c47a7 TINKERPOP-2843 bump netty to 4.1.86
     add 341793e9da Merge branch 'pr-1905' into 3.5-dev
     add 8cb8cd02e2 Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 in 
/gremlin-dotnet
     add 69cb51350c Merge pull request #1907 from 
apache/dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.NET.Test.Sdk-17.4.1
     add a3312bc830 Add additional information to TimeoutExceptions.
     add d804b7dc99 Merge pull request #1909 from Bit-Quill/ken/TimeoutException
     add a2caaa572a Bump gherkin from 25.0.2 to 26.0.1 in /gremlin-dotnet
     add 75a8ad562d Merge pull request #1910 from 
apache/dependabot/nuget/gremlin-dotnet/3.5-dev/gherkin-26.0.1
     add 4436236afb Fixed bug in docs CTR
     add b7c41c2614 Added some examples of java driver error messages to 
troubleshooting section CTR
     add 5d230e6b3e Fix RequestId Override CTR
     add 34b98b3ec6 Merge pull request #1914 from 
Bit-Quill/cole/fix_request_id_override
     add 30e80cbd66 2022 just in time for 2023 CTR
     add 8f62cbbdc1 cherry-picking from #1898 to 3.5-dev for TINKERPOP-2840
     add f05c703931 Bump prettier from 2.7.1 to 2.8.1 in /gremlint
     add 45a7a6e4fa Merge branch 'pr-1895' into 3.5-dev
     add f1850c0313 Prefer ci to install for javascript builds CTR
     add 5f74226296 Bump prettier

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   (b7410d85a9)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/prettier-2.8.1
 (5f74226296)

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:
 .github/workflows/build-test.yml                   |  16 ++
 CHANGELOG.asciidoc                                 |  15 +-
 docs/src/dev/developer/for-committers.asciidoc     |   3 +-
 docs/src/reference/gremlin-variants.asciidoc       |  61 +++++-
 docs/src/upgrade/release-3.5.x.asciidoc            |  42 ++++
 gremlin-console/src/main/static/NOTICE             |   4 +-
 .../process/traversal/step/map/AddEdgeStep.java    |  21 +-
 .../ParameterizedGroovyTranslatorTest.java         |  15 +-
 .../gremlin/util/iterator/IteratorUtilsTest.java   |   6 +-
 gremlin-dotnet/NOTICE                              |   2 +-
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj  |   2 +-
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |   4 +-
 .../Gremlin.Net.IntegrationTest.csproj             |   4 +-
 .../Gremlin.Net.Template.IntegrationTest.csproj    |   2 +-
 .../Gremlin.Net.UnitTest.csproj                    |   2 +-
 .../tinkerpop/gremlin/driver/Channelizer.java      |  11 +-
 .../apache/tinkerpop/gremlin/driver/Client.java    |  65 +++---
 .../apache/tinkerpop/gremlin/driver/Cluster.java   |  73 +++++--
 .../tinkerpop/gremlin/driver/Connection.java       | 101 +++++++---
 ...hakeInterceptor.java => ConnectionFactory.java} |  23 ++-
 .../tinkerpop/gremlin/driver/ConnectionPool.java   | 224 +++++++++++++++++----
 .../org/apache/tinkerpop/gremlin/driver/Host.java  |  20 +-
 .../apache/tinkerpop/gremlin/driver/Settings.java  |   4 -
 .../driver/exception/NoHostAvailableException.java |   8 +-
 .../driver/handler/WebSocketClientHandler.java     |  29 ++-
 .../gremlin/driver/simple/WebSocketClient.java     |   2 +-
 .../tinkerpop/gremlin/driver/ClientTest.java       |   2 +-
 .../gremlin/driver/SimpleSocketServer.java         |   5 +
 .../tinkerpop/gremlin/driver/TestChannelizers.java | 102 ++++++++++
 .../tinkerpop/gremlin/driver/TestHandlers.java     |  40 ++--
 .../gremlin/driver/TestWSGremlinInitializer.java   |  14 +-
 .../driver/TestWebSocketServerInitializer.java     |  47 -----
 .../WebSocketClientBehaviorIntegrateTest.java      | 224 ++++++++++++++++++++-
 gremlin-go/driver/cucumber/gremlin.go              |   4 +-
 gremlin-go/driver/request.go                       |  13 +-
 gremlin-go/driver/request_test.go                  |  50 +++++
 gremlin-javascript/pom.xml                         |   2 +-
 .../src/main/javascript/gremlin-javascript/NOTICE  |   2 +-
 .../gremlin-javascript/test/cucumber/gremlin.js    |   4 +-
 gremlin-python/src/main/python/NOTICE              |   2 +-
 .../python/gremlin_python/driver/connection.py     |   2 +
 gremlin-python/src/main/python/radish/gremlin.py   |   4 +-
 gremlin-server/src/main/static/NOTICE              |   4 +-
 .../driver/ClientConnectionIntegrateTest.java      | 107 ++++++++++
 .../AbstractGremlinServerIntegrationTest.java      |   8 +-
 .../gremlin/server/GremlinDriverIntegrateTest.java |  37 +++-
 gremlin-test/features/branch/Repeat.feature        |   4 +-
 gremlin-test/features/map/Order.feature            |   6 +-
 .../process/traversal/step/branch/RepeatTest.java  |  13 +-
 .../process/traversal/step/map/OrderTest.java      |  10 +-
 gremlin-tools/gremlin-benchmark/pom.xml            |   2 +-
 gremlint/package-lock.json                         |   6 +-
 gremlint/pom.xml                                   |   2 +-
 pom.xml                                            |   7 +-
 .../spark/process/computer/SparkGraphComputer.java |   8 +
 .../SparkCloneVertexProgramInterceptor.java}       |  14 +-
 .../SparkCloneVertexProgramInterceptorTest.java}   |  76 +++----
 57 files changed, 1243 insertions(+), 337 deletions(-)
 copy 
gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/{HandshakeInterceptor.java
 => ConnectionFactory.java} (51%)
 create mode 100644 
gremlin-driver/src/test/java/org/apache/tinkerpop/gremlin/driver/TestChannelizers.java
 copy 
gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/channel/TestChannelizer.java
 => 
gremlin-driver/src/test/java/org/apache/tinkerpop/gremlin/driver/TestHandlers.java
 (51%)
 delete mode 100644 
gremlin-driver/src/test/java/org/apache/tinkerpop/gremlin/driver/TestWebSocketServerInitializer.java
 create mode 100644 gremlin-go/driver/request_test.go
 copy 
spark-gremlin/src/main/java/org/apache/tinkerpop/gremlin/spark/process/computer/traversal/strategy/{SparkVertexProgramInterceptor.java
 => optimization/interceptor/SparkCloneVertexProgramInterceptor.java} (67%)
 copy 
spark-gremlin/src/test/java/org/apache/tinkerpop/gremlin/spark/{structure/io/gryo/GryoSerializerIntegrateTest.java
 => 
process/computer/traversal/strategy/optimization/interceptor/SparkCloneVertexProgramInterceptorTest.java}
 (53%)

Reply via email to