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

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


 discard 4f868f6818 added streaming deserialization in `gremlin-dotnet`, moved 
minimal target to `.net8.0`
     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
     new 5a139ce78d added streaming deserialization in `gremlin-dotnet`, moved 
minimal target to `.net8.0`

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   (4f868f6818)
            \
             N -- N -- N   refs/heads/net-streaming (5a139ce78d)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .skills/tinkerpop-dev/SKILL.md                     |   8 +-
 .skills/tinkerpop-dev/references/beads-workflow.md | 234 +++++++++++++++++++++
 CHANGELOG.asciidoc                                 |   2 +
 bin/beads-bootstrap.sh                             |  92 ++++++++
 docs/src/dev/developer/for-committers.asciidoc     |  77 +++++++
 .../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 +-
 13 files changed, 470 insertions(+), 11 deletions(-)
 create mode 100644 .skills/tinkerpop-dev/references/beads-workflow.md
 create mode 100755 bin/beads-bootstrap.sh

Reply via email to