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

Cole-Greer pushed a change to branch JS-streaming
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 discard 249285b460 Response Streaming in JS
     add d03f568d35 CTR Regen feature test files
     add 485f3a6da1 Merge branch '3.8-dev'
     add 247201c9d0 Clean up and upgrade gremlin-js dependencies CTR
     add 2bd0280c8e docs/gremlint and docs/gremlator dependency upgrade CTR
     add 157b213776 TINKERPOP-3233 Added escaped characters to docs (#3383)
     add e63871b437 Aligned AGENTS.md better with ASF AI contribution guidelines
     add 8a2ddccebd Merge pull request #3398 from apache/agentsmd
     add 02391db5d2 Updated AGENTS.md with language aligning to ASF AI usage 
guidance
     add a4d852495e Merge branch '3.7-dev' into 3.8-dev
     add c8689be517 Merge branch '3.8-dev'
     add bec044ea00 CTR Add Configuring to GraphStepPlaceholder and 
VertexStepPlaceholder
     add 72b34a3476 Add getOldChar() and getNewChar() getters to 
ReplaceGlobalStep and ReplaceLocalStep (#3400)
     add 9fb1700a5d Merge branch '3.8-dev'
     add eb276fdbbd Added basic bootstrap for beads
     add 6b3ccac85a Response Streaming in JS

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   (249285b460)
            \
             N -- N -- N   refs/heads/JS-streaming (6b3ccac85a)

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:
 .skills/tinkerpop-dev/SKILL.md                     |    8 +-
 .skills/tinkerpop-dev/references/beads-workflow.md |  234 ++
 .skills/tinkerpop-dev/references/build-java.md     |   93 +-
 .../references/dev-environment-setup.md            |    4 +-
 AGENTS.md                                          |   21 +-
 CHANGELOG.asciidoc                                 |    3 +
 bin/beads-bootstrap.sh                             |   92 +
 docs/gremlator/package-lock.json                   |  932 +++---
 docs/gremlator/package.json                        |    8 +-
 docs/gremlint/package-lock.json                    |  421 +--
 docs/gremlint/package.json                         |    4 +-
 docs/src/dev/developer/for-committers.asciidoc     |   77 +
 docs/src/reference/gremlin-variants.asciidoc       |   19 +
 docs/src/upgrade/release-4.x.x.asciidoc            |   10 +
 .../process/traversal/step/map/GraphStep.java      |    3 +-
 .../traversal/step/map/GraphStepContract.java      |    3 +-
 .../traversal/step/map/GraphStepPlaceholder.java   |   20 +-
 .../traversal/step/map/ReplaceGlobalStep.java      |    8 +
 .../traversal/step/map/ReplaceLocalStep.java       |    8 +
 .../process/traversal/step/map/VertexStep.java     |    3 +-
 .../traversal/step/map/VertexStepContract.java     |    3 +-
 .../traversal/step/map/VertexStepPlaceholder.java  |   20 +-
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |   20 +-
 .../gremlin-javascript/lib/driver/connection.ts    |   24 +-
 .../lib/driver/response-error.ts                   |    8 +-
 .../io/binary/internals/GraphBinaryReader.js       |    7 +-
 .../io/binary/internals/UuidSerializer.js          |   13 +-
 gremlin-js/gremlin-javascript/lib/utils.ts         |    5 +-
 gremlin-js/gremlin-javascript/package.json         |   12 +-
 .../scripts/groovy/generate.groovy                 |    1 -
 .../gremlin-javascript/test/cucumber/gremlin.js    |    1 -
 .../test/integration/remote-connection-tests.js    |    4 +-
 .../test/unit/element-comparison-test.js           |    7 +-
 .../unit/graphbinary/GraphBinaryReader-test.js     |   92 +
 .../test/unit/graphbinary/error-cases-test.js      |   87 +-
 gremlin-js/gremlin-mcp/tsconfig.json               |    2 +-
 gremlin-js/package-lock.json                       | 3421 +++++++++-----------
 37 files changed, 2943 insertions(+), 2755 deletions(-)
 create mode 100644 .skills/tinkerpop-dev/references/beads-workflow.md
 create mode 100755 bin/beads-bootstrap.sh

Reply via email to