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/06/27 20:11:46 UTC

[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.18.0 updated (cfe6359a02 -> aa508a211f)

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


 discard cfe6359a02 Bump eslint
     add ee9faad047 Add missing response status codes in .NET.
     add 8752c04163 Add missing cases in ResponseStatusCode.IndicatesError.
     add 91ad781b12 Merge branch 'pr-1710' into 3.5-dev
     add 24da24ff11 Updated CHANGELOG CTR
     add 0a572133aa Adding `close` message back to provider doc as it was added back in 3.5.2
     add cbc7eaf9fa Fix potential SessionedClient NPE and reduce Client coupling
     add 601d6a113d gremlin-go: support per-request arguments in bytecode
     add eb9b358192 gremlin-go: deprecate scriptEvaluationTimeout
     add 97300dd78e gremlin-go: rename function "extractWithReqArgs" to "extractWithReqArg"
     add 866364ce32 gremlin-go: execute per-request arguments tests in parallel
     add 30f9702b18 gremlin-go: change test server to use WsAndHttpChannelizer
     add 71f3ee0ab2 Merge branch 'pr-1700' into 3.5-dev
     add 058c57b356 Bumped the version of typescript in gremlint from 3.7.3 to 3.7.4
     add 15152124d8 Throw exception if transaction attempted on non transaction supported graph
     add 5b831000b5 Change flush to normal throw
     add bbb60e6f6e Add throw to `AbstractSession.java` as well
     add dbbc6c88b5 Added testing
     add 5817302321 Remove unused imports
     add 88c9621319 license
     add 344709e429 Reproducer comment
     add 8ca3282bed Merge branch 'pr-1714' into 3.5-dev
     add c03d1ce7c3 Added CHANGELOG entry
     add 19add74f8a Fighting package-lock in gremlin-javascript again
     add aa508a211f Bump eslint

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   (cfe6359a02)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.18.0 (aa508a211f)

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                                 |   5 +-
 docs/src/dev/provider/index.asciidoc               |   8 +-
 docs/src/reference/gremlin-variants.asciidoc       |   4 +-
 .../Driver/Messages/ResponseStatusCode.cs          |  28 ++++++
 .../apache/tinkerpop/gremlin/driver/Client.java    |  29 +++---
 .../docker/gremlin-server-integration-secure.yaml  |   2 +-
 gremlin-go/docker/gremlin-server-integration.yaml  |   2 +-
 gremlin-go/driver/connection_test.go               |  66 +++++++++++++
 gremlin-go/driver/request.go                       |  83 ++++++++++++++++
 .../gremlin-javascript/package-lock.json           | 110 ++++++++++-----------
 .../gremlin/server/handler/AbstractSession.java    |   2 +
 .../server/op/session/SessionOpProcessor.java      |   2 +
 .../server/GremlinServerSessionIntegrateTest.java  |  29 ++++++
 ...SessionIntegrateWithUnifiedChannelizerTest.java |  61 ++++++++++++
 gremlint/package-lock.json                         |   6 +-
 gremlint/package.json                              |   2 +-
 16 files changed, 354 insertions(+), 85 deletions(-)
 create mode 100644 gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerSessionIntegrateWithUnifiedChannelizerTest.java