This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/docs/gremlint/master/testing-library/react-16.2.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
discard 8cc8d1cdc0 Bump @testing-library/react from 12.1.5 to 16.2.0 in
/docs/gremlint
add 12f2ea5ee6 Updated major version to be retrieved dynamically on
gremlin console and server. Also added unit test for new method added in
Gremlin.java. Updated ImportGremlinPluginTest to accommodate added method.
(#2982)
add d9ab91229d Make range() and related steps parameterizable (#2981)
add 6b2fa5ec36 CTR update NOTICE files
add 6d11275ebe Change server response to 400 for malformed queries (#2983)
add e84f29e15f CTR rename milestone to beta in docs, fix docker image
architectures
add b7110d2a71 CTR Fix Javadocs Build Errors
add 4188f6d62d TinkerPop 4.0.0-beta.1 release
add 2276772bdf CTR update site and minor docs fix for 4.0.0-beta.1
add 85cd98cc8b CTR update version to 4.0.0-SNAPSHOT
add 78623dbe45 Use .on and .off for unexpected-response listener (#2969)
add 2aae90d4f5 Fixed go "Differences" section in docs CTR
add b5da6de777 Merge branch '3.7-dev'
add 1e1f3cf1ac Update graphson.asciidoc
add 25b5cf147b Bump spark/hadoop to latest versions.
add 35bd47e47a Merge pull request #2980 from apache/olap-bump
add acd86c63c5 Use `ws` WebSocket when options are provided (#2968)
add e7758bec29 Merge branch '3.7-dev'
add 074508c316 TINKERPOP-3120: Closing a session with an Authorizer
enabled throws an Exception (#2894)
add 200116f633 Merge branch '3.7-dev'
add 818a1b32a2 Fix Bug in TinkerTransactionGraph transaction used counts
(#2992)
add 885ed7d3c4 Merge branch '3.7-dev'
add a40de0bd90 Bump @types/node from 22.10.2 to 22.12.0 in /gremlint
(#2995)
add e23ad3ff24 Bump github.com/nicksnyder/go-i18n/v2 from 2.4.1 to 2.5.0
in /gremlin-go (#2989)
add 7ee098a7c4 Bump Polly from 8.4.2 to 8.5.1 in /gremlin-dotnet (#2975)
add 609cb4d1d2 Bump eslint-config-prettier (#2973)
add 46c37e9927 Bump readable-stream (#2967)
add 169d273642 Bump actions/checkout from 3 to 4 (#2891)
add b9ca7d940f Bump actions/setup-java from 3 to 4 (#2890)
add 6d02ebb476 Merge branch '3.7-dev'
add c7a4d56d50 CTR update docs/gremlint dependencies
add 3cc1a8edce Bump @testing-library/react from 12.1.5 to 16.2.0 in
/docs/gremlint
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 (8cc8d1cdc0)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/docs/gremlint/master/testing-library/react-16.2.0
(3cc1a8edce)
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 | 4 +-
CHANGELOG.asciidoc | 10 +-
README.asciidoc | 2 +-
docs/gremlint/package-lock.json | 17121 ++++---------------
docs/gremlint/package.json | 24 +-
docs/site/home/download.html | 62 +
docs/src/dev/developer/for-committers.asciidoc | 2 +-
docs/src/dev/future/index.asciidoc | 8 +-
docs/src/dev/io/graphson.asciidoc | 14 +-
docs/src/dev/provider/index.asciidoc | 2 +-
docs/src/reference/gremlin-applications.asciidoc | 20 +-
docs/src/reference/gremlin-variants.asciidoc | 23 +-
.../implementations-hadoop-start.asciidoc | 8 +-
docs/src/reference/intro.asciidoc | 6 +-
docs/src/reference/the-traversal.asciidoc | 10 +-
docs/src/tutorials/getting-started/index.asciidoc | 2 +-
docs/src/upgrade/index.asciidoc | 2 +
docs/src/upgrade/release-4.x.x.asciidoc | 37 +-
gremlin-console/pom.xml | 2 +-
.../tinkerpop/gremlin/console/Console.groovy | 2 +-
gremlin-console/src/main/static/NOTICE | 19 +
.../gremlin/language/grammar/ArgumentVisitor.java | 28 +
.../language/grammar/TraversalMethodVisitor.java | 84 +-
.../traversal/dsl/graph/GraphTraversal.java | 125 +
.../gremlin/process/traversal/dsl/graph/__.java | 56 +
.../traversal/step/filter/RangeGlobalStep.java | 35 +-
.../traversal/step/filter/TailGlobalStep.java | 21 +-
.../process/traversal/step/map/RangeLocalStep.java | 21 +-
.../process/traversal/step/map/TailLocalStep.java | 13 +-
.../org/apache/tinkerpop/gremlin/util/Gremlin.java | 5 +
.../gremlin/jsr223/ImportGremlinPluginTest.java | 7 +-
.../language/grammar/ArgumentVisitorTest.java | 17 +
.../apache/tinkerpop/gremlin/util/GremlinTest.java | 15 +-
gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj | 2 +-
gremlin-driver/pom.xml | 13 +-
.../driver/remote/DriverRemoteTransaction.java | 176 -
gremlin-driver/src/main/static/NOTICE | 19 +
gremlin-go/go.mod | 2 +-
gremlin-go/go.sum | 4 +-
.../gremlin-javascript/lib/driver/connection.ts | 35 +-
.../gremlin-javascript/package-lock.json | 48 +-
.../javascript/gremlin-javascript/package.json | 2 +-
.../gremlin-javascript/test/cucumber/gremlin.js | 8 +
.../test/integration/socket-connection-tests.js | 39 +
gremlin-language/src/main/antlr4/Gremlin.g4 | 16 +-
gremlin-python/src/main/python/radish/gremlin.py | 8 +
gremlin-server/pom.xml | 2 +-
.../tinkerpop/gremlin/server/GremlinServer.java | 2 +-
.../server/handler/HttpGremlinEndpointHandler.java | 4 +
.../gremlin/server/util/GremlinError.java | 5 +
.../gremlin/server/GremlinServerIntegrateTest.java | 15 +
gremlin-test/pom.xml | 11 +
.../gremlin/test/features/filter/Range.feature | 86 +
.../gremlin/test/features/filter/Tail.feature | 26 +
gremlint/package-lock.json | 13 +-
hadoop-gremlin/pom.xml | 11 +-
pom.xml | 72 +-
spark-gremlin/pom.xml | 56 +-
.../structure/TinkerElementContainer.java | 16 +-
.../tinkergraph/structure/TinkerTransaction.java | 2 +-
.../structure/TinkerTransactionGraphTest.java | 46 +
61 files changed, 4004 insertions(+), 14542 deletions(-)
delete mode 100644
gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/remote/DriverRemoteTransaction.java