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

xiazcy pushed a change to branch go-opts-strat-gl-updates
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 discard eed6d36124 Updated datetime, added GValue, updated Options strategy, 
removed unneeded strategy package name, added NewTraversalStrategy to allow 
custom strategies.
 discard f17162ac36 clean up go mod
 discard fe00715905 revert map to not support ordered map derser, updated set, 
added marker class
 discard 64817af286 update graph binary serializer to 4.0.0 spec
 discard cc504314de Update Graph Binary serializer to 4.0.0 spec for Go (#3034)
    omit 4acf5a1f44 Add GremlinLang to Go driver (#2965)
     add 634aafcac4 Deprecated has_key_() for has_key() (#3030)
     add e0e79c5dfb Merge branch '3.7-dev'
     add a6dc5b9121 CTR: Reduce Dependabot activity
     add 0ff08d7389 CTR fix dependabot ignore cases
     add ab95d38f71 TINKERPOP-3111 add docs about serialization failures CTR
     add 31fac9e5ab Merge branch '3.7-dev'
     add c9051bdef1 TINKERPOP-3137 Allowed null as a Map value in mergeV/E
     add 1ecb2c3b5d Merge branch '3.7-dev'
     add 39f24f5640 Updated gremlin-server.sh to allow spaces in working 
directory (#3020)
     add 04e1226e2f Merge branch '3.7-dev'
     add b095321a48 Add GremlinLang to Go driver (#2965)
     add 11c2feb0c0 Update Graph Binary serializer to 4.0.0 spec for Go (#3034)
     new d34fb08774 Updated datetime, added GValue, updated Options strategy, 
removed unneeded strategy package name, added NewTraversalStrategy to allow 
custom strategies.

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   (eed6d36124)
            \
             N -- N -- N   refs/heads/go-opts-strat-gl-updates (d34fb08774)

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:
 .github/dependabot.yml                             | 62 +++++++++++-----------
 CHANGELOG.asciidoc                                 |  3 ++
 docs/src/dev/developer/for-committers.asciidoc     |  4 +-
 docs/src/dev/developer/release.asciidoc            |  6 +++
 docs/src/reference/gremlin-applications.asciidoc   | 16 ++++++
 docs/src/reference/gremlin-variants.asciidoc       |  2 +-
 .../traversal/step/map/MergeElementStep.java       |  9 ++--
 .../traversal/step/map/MergeVertexStepTest.java    | 15 ++++--
 .../gremlin-javascript/test/cucumber/gremlin.js    |  4 ++
 .../gremlin_python/process/graph_traversal.py      | 27 +++++++---
 gremlin-python/src/main/python/radish/gremlin.py   |  4 ++
 gremlin-server/src/main/bin/gremlin-server.sh      | 10 ++--
 .../gremlin/test/features/map/AddEdge.feature      |  1 +
 .../gremlin/test/features/map/AddVertex.feature    |  1 +
 .../gremlin/test/features/map/MergeEdge.feature    | 44 ++++++++++++++-
 .../gremlin/test/features/map/MergeVertex.feature  | 38 ++++++++++++-
 16 files changed, 191 insertions(+), 55 deletions(-)

Reply via email to