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 2022/05/11 20:25:36 UTC

[tinkerpop] branch dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.7.1 updated (b6700149e6 -> a56dec0389)

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.7.1
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    omit b6700149e6 Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 in /gremlin-go
     add 6878b455db Bump gherkin from 22.0.0 to 23.0.1 in /gremlin-dotnet
     add 3dcc8d90c4 Merge pull request #1607 from apache/dependabot/nuget/gremlin-dotnet/3.5-dev/gherkin-23.0.1
     add 5026c865cc Bump System.Text.Json from 6.0.2 to 6.0.3 in /gremlin-dotnet
     add bb7107362c Merge pull request #1617 from apache/dependabot/nuget/gremlin-dotnet/3.5-dev/System.Text.Json-6.0.3
     add ec5feccf71 updating gremlin-go cucumber tests
     add 6a091d2284 Fixed error message creation CTR
     add 538b2fd55a Bumped some utility/test versions CTR
     add c528391fcc Removed checked exception - unnecessary CTR
     add 332a91bcc8 Fixed copyright year in gremlint CTR
     add eef6f31a62 Bump gh actions versions CTR
     add e5bf60ea78 Bump xunit.runner.visualstudio from 2.4.3 to 2.4.4 in /gremlin-dotnet
     add 1ecab34b8a Merge remote-tracking branch 'origin/dependabot/nuget/gremlin-dotnet/3.5-dev/xunit.runner.visualstudio-2.4.4' into 3.5-dev
     add 486db586e7 Bump xunit.runner.visualstudio from 2.4.4 to 2.4.5 in /gremlin-dotnet
     add b93b29011a Merge branch 'dependabot/nuget/gremlin-dotnet/3.5-dev/xunit.runner.visualstudio-2.4.5' into 3.5-dev
     add a106fd5e67 AN-1103 configurable websocket compression
     add ad9fa199b9 AN-1102 allow to set buffers size
     add fe7f6703ed Merge pull request #77 from lyndonbauto/valentyn/AN-1103-ws-conn-config
     add aa55146157 Minor code clean-up (#78)
     add 67db228f6a improve integration tests (#80)
     add 26d6dee919 fixed comment for Iterate() (#81)
     add 9723c7cce3 DataType should not be exported (#84)
     add 76e51ca38d update doc for development topic (#83)
     add 4f020998cc WIthOptions support and testing (#91)
     add 1eb1db26e0 update connection timeout
     add a0163dbe16 Connection pool improvements (#87)
     add 0f9e368bdf Make one public (One) (#85)
     add 117d301437 Clarify error message (#93)
     add 16cd652ab0 update README (#88)
     add bd44c56cd5 readme troubleshooting (#95)
     add e7c5f4adcf Session spawnable only from driverRemoteConnections and Session mirrors Parent DRC settings (#90)
     add 1b0bf4aa4c AN-992-Performance Testing (#86)
     add 306c51bae9 Documentation update (#94)
     add d166a1d15d added examples to intro section (#96)
     add b2b536f747 Update performanceSuite.go (#97)
     add 4be6c0f9f8 Removing outdated TODO from README (#98)
     add 5f5fdc96cc update dependencies (#99)
     add 985d9d6077 Java PerformanceTest code (#89)
     add c8c1cdea5d Fix minor doc errors and missing namespace
     add b3d378b7ad Add Codecov for Tinkerpop/Gremlin-Go (#101)
     add ae0897c96a Update Performance Suite (#102)
     add 16deadc451 Java Performance Testing
     add 0e225c5e79 Addressed Milestone 6 code review comments
     add 2eee3f4398 Merge pull request #1639 from lyndonbauto/gremlin-go-ms6
     add a56dec0389 Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 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   (b6700149e6)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.7.1 (a56dec0389)

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:
 .../codecov.yml                                    |    4 +-
 .github/workflows/build-test.yml                   |   61 +-
 docs/gremlint/src/components/Footer.tsx            |    2 +-
 .../dev/developer/development-environment.asciidoc |   17 +
 docs/src/dev/developer/release.asciidoc            |    3 +
 docs/src/reference/gremlin-applications.asciidoc   |   16 +-
 docs/src/reference/gremlin-variants.asciidoc       |  299 +-
 docs/src/reference/intro.asciidoc                  |   22 +-
 docs/static/images/gremlin-go.png                  |  Bin 0 -> 35389 bytes
 gremlin-core/pom.xml                               |   10 +-
 .../language/grammar/GremlinQueryParser.java       |    4 +-
 .../language/grammar/NoOpTerminalVisitor.java      |    2 +-
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj  |    2 +-
 .../Gremlin.Net.IntegrationTest.csproj             |    4 +-
 .../Gremlin.Net.Template.IntegrationTest.csproj    |    2 +-
 .../Gremlin.Net.UnitTest.csproj                    |    2 +-
 .../tinkerpop/gremlin/util/PerformanceTest.java    |  252 ++
 gremlin-go/Dockerfile                              |   21 +-
 gremlin-go/README.md                               |  301 +-
 gremlin-go/docker-compose.yml                      |    4 +-
 .../docker}/generate-all.groovy                    |    5 +-
 .../docker/gremlin-server-integration-secure.yaml  |    1 +
 gremlin-go/docker/gremlin-server-integration.yaml  |    1 +
 gremlin-go/driver/client.go                        |   62 +-
 gremlin-go/driver/client_test.go                   |    2 +-
 gremlin-go/driver/connection.go                    |    5 +-
 gremlin-go/driver/connectionPool.go                |  164 +-
 gremlin-go/driver/connectionPool_test.go           |   28 -
 gremlin-go/driver/connection_test.go               |  153 +-
 gremlin-go/driver/cucumber/gremlin.go              | 3222 +++++---------------
 gremlin-go/driver/driverRemoteConnection.go        |  128 +-
 gremlin-go/driver/error_codes.go                   |    5 +
 gremlin-go/driver/gorillaTransporter.go            |   14 +-
 gremlin-go/driver/graphBinary.go                   |  288 +-
 gremlin-go/driver/graphBinary_test.go              |    8 +-
 gremlin-go/driver/graphTraversalSource.go          |    2 +-
 gremlin-go/driver/logger.go                        |    7 +-
 gremlin-go/driver/performance/performanceSuite.go  |  470 +++
 gremlin-go/driver/protocol.go                      |   24 +-
 gremlin-go/driver/resources/error-messages/en.json |    5 +-
 .../driver/resources/logger-messages/en.json       |   11 +-
 gremlin-go/driver/resultSet.go                     |    7 +-
 gremlin-go/driver/resultSet_test.go                |   10 +-
 gremlin-go/driver/serializer.go                    |    7 +-
 gremlin-go/driver/strategies.go                    |    8 +-
 gremlin-go/driver/traversal.go                     |   37 +-
 gremlin-go/driver/traversal_test.go                |  152 +
 .../transporterFactory.go => example/example.go}   |   43 +-
 gremlin-go/example/go.mod                          |   29 +
 gremlin-go/{ => example}/go.sum                    |   23 +-
 gremlin-go/go.mod                                  |    4 +-
 gremlin-go/go.sum                                  |   13 +-
 .../python/gremlin_python/process/traversal.py     |    4 +-
 pom.xml                                            |    4 +-
 54 files changed, 2746 insertions(+), 3228 deletions(-)
 copy gremlin-server/src/test/resources/org/apache/tinkerpop/gremlin/server/custom-gremlin-server.yaml => .github/codecov.yml (96%)
 create mode 100644 docs/static/images/gremlin-go.png
 create mode 100644 gremlin-driver/src/test/java/org/apache/tinkerpop/gremlin/util/PerformanceTest.java
 copy {gremlin-server/src/test/scripts => gremlin-go/docker}/generate-all.groovy (95%)
 create mode 100644 gremlin-go/driver/performance/performanceSuite.go
 copy gremlin-go/{driver/transporterFactory.go => example/example.go} (52%)
 create mode 100644 gremlin-go/example/go.mod
 copy gremlin-go/{ => example}/go.sum (94%)