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
from bbe654d646 Support multi-label vertices in Gryo; wire up zoo graph for
Hadoop and Spark
add 2bb0f66cbb add additional feature tests for multi-label adjacent steps
No new revisions were added by this update.
Summary of changes:
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 38 +++
gremlin-go/driver/cucumber/gremlin.go | 19 ++
.../gremlin-javascript/test/cucumber/gremlin.js | 19 ++
.../src/main/python/tests/feature/gremlin.py | 19 ++
.../gremlin/language/translator/translations.json | 323 +++++++++++++++++++++
.../gremlin/test/features/branch/Branch.feature | 25 ++
.../gremlin/test/features/branch/Choose.feature | 39 +++
.../gremlin/test/features/filter/And.feature | 15 +
.../gremlin/test/features/filter/Dedup.feature | 15 +-
.../gremlin/test/features/filter/Has.feature | 57 ++++
.../gremlin/test/features/filter/HasLabel.feature | 44 ++-
.../gremlin/test/features/filter/Not.feature | 14 +
.../gremlin/test/features/filter/Or.feature | 16 +-
.../gremlin/test/features/map/Order.feature | 15 +-
.../gremlin/test/features/sideEffect/Group.feature | 42 +++
.../test/features/sideEffect/GroupCount.feature | 29 ++
16 files changed, 725 insertions(+), 4 deletions(-)