This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch GValueManager3.8-wip
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
discard dc692e9fe5 wip - tests
discard 322dfb04e5 wip - tests
discard f2961640d4 wip - tests
discard 1d344550b9 wip - more tests
discard cb5133e247 wip-tests
discard 88981221c8 wip-f
new 35c38e8e91 wip strategy tests
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 (dc692e9fe5)
\
N -- N -- N refs/heads/GValueManager3.8-wip (35c38e8e91)
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:
.../traversal/step/map/AddEdgeStartStep.java | 10 +-
.../process/traversal/step/map/AddEdgeStep.java | 10 +-
.../traversal/step/map/AddVertexStartStep.java | 10 +-
.../process/traversal/step/map/AddVertexStep.java | 10 +-
.../traversal/step/sideEffect/AddPropertyStep.java | 5 +
.../step/stepContract/AddElementContract.java | 1 +
.../step/stepContract/DefaultAddEdgeContract.java | 16 ++-
.../stepContract/DefaultAddPropertyContract.java | 8 +-
.../stepContract/DefaultAddVertexContract.java | 6 +
.../strategy/decoration/PartitionStrategy.java | 32 +++--
.../strategy/decoration/PartitionStrategyTest.java | 132 ++++++++++++++++++---
11 files changed, 203 insertions(+), 37 deletions(-)