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

spmallette pushed a change to branch afd
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 discard dd296a604d Add curated llms-summary descriptions to page-leading doc 
sections
 discard 9aac355390 Publish an agent-friendly Markdown docs mirror + llms.txt 
(agentdocsspec.com)
     add 653545b993 Minor adjustments to dateDiff docs. CTR
     add 4b29b5f361 Add server-start prerequisite to Connecting via Console 
section
     add a7a6158612 TINKERPOP-3275 Fix gremlin-python GraphBinary 
BigInteger/BigDecimal serialization (#3539)
     add c81f7c343f TINKERPOP-3277: Fix gremlin-go GraphBinary serialization of 
zero BigInteger/BigDecimal (#3540)
     add 3a216a7fb7 Fix automatic GLV version propagation (#3547)
     add 816cfc886d TINKERPOP-3271 `subgraph()` throws a descriptive error for 
non-Edge input (#3556)
     add 561f0d964c [TINKERPOP-2085]: Remove Mono dependency from 
gremlin-dotnet build/release (#3548)
     add 7e1820c51b TINKERPOP-3270 `where(P)` throws a descriptive error for 
non-String scope keys (#3559)
     add 50de6da025 TINKERPOP-3151 Allow float literals without a leading digit 
(#3558)
     new 419e3131a0 Publish an agent-friendly Markdown docs mirror + llms.txt 
(agentdocsspec.com)
     new cce078a1ca Add curated llms-summary descriptions to page-leading doc 
sections

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   (dd296a604d)
            \
             N -- N -- N   refs/heads/afd (cce078a1ca)

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 2 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:
 CHANGELOG.asciidoc                                 |  7 +-
 docker/Dockerfile                                  |  6 +-
 .../dev/developer/development-environment.asciidoc | 18 ++---
 docs/src/dev/developer/release.asciidoc            | 11 +--
 docs/src/reference/gremlin-applications.asciidoc   | 15 +++-
 docs/src/reference/the-traversal.asciidoc          | 10 ++-
 .../language/grammar/GenericLiteralVisitor.java    |  2 +-
 .../traversal/step/filter/WherePredicateStep.java  | 10 ++-
 .../traversal/step/sideEffect/SubgraphStep.java    | 10 ++-
 .../grammar/GeneralLiteralVisitorTest.java         | 11 ++-
 .../Gremlin.Net.Template.csproj                    |  2 +
 gremlin-dotnet/src/pom.xml                         | 73 ++++----------------
 .../Gherkin/GherkinTestRunner.cs                   |  3 +-
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |  6 ++
 .../Gherkin/IgnoreException.cs                     |  8 ++-
 gremlin-go/driver/cucumber/gremlin.go              |  6 ++
 gremlin-go/driver/graphBinary.go                   |  2 +-
 gremlin-go/driver/graphBinary_test.go              | 28 ++++++++
 gremlin-javascript/pom.xml                         | 24 +++++--
 .../gremlin-javascript/test/cucumber/gremlin.js    |  6 ++
 gremlin-language/src/main/antlr4/Gremlin.g4        |  6 +-
 gremlin-python/pom.xml                             | 41 +++++++++++
 .../src/main/python/gremlin_python/__init__.py     |  2 +-
 .../gremlin_python/structure/io/graphbinaryV1.py   | 18 ++---
 .../src/main/python/tests/feature/gremlin.py       |  6 ++
 .../python/tests/unit/io/test_graphbinaryV1.py     | 37 ++++++++++
 .../process/traversal/step/filter/WhereTest.java   | 45 ++++++++++++
 .../test/features/sideEffect/Inject.feature        | 79 +++++++++++++++++++++-
 gremlint/pom.xml                                   | 37 +++++-----
 .../sideEffect/TinkerGraphSubgraphStepTest.java    | 60 ++++++++++++++++
 30 files changed, 455 insertions(+), 134 deletions(-)
 create mode 100644 
tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/process/traversal/step/sideEffect/TinkerGraphSubgraphStepTest.java

Reply via email to