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

colegreer pushed a change to branch from-to-id-fix
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 discard 49d5e48845 fix feature test naming
 discard b74a997367 Apply suggestion from @andreachild
 discard ddb4f46554 Apply suggestion from @andreachild
 discard 7c188559a2 Apply suggestion from @andreachild
 discard df78ffa0e5 fix upgrade docs examples
 discard 180f83f136 fix ReferenceGrammarTest
 discard b4391a99e0 update docs
 discard 763c9b9f44 fix hashCode() in AddEdgeStepPlaceholders
 discard fceb8d9c43 Remove GenericArgument from from() and to().
     add 7ddb70f1d0 Updated Air Routes to the 1.0 version.
     add 0e7c2c6a25 TINKERPOP-3201 Fix tail inside repeat (#3248)
     add 7eaecf4264 CTR deprecate has(key, traversal)
     add bedcb12834 Merge branch '3.7-dev' into 3.8-dev
     add 76598e16e5 CTR fix bug in `asNumber()` where for `longValue()` method, 
BigDecimal needs to be truncated before calling `longValueExact()` or else it 
throws
     add 54c4271637 CTR Update equals and hashCode on step placeholders
     add d9be0e3126 Remove GenericArgument from from() and to().
     add e5862a58e9 fix hashCode() in AddEdgeStepPlaceholders
     add f13c1b23f2 update docs
     add 66ef3349ad fix ReferenceGrammarTest
     add cd5ca00fa5 fix upgrade docs examples
     add 3f4033efb1 Apply suggestion from @andreachild
     add 109610c5f4 Apply suggestion from @andreachild
     add b924695fa7 fix feature test naming

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   (49d5e48845)
            \
             N -- N -- N   refs/heads/from-to-id-fix (b924695fa7)

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                                 |      6 +-
 data/air-routes.json                               |   7368 +-
 data/air-routes.kryo                               |    Bin 3046434 -> 3405490 
bytes
 data/air-routes.xml                                | 523697 ++++++++++--------
 docs/src/upgrade/release-3.7.x.asciidoc            |     29 +
 docs/src/upgrade/release-3.8.x.asciidoc            |      8 +-
 .../traversal/step/filter/IsStepPlaceholder.java   |     12 +-
 .../traversal/step/filter/TailGlobalStep.java      |      6 +-
 .../step/filter/TailGlobalStepPlaceholder.java     |     11 +-
 .../step/map/AbstractAddEdgeStepPlaceholder.java   |      9 +
 .../map/AbstractAddElementStepPlaceholder.java     |     15 +-
 .../step/map/AbstractAddVertexStepPlaceholder.java |     16 +
 .../traversal/step/map/CallStepPlaceholder.java    |     22 +-
 .../traversal/step/map/GraphStepPlaceholder.java   |     20 +-
 .../step/map/TailLocalStepPlaceholder.java         |     11 +-
 .../traversal/step/map/VertexStepPlaceholder.java  |     72 +-
 .../sideEffect/AddPropertyStepPlaceholder.java     |     16 +-
 .../process/traversal/step/util/Parameters.java    |      9 +
 .../tinkerpop/gremlin/util/NumberHelper.java       |      8 +-
 .../traversal/step/map/AsNumberStepTest.java       |      9 +
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |      8 +
 gremlin-go/driver/cucumber/gremlin.go              |      8 +
 .../gremlin-javascript/test/cucumber/gremlin.js    |      8 +
 gremlin-python/src/main/python/radish/gremlin.py   |      8 +
 .../gremlin/driver/remote/RemoteWorld.java         |      5 +
 .../gremlin/test/features/branch/Repeat.feature    |    107 +-
 .../gremlin/test/features/map/AsNumber.feature     |     14 +
 .../spark/SparkGraphFeatureIntegrateTest.java      |      5 +
 .../gremlin/tinkergraph/structure/air-routes.kryo  |    Bin 3046434 -> 3405490 
bytes
 .../tinkerpop/gremlin/tinkergraph/TinkerWorld.java |      5 +
 30 files changed, 281826 insertions(+), 249686 deletions(-)

Reply via email to