This is an automated email from the ASF dual-hosted git repository.
xiazcy pushed a change to branch multi-label-experiment
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
discard bbe103be75 Configure TinkerGraph defaults, add
LabelsDropVerificationStrategy, docs and tests
discard ef78a7bf2d Add LabelCardinality, append-only merge semantics,
source-level with('multilabel')
discard ea22500ad0 Add GLV implementations for multi-label
discard f28c735c84 Add edge label API surface, fix transactions, add feature
tests
discard c6bdc4c7ab Implement multi-label prototype for vertices
new 28457a2ce9 Implement multi-label prototype for vertices
new 0f765d5177 Add edge label API surface, fix transactions, add feature
tests
new fd79e16251 Add GLV implementations for multi-label
new 7c3bc30dd4 Add LabelCardinality, append-only merge semantics,
source-level with('multilabel')
new 7fb69d785d Configure TinkerGraph defaults, add
LabelsDropVerificationStrategy, docs and tests
new 93b3b0c9cc remove dead edge code
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 (bbe103be75)
\
N -- N -- N refs/heads/multi-label-experiment (93b3b0c9cc)
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.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../grammar/DefaultGremlinBaseVisitor.java | 1 -
.../language/grammar/TraversalMethodVisitor.java | 9 --
.../grammar/TraversalSourceSpawnMethodVisitor.java | 2 +-
.../traversal/dsl/graph/GraphTraversal.java | 23 -----
.../traversal/dsl/graph/GraphTraversalSource.java | 37 -------
.../gremlin/process/traversal/dsl/graph/__.java | 7 --
.../step/map/AbstractAddEdgeStepPlaceholder.java | 5 -
.../traversal/step/map/AddEdgeStartStep.java | 32 +-----
.../step/map/AddEdgeStartStepPlaceholder.java | 10 +-
.../process/traversal/step/map/AddEdgeStep.java | 32 +-----
.../traversal/step/map/AddEdgeStepPlaceholder.java | 10 +-
.../process/traversal/step/map/MergeEdgeStep.java | 111 +++------------------
.../structure/io/graphml/GraphMLWriter.java | 6 +-
.../io/graphson/GraphSONSerializersV1.java | 8 +-
.../io/graphson/GraphSONSerializersV2.java | 8 +-
.../io/graphson/GraphSONSerializersV3.java | 8 +-
.../structure/io/gryo/GryoSerializersV3.java | 10 +-
gremlin-language/src/main/antlr4/Gremlin.g4 | 6 +-
18 files changed, 42 insertions(+), 283 deletions(-)