This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch gremlator
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
discard 4d993b2ba4 Upgraded gremlator to vite and better matched gremlint
discard 991983ce54 Add gremlator: client-side Gremlin query translator SPA
add cdab3784c0 CTR update Future doc
add bc9621f75c Merge branch '3.8-dev'
add c29ce6e154 CTR Fix generate-modern-readonly.groovy
add 7e9615ef3b TINKERPOP-3225 conjoin has incorrect null handling (#3372)
add fae1dcc362 Merge branch '3.7-dev' into 3.8-dev
add 9509d4f92d Fix GHA exclusions for GLVs (#3378)
add e3be426d50 Merge branch '3.8-dev'
add 72d6881362 GO support for escaped characters (#3381)
add aa383872be CTR: Pin more-itertools for 3.9 compatibility in GHA
add f4516e4370 CTR Bump commons-beanutils to 1.11.0 (CVE-2025-48734)
add 0f02480e94 Merge branch '3.7-dev' into 3.8-dev
add b08a6f0f71 Merge branch '3.8-dev'
add 66662ca166 Add gremlator: client-side Gremlin query translator SPA
add 6d0172d5c4 Upgraded gremlator to vite and better matched 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 (4d993b2ba4)
\
N -- N -- N refs/heads/gremlator (6d0172d5c4)
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 | 2 ++
bin/generate-home.sh | 4 +--
docs/gremlator/vite.config.ts | 3 ++
docs/src/dev/future/index.asciidoc | 36 +++++-----------------
docs/src/upgrade/release-3.7.x.asciidoc | 29 +++++++++++++++++
.../process/traversal/step/map/ConjoinStep.java | 2 +-
.../traversal/step/map/ConjoinStepTest.java | 3 +-
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 18 +++++++++++
gremlin-go/driver/cucumber/gremlin.go | 2 ++
gremlin-go/driver/gremlinlang.go | 30 ++++++++++++++++--
gremlin-go/driver/gremlinlang_test.go | 6 ++++
.../gremlin-javascript/test/cucumber/gremlin.js | 2 ++
.../src/main/python/tests/feature/gremlin.py | 2 ++
.../scripts/generate-modern-readonly.groovy | 2 +-
.../gremlin/language/translator/translations.json | 34 ++++++++++++++++++++
.../gremlin/test/features/map/Conjoin.feature | 24 +++++++++++++++
17 files changed, 164 insertions(+), 37 deletions(-)