This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/github_actions/3.7-dev/actions/checkout-6
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    omit 86d1ab4b46 Bump actions/checkout from 5 to 6
     add b305bc9a29 CTR logging docs for javascript
     add 3bdb5bd6cf Remove 
GremlinServerSessionIntegrateWithUnifiedChannelizerTest CTR
     add 4f88964daa TINKERPOP-3213 Add SessionedChildClient (#3258)
     add 53959cc41c TINKERPOP-3217 Add server option to close Session 
automatically. (#3284)
     add 61c37a1e24 Integrate JavaScript examples into CI build (#3240)
     add 0f90b39e03 TINKERPOP-3223 Fixed bug in SubgraphStrategy
     add 777503f491 Bump actions/checkout from 5 to 6

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   (86d1ab4b46)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/3.7-dev/actions/checkout-6 (777503f491)

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                                 |   3 +
 docs/src/reference/gremlin-applications.asciidoc   |   1 +
 docs/src/reference/gremlin-variants.asciidoc       |  50 +++
 docs/src/reference/the-traversal.asciidoc          |   3 +
 .../strategy/decoration/SubgraphStrategy.java      |   4 +-
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |   1 +
 .../apache/tinkerpop/gremlin/driver/Client.java    |  74 ++++
 .../apache/tinkerpop/gremlin/driver/Cluster.java   |  18 +
 .../tinkerpop/gremlin/driver/Connection.java       |   2 +-
 .../apache/tinkerpop/gremlin/driver/Settings.java  |  10 +
 .../driver/remote/DriverRemoteConnection.java      |  22 +-
 .../tinkerpop/gremlin/driver/SettingsTest.java     |   2 +
 .../gremlin-javascript/basic-gremlin.js            |  15 +-
 gremlin-examples/gremlin-javascript/connections.js |  18 +-
 .../gremlin-javascript/modern-traversals.js        |   4 +-
 gremlin-go/driver/cucumber/gremlin.go              |   1 +
 gremlin-javascript/examples/node/basic-gremlin.js  |  15 +-
 gremlin-javascript/examples/node/connections.js    |  18 +-
 .../examples/node/modern-traversals.js             |   7 +-
 .../gremlin-javascript/docker-compose.yml          |  12 +-
 .../gremlin-javascript/test/cucumber/gremlin.js    |   1 +
 gremlin-python/src/main/python/radish/gremlin.py   |   1 +
 .../apache/tinkerpop/gremlin/server/Settings.java  |   8 +
 .../gremlin/server/handler/AbstractSession.java    |   4 +
 .../gremlin/server/op/AbstractOpProcessor.java     |   8 +-
 .../server/op/session/SessionOpProcessor.java      |  27 +-
 ...st.java => AbstractSessionTxIntegrateTest.java} |  39 +--
 ...SessionIntegrateWithUnifiedChannelizerTest.java |  61 ----
 ...ava => GremlinSessionReuseTxIntegrateTest.java} |  26 +-
 .../server/GremlinSessionTxIntegrateTest.java      | 378 +--------------------
 .../features/integrated/SubgraphStrategy.feature   |  17 +-
 31 files changed, 343 insertions(+), 507 deletions(-)
 copy 
gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/{GremlinSessionTxIntegrateTest.java
 => AbstractSessionTxIntegrateTest.java} (94%)
 delete mode 100644 
gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerSessionIntegrateWithUnifiedChannelizerTest.java
 copy 
gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/{BaseScriptForTesting.java
 => GremlinSessionReuseTxIntegrateTest.java} (51%)

Reply via email to