This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/3.7-dev/actions/checkout-4
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
omit 6c27683a03 Bump actions/checkout from 3 to 4
add 53270ca426 RepeatEndStep has the same treatment as EndStep under
ComputerAwareStep in IdentityRemovalStrategy (#2879)
add 0ebd920f37 Test reorganization, more tests for select and remove
ordering enforcement CTR
add 04fc3940e8 Minor adjustment to test semantics for select() CTR
add f47e64f75a Change parameter name for features tests
add bf1656f31b Merge pull request #2888 from
apache/fix-structure-array-tests
add 6f770d5685 Stopped grammar from parsing child traversals spawned from g
add cc74c844d1 Fix Six Flaky Tests in /gremlin-core (#2887)
add d01160a9f4 Fix js translator only escaping first occurance of
single-quote CTR
add 62f62b9333 fix flaky tests in ConjoinStepTest and
PathProcessorStrategyTest
add 0bd6f5add7 Bump golang.org/x/text from 0.19.0 to 0.21.0 in /gremlin-go
add a04997364c Bump prettier
add 8f5d651ffd Bump @types/node from 22.7.4 to 22.10.2 in /gremlint
add c85a5eaa4f Bump gherkin from 29.0.0 to 30.0.4 in /gremlin-dotnet
add 9ddb378815 Bump codecov/codecov-action from 4 to 5
add 9a6ccc25c8 Bump actions/checkout from 3 to 4
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 (6c27683a03)
\
N -- N -- N
refs/heads/dependabot/github_actions/3.7-dev/actions/checkout-4 (9a6ccc25c8)
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 | 4 +-
.../language/grammar/TraversalStrategyVisitor.java | 4 +-
.../process/traversal/step/map/SelectStep.java | 2 +-
.../strategy/decoration/SeedStrategy.java | 6 +-
.../strategy/decoration/SubgraphStrategy.java | 6 +-
.../optimization/IdentityRemovalStrategy.java | 26 ++-
.../AbstractWarningVerificationStrategy.java | 4 +-
.../ReservedKeysVerificationStrategy.java | 8 +-
.../language/grammar/GremlinQueryParserTest.java | 12 ++
.../grammar/TraversalStrategyVisitorTest.java | 4 +-
.../traversal/step/map/ConjoinStepTest.java | 4 +-
.../optimization/IdentityRemovalStrategyTest.java | 2 +
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 19 +-
.../Gremlin.Net.IntegrationTest.csproj | 2 +-
gremlin-go/driver/cucumber/gremlin.go | 19 +-
gremlin-go/go.mod | 2 +-
gremlin-go/go.sum | 4 +-
.../gremlin-javascript/lib/process/translator.js | 4 +-
.../gremlin-javascript/package-lock.json | 12 +-
.../gremlin-javascript/test/cucumber/gremlin.js | 19 +-
.../test/unit/translator-test.js | 8 +
gremlin-language/src/main/antlr4/Gremlin.g4 | 3 +-
.../src/test/resources/incorrect-traversals.txt | 4 +-
gremlin-python/src/main/python/radish/gremlin.py | 19 +-
.../tinkerpop/gremlin/structure/PropertyTest.java | 2 +-
.../tinkerpop/gremlin/structure/VariablesTest.java | 2 +-
.../gremlin/test/features/filter/Range.feature | 56 +-----
.../gremlin/test/features/map/Select.feature | 201 +++++++++++++++++++--
gremlint/package-lock.json | 28 +--
30 files changed, 338 insertions(+), 152 deletions(-)