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 4c62748015 Clean up & refactors
discard 20368b06d8 clean up
discard 78955b291b fix with(multilabel) and add testing matrix
discard 35fe5a1182 remove dead edge code
discard 7fb69d785d Configure TinkerGraph defaults, add
LabelsDropVerificationStrategy, docs and tests
discard 7c3bc30dd4 Add LabelCardinality, append-only merge semantics,
source-level with('multilabel')
discard fd79e16251 Add GLV implementations for multi-label
discard 0f765d5177 Add edge label API surface, fix transactions, add feature
tests
discard 28457a2ce9 Implement multi-label prototype for vertices
add db40ac7cd6 Add multi-label vertex support: core data model, steps, and
grammar
add ac98eb0fb6 Implement multi-label in TinkerGraph reference
implementation
add cd1488f00f Add GLV implementations for multi-label across Go, Python,
JS, .NET
add b58f83e24b Document multi-label vertex support
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 (4c62748015)
\
N -- N -- N refs/heads/multi-label-experiment (b58f83e24b)
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:
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 22 +--
gremlin-go/driver/cucumber/gremlin.go | 22 +--
.../gremlin-javascript/test/cucumber/gremlin.js | 22 +--
.../src/main/python/tests/feature/gremlin.py | 22 +--
.../gremlin/language/translator/translations.json | 220 ++++++++++-----------
.../gremlin/test/features/map/ElementMap.feature | 8 +-
.../gremlin/test/features/map/ValueMap.feature | 14 +-
7 files changed, 165 insertions(+), 165 deletions(-)