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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/docs/gremlint/master/multi-7231a3f30a
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 discard e35bb1db51 Bump react and @types/react in /docs/gremlint
     add 6b29a6659e Backported 62a3935152354eea54f2cfadc39edf10ebe2005d  from 
4.x
     add 343eef4a85 Backported e8b9532fc0ec811460e97ebf5e00b8b9ec9192ac from 4.x
     add 8e26f77d55 Backported more discard() steps from 4.x
     add f57584be9a Merge branch '3.8-dev'
     add d3a6421790 Minor text changes after merge of discard/none backport to 
3.8 CTR
     add 2fee31568f javadoc on discard() CTR
     add 16bc514f03 Merge branch '3.8-dev'
     add df775b0c78 TINKERPOP-3178 choose semantics consistency improvements
     add aa15e39449 Merge branch '3.8-dev'
     add 14b6f105b0 Removed ResultQueue#aggregatedResult
     add 1fda8cdaac Merge branch '3.8-dev'
     add 93ec874926 Update website for 3.7.4 releases CTR
     add ecc1ed46e6 Bump react and @types/react in /docs/gremlint

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   (e35bb1db51)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/docs/gremlint/master/multi-7231a3f30a 
(ecc1ed46e6)

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                                 |   7 +
 docs/gremlint/package-lock.json                    |  11 +-
 docs/gremlint/package.json                         |   2 +-
 docs/site/home/community.html                      |   8 +-
 docs/site/home/download.html                       |  73 ++-
 docs/site/home/index.html                          |  10 +-
 docs/src/dev/provider/gremlin-semantics.asciidoc   | 128 +++--
 docs/src/reference/the-traversal.asciidoc          | 142 +++++-
 docs/src/upgrade/release-3.8.x.asciidoc            | 131 ++++++
 .../tinkerpop/gremlin/process/traversal/Pick.java  |  15 +-
 .../gremlin/process/traversal/Traversal.java       |   7 +-
 .../traversal/dsl/graph/GraphTraversal.java        |  64 ++-
 .../gremlin/process/traversal/dsl/graph/__.java    |  21 +
 .../traversal/lambda/PredicateTraversal.java       |   4 +
 .../process/traversal/step/branch/BranchStep.java  |  34 +-
 .../process/traversal/step/branch/ChooseStep.java  |  94 +++-
 .../grammar/TraversalMethodVisitorTest.java        |   8 +-
 .../src/Gremlin.Net/Process/Traversal/Pick.cs      |   3 +
 .../tinkerpop/gremlin/driver/ResultQueue.java      |   7 -
 gremlin-go/driver/traversal.go                     |  10 +-
 .../gremlin-javascript/lib/process/traversal.ts    |   2 +-
 .../gremlin-javascript/test/cucumber/gremlin.js    |  31 +-
 gremlin-language/src/main/antlr4/Gremlin.g4        |   3 +
 .../python/gremlin_python/process/traversal.py     |   3 +-
 gremlin-python/src/main/python/radish/gremlin.py   |  31 +-
 .../process/traversal/step/branch/ChooseTest.java  |  10 +-
 .../gremlin/test/features/branch/Choose.feature    | 520 ++++++++++++++++++++-
 27 files changed, 1237 insertions(+), 142 deletions(-)

Reply via email to