You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by gi...@apache.org on 2023/03/22 14:57:22 UTC

[tinkerpop] branch dependabot/nuget/gremlin-dotnet/3.5-dev/BenchmarkDotNet-0.13.5 updated (7de21d161f -> 82b5076ffc)

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

github-bot pushed a change to branch dependabot/nuget/gremlin-dotnet/3.5-dev/BenchmarkDotNet-0.13.5
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    omit 7de21d161f Bump BenchmarkDotNet from 0.13.4 to 0.13.5 in /gremlin-dotnet
     add bdb4c2cd2f Added Go GLV building to validate-distribution.sh (#1963)
     add a5142eeac6 Add RequestOptions to Go GLV (#1968)
     add 3c9731f374 Fix server not handling StackOverflowError in bytecode traversals (#1946)
     add f3e473836a CTR add warning to restrict release process on Linux only - TINKERPOP-2861
     add cde362d24b Bump System.Text.Json from 7.0.1 to 7.0.2 in /gremlin-dotnet
     add 230b7cc700 Merge pull request #1970 from apache/dependabot/nuget/gremlin-dotnet/3.5-dev/System.Text.Json-7.0.2
     add ef5153dbee Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 in /gremlin-dotnet
     add 8304ac2564 Merge pull request #1975 from apache/dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.NET.Test.Sdk-17.5.0
     add fb8fcb7818 CTR - add Twitch/YouTube content submission rule per dev list DISCUSS thread
     add 91774f6aad added images
     add 0e3034a453 Merge branch 'pr-1978' into 3.5-dev
     add 3cda9eb1b2 Added example for mocking Client and ResultSet CTR
     add 55b129cd05 updates to media CTR
     add a91b0f9606 Loosened numeric WithOptions configuration to avoid cast error CTR
     add 92fd7c2473 Bump prettier from 2.8.1 to 2.8.4 in /gremlint (#1965)
     add befa09d487 Bump prettier (#1964)
     add 18173ec63f TINKERPOP-2526 Add imports to the Console via an ImportCustomizer.
     add 0b4a9d170d Merge pull request #1983 from Bit-Quill/ken/groovy
     add 95915dc855 Bump Groovy to 2.5.21 CTR
     add 88815dfadf TINKERPOP-2905 Always pass `logHandler` to transporter (#1990)
     add 4eca81bee0 TINKERPOP-2747 Separate AuthInfo struct vs AuthInfoProvider interface for dynamic credentials (#1989)
     add 5c836d33ae Update copyright year for NOTICE files to 2023 CTR
     add 82b5076ffc Bump BenchmarkDotNet from 0.13.4 to 0.13.5 in /gremlin-dotnet

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   (7de21d161f)
            \
             N -- N -- N   refs/heads/dependabot/nuget/gremlin-dotnet/3.5-dev/BenchmarkDotNet-0.13.5 (82b5076ffc)

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:
 CHANGELOG.asciidoc                                 |   7 ++
 NOTICE                                             |   2 +-
 bin/validate-distribution.sh                       |   9 ++-
 docs/src/dev/developer/for-committers.asciidoc     |  38 +++++++++
 docs/src/dev/developer/release.asciidoc            |   2 +-
 docs/src/reference/gremlin-applications.asciidoc   |   3 +-
 docs/src/reference/gremlin-variants.asciidoc       |  23 ++++--
 docs/static/images/arm-support.png                 | Bin 0 -> 61409 bytes
 docs/static/images/docker-gremlin.png              | Bin 0 -> 82817 bytes
 docs/static/images/gremlin-questions.png           | Bin 0 -> 133732 bytes
 docs/static/images/gremlin-raising-hand.png        | Bin 0 -> 109930 bytes
 .../images/gremlin-running-high-resolution.png     | Bin 0 -> 96821 bytes
 .../images/gremlin-standing-high-resolution.png    | Bin 0 -> 96522 bytes
 docs/static/images/user-agent.png                  | Bin 0 -> 271235 bytes
 .../tinkerpop/gremlin/console/Console.groovy       |  10 ++-
 .../gremlin/console/GremlinGroovysh.groovy         |   2 +
 .../tinkerpop/gremlin/console/PluggedIn.groovy     |  14 +++-
 gremlin-console/src/main/static/NOTICE             |   4 +-
 gremlin-dotnet/NOTICE                              |   2 +-
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj  |   2 +-
 .../Gremlin.Net.IntegrationTest.csproj             |   2 +-
 .../Gremlin.Net.Template.IntegrationTest.csproj    |   2 +-
 .../Gremlin.Net.UnitTest.csproj                    |   2 +-
 .../driver/remote/DriverRemoteConnection.java      |   4 +-
 gremlin-driver/src/main/static/NOTICE              |   2 +-
 .../tinkerpop/gremlin/driver/MockClientTest.java   |  55 +++++++++++++
 .../driver/remote/DriverRemoteConnectionTest.java  |  10 +++
 .../org.mockito.plugins.MockMaker                  |   1 +
 gremlin-go/NOTICE                                  |   2 +-
 gremlin-go/driver/authInfo.go                      |  52 +++++++++++--
 gremlin-go/driver/client.go                        |  22 ++++--
 gremlin-go/driver/client_test.go                   |  32 ++++++--
 gremlin-go/driver/connection.go                    |  27 +++----
 gremlin-go/driver/connection_test.go               |  12 +--
 gremlin-go/driver/driverRemoteConnection.go        |  18 +++--
 gremlin-go/driver/driverRemoteConnection_test.go   |  16 ++--
 gremlin-go/driver/gorillaTransporter.go            |  10 ++-
 gremlin-go/driver/gorillaTransporter_test.go       |   2 +
 gremlin-go/driver/protocol.go                      |  11 +--
 gremlin-go/driver/request.go                       |  32 +++++---
 gremlin-go/driver/requestOptions.go                |  85 +++++++++++++++++++++
 gremlin-go/driver/requestOptions_test.go           |  75 ++++++++++++++++++
 gremlin-go/driver/request_test.go                  |  32 ++++++--
 gremlin-go/driver/strategies_test.go               |   5 +-
 gremlin-go/driver/transporter.go                   |   2 +-
 gremlin-go/driver/transporterFactory.go            |  10 ++-
 .../src/main/javascript/gremlin-javascript/NOTICE  |   2 +-
 .../gremlin-javascript/package-lock.json           |   6 +-
 gremlin-python/src/main/python/NOTICE              |   2 +-
 .../gremlin/server/handler/AbstractSession.java    |   4 +-
 .../server/op/session/SessionOpProcessor.java      |  32 +++++---
 .../server/op/traversal/TraversalOpProcessor.java  |  16 ++--
 gremlin-server/src/main/static/NOTICE              |   4 +-
 gremlint/package-lock.json                         |   6 +-
 pom.xml                                            |   6 +-
 55 files changed, 572 insertions(+), 147 deletions(-)
 create mode 100644 docs/static/images/arm-support.png
 create mode 100644 docs/static/images/docker-gremlin.png
 create mode 100644 docs/static/images/gremlin-questions.png
 create mode 100644 docs/static/images/gremlin-raising-hand.png
 create mode 100644 docs/static/images/gremlin-running-high-resolution.png
 create mode 100644 docs/static/images/gremlin-standing-high-resolution.png
 create mode 100644 docs/static/images/user-agent.png
 create mode 100644 gremlin-driver/src/test/java/org/apache/tinkerpop/gremlin/driver/MockClientTest.java
 create mode 100644 gremlin-driver/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker
 create mode 100644 gremlin-go/driver/requestOptions.go
 create mode 100644 gremlin-go/driver/requestOptions_test.go