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/06/16 21:19:50 UTC

[tinkerpop] branch dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.4 updated (2442efa4d1 -> 018a706378)

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

github-bot pushed a change to branch dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.4
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    omit 2442efa4d1 Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 in /gremlin-go
     add b172d2c306 Upgrade to Node 16
     add f9a020aba8 Merge pull request #2084 from Bit-Quill/cole/node-16
     add c380ff7df5 upgrade Go to 1.20
     add 42a276f34f Merge pull request #2081 from Bit-Quill/valentyn/go-120
     add 0970f6dedd added profile to print warning if .glv files are missing
     add d50f416c0b Merge pull request #2004 from Bit-Quill/cole/missing-glv-file-warnings
     add f5139bc448 (new) (gremlin-python) improve translation (#2076)
     add 435431433a Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.2 in /gremlin-dotnet
     add 539ab88ae2 Add gremlin-java8.bat for Java 8 Windows Console users.
     add d90e6f7885 Merge pull request #2086
     add ac7b4ef5b5 CTR fix typo in python translator tests for 3.5
     add d9d43116fe Bump System.Text.Json from 7.0.2 to 7.0.3 in /gremlin-dotnet
     add 6d3d42a415 Bump Microsoft.Extensions.Logging.Abstractions in /gremlin-dotnet
     add 35a99f0a5e [TINKERPOP-2955] Support SSL in WebSocketClient
     add 98d24d0dc1 Merge branch 'pr-2079' into 3.5-dev
     add e2e9e9f671 TINKERPOP-2937 Prevent hang if submit() called after close() CTR
     add 018a706378 Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 in /gremlin-go

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   (2442efa4d1)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.4 (018a706378)

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                   |    2 +-
 CHANGELOG.asciidoc                                 |    5 +
 .../dev/developer/development-environment.asciidoc |    4 +-
 docs/src/reference/gremlin-applications.asciidoc   |    2 +-
 docs/src/tutorials/getting-started/index.asciidoc  |    3 +-
 docs/src/upgrade/release-3.5.x.asciidoc            |    4 +-
 .../main/bin/{gremlin.bat => gremlin-java8.bat}    |   24 +-
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj  |    4 +-
 gremlin-dotnet/src/pom.xml                         |   37 +
 .../Gremlin.Net.IntegrationTest.csproj             |    2 +-
 .../Gremlin.Net.Template.IntegrationTest.csproj    |    2 +-
 .../Gremlin.Net.UnitTest.csproj                    |    2 +-
 gremlin-dotnet/test/pom.xml                        |   33 +
 .../gremlin/driver/simple/WebSocketClient.java     |   29 +-
 gremlin-go/README.md                               |    2 +-
 gremlin-go/docker-compose.yml                      |    2 +-
 gremlin-go/driver/README.md                        |    6 +-
 gremlin-go/example/go.mod                          |    2 +-
 gremlin-go/go.mod                                  |    2 +-
 gremlin-go/go.sum                                  |    7 -
 gremlin-go/pom.xml                                 |   33 +
 gremlin-javascript/pom.xml                         |    4 +-
 .../javascript/gremlin-javascript/.eslintrc.js     |    2 +-
 .../gremlin-javascript/package-lock.json           | 4044 ++++++++++++-
 .../javascript/gremlin-javascript/package.json     |    2 +-
 gremlin-python/pom.xml                             |   33 +
 .../main/python/gremlin_python/driver/client.py    |    3 +
 .../python/gremlin_python/process/translator.py    |    8 +-
 .../src/main/python/tests/driver/test_client.py    |   11 +
 .../main/python/tests/process/test_translator.py   |   23 +
 .../server/GremlinServerSslIntegrateTest.java      |   40 +-
 .../gremlin/server/TestClientFactory.java          |    5 +
 gremlint/package-lock.json                         | 6188 +++++++++++++++++++-
 gremlint/package.json                              |    2 +-
 gremlint/pom.xml                                   |    4 +-
 gremlint/tsconfig.json                             |    2 +-
 36 files changed, 10520 insertions(+), 58 deletions(-)
 copy gremlin-console/src/main/bin/{gremlin.bat => gremlin-java8.bat} (64%)