This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch gremlin-mcp
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
discard 2306a082ac Many small adjustments to clean up and improve tests
discard 2d23bbf07f Added validation to Gremlin passed to the execute query tool
discard 741a46378a Removed duplicate keyword in packaging
discard a6046ae6ee Made including schema counts false by default
discard 760f88b786 Renamed all configurations with a GREMLIN_MCP prefix.
discard c274e7250d Removed the export tool
discard 5295fdb021 Fixed authentication setup for gremlin-mcp
discard 2fb04327ff Made the label term more consistently used for
vertices/edges
discard f9a1cec15b Improved tool definitions
discard eda3b45aef Remove import tool from gremlin-mcp.
discard e50775bb7c Cleaned up around denylist and better documented enum
discard 966cb46bb8 Restructured gremlin-mcp to match TinkerPop standards under
Maven
discard 6c5a5e2985 Bumped back to SNAPSHOT
discard 7990d8368e Added asciidoc for gremlin-mcp
discard 8607ef90b3 TinkerPop prefers edges to relationships in its naming
discard 7596c50588 Adjusted packaging for TinkerPop official use
discard a3eaf4f479 TinkerPop prefers the use of the term vertex over node.
discard 1808c814fc Port gremlin-mcp from kpritam/gremlin-mcp
add c44bd5ccc4 Gremlin 3.8.0 CTR
add 470ba524c8 Spelling fix CTR
add eebb8f8396 Fix Four Flaky Tests in gremlin-core (#3221)
add 38594b92da Fix WebSocket API inconsistency causing "this._ws.on is not
a function" error (#3204)
add de99ce6263 Add root-level GLV examples and fix existing example issues
(#3218)
add e6dbd372d9 Merge branch '3.7-dev' into 3.8-dev
add fb20adf9c0 TINKERPOP-3199 Updated build system to work with
setuptools>=60
add dfc9874302 Merge branch '3.7-dev' into 3.8-dev
add f67ba022a8 Changed ApplyStrategiesBenchmark to apply default
strategies (#3236)
add a795d38afc Clean up gremlin-python docker-compose after move to newer
setuptools CTR
add f2bd35e5d8 Merge branch '3.7-dev' into 3.8-dev
add 744ff15b95 Port gremlin-mcp from kpritam/gremlin-mcp
add 3d7c42a5e9 TinkerPop prefers the use of the term vertex over node.
add 7f691d9f78 Adjusted packaging for TinkerPop official use
add 2210e7788a TinkerPop prefers edges to relationships in its naming
add f49e47ed3a Added asciidoc for gremlin-mcp
add f69c6c3950 Bumped back to SNAPSHOT
add 71e789fa78 Restructured gremlin-mcp to match TinkerPop standards under
Maven
add 101fd46b99 Cleaned up around denylist and better documented enum
add def5f589ae Remove import tool from gremlin-mcp.
add 819c107078 Improved tool definitions
add a8e3b59a7b Made the label term more consistently used for
vertices/edges
add 5daa942bba Fixed authentication setup for gremlin-mcp
add c5892f3864 Removed the export tool
add 520b0895eb Renamed all configurations with a GREMLIN_MCP prefix.
add 60cbc03812 Made including schema counts false by default
add d1986bd67d Removed duplicate keyword in packaging
add 71b3caa0ba Added validation to Gremlin passed to the execute query tool
add fc03a4f821 Many small adjustments to clean up and improve tests
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 (2306a082ac)
\
N -- N -- N refs/heads/gremlin-mcp (fc03a4f821)
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:
CHANGELOG.asciidoc | 6 +-
.../dev/developer/development-environment.asciidoc | 8 +
docs/src/dev/developer/release.asciidoc | 9 +
docs/src/reference/gremlin-variants.asciidoc | 207 +++++++++++++++----
docs/src/upgrade/release-3.8.x.asciidoc | 4 +-
docs/static/images/gremlin-67.png | Bin 0 -> 188285 bytes
glv-examples/README.md | 28 +++
.../gremlin-dotnet}/BasicGremlin/BasicGremlin.cs | 0
.../BasicGremlin/BasicGremlin.csproj | 2 +-
.../gremlin-dotnet}/Connections/Connections.cs | 0
.../gremlin-dotnet}/Connections/Connections.csproj | 2 +-
.../gremlin-dotnet}/Examples.sln | 0
.../ModernTraversals/ModernTraversals.cs | 0
.../ModernTraversals/ModernTraversals.csproj | 2 +-
.../gremlin-go}/basic_gremlin.go | 0
.../gremlin-go}/connections.go | 4 +-
.../examples => glv-examples/gremlin-go}/go.mod | 8 +-
.../examples => glv-examples/gremlin-go}/go.sum | 6 +
.../gremlin-go}/modern_traversals.go | 0
.../gremlin-java}/BasicGremlin.java | 0
.../gremlin-java}/Connections.java | 0
.../gremlin-java}/ModernTraversals.java | 0
.../examples => glv-examples/gremlin-java}/pom.xml | 10 +-
.../gremlin-javascript}/.gitignore | 0
.../gremlin-javascript}/basic-gremlin.js | 0
.../gremlin-javascript}/connections.js | 0
.../gremlin-javascript}/modern-traversals.js | 0
glv-examples/gremlin-javascript/package-lock.json | 220 +++++++++++++++++++++
.../gremlin-javascript}/package.json | 2 +-
.../gremlin-python}/basic_gremlin.py | 0
.../gremlin-python}/connections.py | 0
.../gremlin-python}/modern_traversals.py | 0
.../gremlin-python/requirements.txt | 4 +-
.../io/graphson/GraphSONSerializersV1.java | 5 +-
.../io/graphson/GraphSONSerializersV2.java | 5 +-
.../io/graphson/GraphSONSerializersV3.java | 4 +-
.../Examples/BasicGremlin/BasicGremlin.csproj | 2 +-
.../Examples/Connections/Connections.csproj | 2 +-
.../ModernTraversals/ModernTraversals.csproj | 2 +-
gremlin-go/driver/gorillaTransporter.go | 4 +-
gremlin-go/examples/go.mod | 6 +-
gremlin-go/examples/go.sum | 10 +-
gremlin-javascript/examples/node/package-lock.json | 53 ++---
gremlin-javascript/examples/node/package.json | 2 +-
.../gremlin-javascript/lib/driver/connection.js | 17 +-
gremlin-python/docker-compose.yml | 11 +-
gremlin-python/pom.xml | 6 +-
.../src/main/python/examples/requirements.txt | 12 +-
.../src/main/python/gremlin_python/__init__.py | 1 +
gremlin-python/src/main/python/pyproject.toml | 76 +++++++
gremlin-python/src/main/python/setup.cfg | 22 ---
gremlin-python/src/main/python/setup.py | 91 ---------
.../benchmark/util/AbstractBenchmarkBase.java | 2 +
.../gremlin/process/ApplyStrategiesBenchmark.java | 18 +-
54 files changed, 632 insertions(+), 241 deletions(-)
create mode 100644 docs/static/images/gremlin-67.png
create mode 100644 glv-examples/README.md
copy {gremlin-dotnet/Examples =>
glv-examples/gremlin-dotnet}/BasicGremlin/BasicGremlin.cs (100%)
copy {gremlin-dotnet/Examples =>
glv-examples/gremlin-dotnet}/BasicGremlin/BasicGremlin.csproj (91%)
copy {gremlin-dotnet/Examples =>
glv-examples/gremlin-dotnet}/Connections/Connections.cs (100%)
copy {gremlin-dotnet/Examples =>
glv-examples/gremlin-dotnet}/Connections/Connections.csproj (91%)
copy {gremlin-dotnet/Examples => glv-examples/gremlin-dotnet}/Examples.sln
(100%)
copy {gremlin-dotnet/Examples =>
glv-examples/gremlin-dotnet}/ModernTraversals/ModernTraversals.cs (100%)
copy {gremlin-dotnet/Examples =>
glv-examples/gremlin-dotnet}/ModernTraversals/ModernTraversals.csproj (94%)
copy {gremlin-go/examples => glv-examples/gremlin-go}/basic_gremlin.go (100%)
copy {gremlin-go/examples => glv-examples/gremlin-go}/connections.go (95%)
copy {gremlin-go/examples => glv-examples/gremlin-go}/go.mod (85%)
copy {gremlin-go/examples => glv-examples/gremlin-go}/go.sum (77%)
copy {gremlin-go/examples => glv-examples/gremlin-go}/modern_traversals.go
(100%)
copy {gremlin-driver/src/main/java/examples =>
glv-examples/gremlin-java}/BasicGremlin.java (100%)
copy {gremlin-driver/src/main/java/examples =>
glv-examples/gremlin-java}/Connections.java (100%)
copy {gremlin-driver/src/main/java/examples =>
glv-examples/gremlin-java}/ModernTraversals.java (100%)
copy {gremlin-driver/src/main/java/examples =>
glv-examples/gremlin-java}/pom.xml (93%)
copy {gremlin-javascript/examples/node =>
glv-examples/gremlin-javascript}/.gitignore (100%)
copy {gremlin-javascript/examples/node =>
glv-examples/gremlin-javascript}/basic-gremlin.js (100%)
copy {gremlin-javascript/examples/node =>
glv-examples/gremlin-javascript}/connections.js (100%)
copy {gremlin-javascript/examples/node =>
glv-examples/gremlin-javascript}/modern-traversals.js (100%)
create mode 100644 glv-examples/gremlin-javascript/package-lock.json
copy {gremlin-javascript/examples/node =>
glv-examples/gremlin-javascript}/package.json (92%)
copy {gremlin-python/src/main/python/examples =>
glv-examples/gremlin-python}/basic_gremlin.py (100%)
copy {gremlin-python/src/main/python/examples =>
glv-examples/gremlin-python}/connections.py (100%)
copy {gremlin-python/src/main/python/examples =>
glv-examples/gremlin-python}/modern_traversals.py (100%)
copy gremlin-python/src/main/python/gremlin_python/driver/aiohttp/__init__.py
=> glv-examples/gremlin-python/requirements.txt (97%)
create mode 100644 gremlin-python/src/main/python/pyproject.toml
delete mode 100644 gremlin-python/src/main/python/setup.cfg
delete mode 100644 gremlin-python/src/main/python/setup.py