This is an automated email from the ASF dual-hosted git repository.
Cole-Greer pushed a change to branch multi-label-toy-graph
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
discard 01ee05d50f docs tweak
discard 2bb0f66cbb add additional feature tests for multi-label adjacent steps
discard bbe654d646 Support multi-label vertices in Gryo; wire up zoo graph for
Hadoop and Spark
discard 932fe5145f Wire up the zoo graph for Hadoop via multi-label GraphSON V4
discard b892e6bdbc Disable ZOO location()/featuresRequired() wiring
discard 4f74514509 Document the zoo toy graph with a diagram
discard 71054299f3 Fix order-sensitive set comparison in .NET Gherkin DeepEqual
discard 0795463e64 Convert read-only multi-label doc examples to use the zoo
graph
discard 2fb0c20bed Wire up the zoo graph and convert read-only multi-label
scenarios
discard 0800d26933 Add an example zoo graph
omit 165ab5bb80 Refine multi-label documentation per PR review feedback
omit 462a26985a Support multi/zero-label in Java Graph GraphBinary serde
and round-trip tests
omit 6300fe4c08 Add multi/zero-label GraphBinary tests in Python, .NET, JS
GLVs
omit 4391389009 Remove label constructor comments in gremlin-python graph.py
omit 90aea23c51 Support multi-label and zero-label in gremlin-go Graph
serialization
omit 03c56321a6 Support zero-label vertices in gremlin-go GraphBinary
omit 6861608757 Support multi-label and zero-label vertices in Python/.NET
GraphBinary
omit cde469c22a Fix GraphBinaryV4 edge deserialization dropping endpoint
labels
omit 5bec179271 Replace label index diff hook with add/remove deltas;
document thread-safety
omit 53febfd440 Fix stale vertex label counts and GQL planner label stats
omit a86a282bed Confine multi-label vertex storage to vertex classes; add
OLAP tests
omit 0a4b527a3d Support multi-label vertices in Gryo; fix
HadoopElement.labels()
omit c725769d6a Support multi-label vertices in StarGraph GraphSON V4
serialization
omit 2539f450b3 fix mergeV example not using 'existing' graph
omit 412bfd0709 Rewrite spec-style multi-label prose in reference docs;
drop redundant recipe
omit 7fb2030a7a Weave multi-label support throughout reference docs,
recipes, tutorial
omit 41f39abe08 Relocate hasLabel() OR-semantics note, fix 'supports
mutation' wording
omit 6af406da33 Reject combined with(multilabel)/with(singlelabel), add
elementMap() semantics
omit 5adfc529cf Split TinkerGraph empty-graph fixture into
single/multi-label variants
omit 3d4ae1d7bb Address multi-label test coverage gap review comments
omit 2aa961e598 Fix @MultiLabelDefault/@SingleLabelDefault semantics and
add coverage
omit da81278d81 Address PR review nits: verification strategy, event util,
label helper relocation
omit d9dc7a8811 Fix multi-label rendering gaps in ElementMapStep and
ComputerGraph
omit 6600442382 Unify multi-label representation in addV step hierarchy
omit 40c5a93f2c Use literal-only grammar for addLabel()/dropLabel() strings
omit 712d54fe40 Fix multi-label addV codegen in GremlinDslProcessor
omit 5bbb52f577 Simplify addV/addLabel/dropLabel grammar visitors
omit 8fa9f7721a Align addLabel()/dropLabel() traversal-varargs with addV()
semantics
omit b7359a064f Test multi-label single-label-default rendering via one-of
assertion
omit 17d9b16dea Fix gremlin-core compilation for addLabel(Traversal) type
inference
omit d37b0eb1ce cleanup gherkin tags docs
omit 444593cddf Fold LabelsDropVerificationStrategy into
StandardVerificationStrategy
omit 5ea1a0493d Address multi-label documentation review comments
omit 9be63392ee Add label-traversal semantics, addV traversal-varargs, and
multi-label test coverage
omit dca9053ba1 Preserve GValue variables through multi-label addV and
simplify the addV API
omit c76a972f22 Reconstruct source-spawned multi-label addV as a single step
omit d71275ac5e Document multi-label vertex support
omit 6dc3514cbf Add GLV implementations for multi-label across Go, Python,
JS, .NET
omit d3f9e6f5f9 Implement multi-label in TinkerGraph reference
implementation
omit 44383ded70 Add multi-label vertex support: core data model, steps, and
grammar
add b7caad2798 Bump React to 19 and @types/node to 26 for the gremlint
docs app
add 8050860ee4 Serve gremlator on port 5174 so it can run alongside
gremlint
add bc2d939562 [TINKERPOP-3261] Enable multiple labels on vertex with
configurable label cardinality (#3483)
add 0485ab3776 Add an example zoo graph
add 9ed8d031c5 Wire up the zoo graph and convert read-only multi-label
scenarios
add 9760260d20 Convert read-only multi-label doc examples to use the zoo
graph
add a5dddaf8a3 Fix order-sensitive set comparison in .NET Gherkin DeepEqual
add c5cee93d0a Document the zoo toy graph with a diagram
add 75dce84427 Disable ZOO location()/featuresRequired() wiring
add 4631d012e7 Wire up the zoo graph for Hadoop via multi-label GraphSON V4
add 19d4d42e81 Support multi-label vertices in Gryo; wire up zoo graph for
Hadoop and Spark
add c14a9ddd18 add additional feature tests for multi-label adjacent steps
add e72294eb1b docs tweak
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 (01ee05d50f)
\
N -- N -- N refs/heads/multi-label-toy-graph (e72294eb1b)
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:
docs/gremlator/README.md | 2 +-
docs/gremlator/vite.config.ts | 2 +
docs/gremlint/README.md | 2 +-
docs/gremlint/package-lock.json | 85 +++---
docs/gremlint/package.json | 10 +-
.../structure/TinkerTransactionGraphTest.java | 295 ++++++++++++++++++++-
6 files changed, 337 insertions(+), 59 deletions(-)