This is an automated email from the ASF dual-hosted git repository.
Cole-Greer pushed a change to branch docs-3.7
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
discard 6d064e374f cleanup
discard 460c27d1db Harden plugin directory toggling against stale ext-disabled
state (tinkerpop-6jq.7)
discard f53f3f3b0b Scope Hadoop hdfs.ls() docs examples to the copied file
(tinkerpop-6jq.7)
discard 20c668b9d9 Syntax-highlight standalone/manual tab blocks in the docs
build (tinkerpop-6jq.7)
discard a5d924a5aa Update developer docs for the AsciidoctorJ documentation
build (tinkerpop-6jq.11)
discard 34af8c8a5b Isolate conflicting plugins per-book in the docs build
(tinkerpop-6jq.7)
discard 0d8d942645 Fail docs build on Gremlin execution errors instead of
silent skip
discard a6b6534cc1 Fix graph state leak between blocks and add sugar plugin
support
discard 435835bfca Clarify port 8182 conflict message in process-docs.sh
discard bb203f4705 Fix stale server detection and add console restart delay
discard 95ff4730fa Increase timeout to 90s to accommodate Block 184
(shortestPath)
discard a6984dc1b3 Fix Hadoop/Spark plugin activation: add plugin/ dir and
copy to main lib
discard c99821fe96 Fix SPARQL plugin: register in plugins.txt and copy deps to
main lib
discard e679cfa9ee Handle triple-quoted strings in statement grouping
discard d7d10d21e8 Add theCrew graph name mapping for doc blocks
discard b22325387c Fix multi-line statement echo: skip continuation prompts in
results
discard 14aa10976d Increase statement timeout to 60s for Spark/Hadoop
operations
discard b9fc92ca8c Fix standalone tab groups, callout style, and clear-shadow
discard d9ba2a866e Fix CodeRay performance: use callMethod instead of
evalScriptlet
discard 7909b2c547 Restrict docs Maven build to root module only (-pl .)
discard 8e5a3d4278 Fix multi-line statement display: only first line gets
gremlin> prompt
discard fde4e1e461 Fix console startup failure handling and optimize CodeRay
performance
discard 0b762576d8 Strip callouts before CodeRay and re-inject as HTML conums
discard eca564db9e Add CodeRay syntax highlighting via JRuby
discard 25c7c87a71 Add listingblock wrapper and render callouts as HTML conums
discard 17d9e9e528 Fix missing CSS and reduce timeout to 30s
discard f52ce77de1 Fix console echo, add groovy tab, wire version substitution
discard 243124470e Replace docs preprocessor/postprocessor with AsciidoctorJ
extension
add 4722890ed8 TINKERPOP-3244 Add NextN(n) to Traversal in gremlin-go
(3.7-dev)
add 5565acef95 Merge pull request #3430 from
L0Lmaker/improvement/TINKERPOP-3244-go-next-n-3.7
add 9ba0b887bd Configure GitHub workflows to use concurrency
cancel-in-progress for (#3454)
add 9c7135143b Bump codecov/codecov-action from 6 to 7 (#3452)
add ca6fc1337c Replace docs preprocessor/postprocessor with AsciidoctorJ
extension
add da0d1cc759 Fix console echo, add groovy tab, wire version substitution
add eebe3b7364 Fix missing CSS and reduce timeout to 30s
add abc079eaa6 Add listingblock wrapper and render callouts as HTML conums
add 5f15e6d837 Add CodeRay syntax highlighting via JRuby
add 3569b07991 Strip callouts before CodeRay and re-inject as HTML conums
add d6e3db354b Fix console startup failure handling and optimize CodeRay
performance
add 318f3183bb Fix multi-line statement display: only first line gets
gremlin> prompt
add 84275dcbb7 Restrict docs Maven build to root module only (-pl .)
add 41fcbb8c6d Fix CodeRay performance: use callMethod instead of
evalScriptlet
add fabdb1241a Fix standalone tab groups, callout style, and clear-shadow
add bb959f870d Increase statement timeout to 60s for Spark/Hadoop
operations
add 3f6ea0e360 Fix multi-line statement echo: skip continuation prompts in
results
add e535a98ecb Add theCrew graph name mapping for doc blocks
add 2a21cbb79d Handle triple-quoted strings in statement grouping
add 8c0e6196be Fix SPARQL plugin: register in plugins.txt and copy deps to
main lib
add 00b817aa61 Fix Hadoop/Spark plugin activation: add plugin/ dir and
copy to main lib
add ad93a4f4f3 Increase timeout to 90s to accommodate Block 184
(shortestPath)
add 1c295cec90 Fix stale server detection and add console restart delay
add d884264359 Clarify port 8182 conflict message in process-docs.sh
add cb32f0ba15 Fix graph state leak between blocks and add sugar plugin
support
add 9a871d0c3d Fail docs build on Gremlin execution errors instead of
silent skip
add fa74b1f4ae Isolate conflicting plugins per-book in the docs build
(tinkerpop-6jq.7)
add 4f151898fb Update developer docs for the AsciidoctorJ documentation
build (tinkerpop-6jq.11)
add a8e028e76d Syntax-highlight standalone/manual tab blocks in the docs
build (tinkerpop-6jq.7)
add bd0678ec8a Scope Hadoop hdfs.ls() docs examples to the copied file
(tinkerpop-6jq.7)
add 79ff370c80 Harden plugin directory toggling against stale ext-disabled
state (tinkerpop-6jq.7)
add dac7d8767e cleanup
add 1725f0e08d Fix doc grammar corpus for vMarko.value('age') in
traversal-induced-values
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 (6d064e374f)
\
N -- N -- N refs/heads/docs-3.7 (1725f0e08d)
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 | 7 +-
.github/workflows/codeql.yml | 4 +
CHANGELOG.asciidoc | 1 +
docs/src/reference/gremlin-variants.asciidoc | 6 +-
gremlin-go/driver/traversal.go | 28 +++++
gremlin-go/driver/traversal_test.go | 127 +++++++++++++++++++++
.../language/corpus/DocumentationReader.java | 2 +-
7 files changed, 171 insertions(+), 4 deletions(-)