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

kenhuuu pushed a change to branch ken/txtests
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 discard e3215405ee add tests
     add 60cd2f0dd3 CTR minor fix to concat() for GraphComputer & update 
feature tests
     add a0d5c831ad update merge feature tests (#2158)
     add 2a60d97b25 Merge branch '3.6-dev'
     add 3da00e55b9 CTR Minor docs and tests cleanup
     add c78d4f257e CTR fix license typo
     add 1dc5fa07cc Merge branch '3.5-dev' into 3.6-dev
     add ebd3def613 Merge branch '3.6-dev'
     add 561182de1d CTR A bunch of squashed dependabot PRs:
     add 98df6e5d77 CTR squashed docs/gremlint dependabots
     add 2d370ffedf CTR upgrade gremlint dependencies
     add 428e592eca Merge branch '3.5-dev' into 3.6-dev
     add 2f3304b1e7 Merge branch '3.6-dev'
     add c93705c7a5 Create gremlin-medal.png
     add cdbfb74972 Fixed up some language in the upgrade docs CTR
     add 62b3c1902b Fixed up formatting CTR
     add 8f9edf31a3 Merge branch '3.5-dev' into 3.6-dev
     add c456e943ce Merge branch '3.6-dev'
     new 9a9b0a8db4 Add extra testing around transaction isolation levels and 
update documentation CTR.

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   (e3215405ee)
            \
             N -- N -- N   refs/heads/ken/txtests (9a9b0a8db4)

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:
 docker/Dockerfile                                  |   2 +-
 docker/build/Dockerfile.template                   |   2 +-
 docker/hadoop/Dockerfile.template                  |   2 +-
 docs/gremlint/package-lock.json                    | 398 ++++++++++++++++-----
 docs/gremlint/package.json                         |   6 +-
 .../reference/implementations-tinkergraph.asciidoc |  25 +-
 docs/src/upgrade/release-3.5.x.asciidoc            |   6 +-
 docs/src/upgrade/release-3.7.x.asciidoc            |  80 +++--
 docs/static/images/gremlin-medal.png               | Bin 0 -> 322614 bytes
 gremlin-console/pom.xml                            |   4 +-
 .../process/traversal/step/map/ConcatStep.java     |  30 ++
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |   5 +-
 gremlin-driver/pom.xml                             |   4 +-
 gremlin-go/driver/cucumber/gremlin.go              |   5 +-
 .../gremlin-javascript/test/cucumber/gremlin.js    |   5 +-
 gremlin-python/src/main/python/radish/gremlin.py   |   5 +-
 gremlin-shaded/pom.xml                             |   4 +-
 gremlin-shaded/src/main/static/licenses/minilog    |  10 -
 .../src/main/static/licenses/minlog                |   0
 .../structure/TransactionMultiThreadedTest.java    |  11 +-
 .../gremlin/test/features/map/Concat.feature       |   5 +-
 .../gremlin/test/features/map/MergeEdge.feature    |  18 +-
 .../gremlin/test/features/map/MergeVertex.feature  |  29 +-
 gremlint/package-lock.json                         |  43 +--
 gremlint/package.json                              |   3 +-
 hadoop-gremlin/pom.xml                             |   2 +-
 neo4j-gremlin/pom.xml                              |   2 +-
 pom.xml                                            |  15 +-
 .../structure/TinkerTransactionGraphTest.java      | 263 +++++---------
 29 files changed, 563 insertions(+), 421 deletions(-)
 create mode 100644 docs/static/images/gremlin-medal.png
 delete mode 100644 gremlin-shaded/src/main/static/licenses/minilog
 copy {gremlin-console => gremlin-shaded}/src/main/static/licenses/minlog (100%)

Reply via email to