This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a change to branch minifi_rust_impr
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit a31343646 property rework
omit a17beeefd MINIFICPP-2869 Improve rust api property validation and
property getters
add 6c3fa3399 refactor ManifestTestHelper.h into TestUtils.h
add 57c5806a9 MINIFICPP-2869 Improve rust api property validation and
property getters
add bbeede597 property rework
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 (a31343646)
\
N -- N -- N refs/heads/minifi_rust_impr (bbeede597)
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:
extensions/stable-api-testing/tests/ZooTests.cpp | 15 ++-
.../tests/unit/ManifestTestHelper.h | 129 ---------------------
.../tests/unit/ManifestTests.cpp | 38 +++---
libminifi/test/libtest/unit/TestUtils.cpp | 98 ++++++++++++++++
libminifi/test/libtest/unit/TestUtils.h | 12 ++
.../minifi-cpp/core/ControllerServiceType.h | 2 +
.../core/ControllerServiceTypeDefinition.h | 2 +
7 files changed, 140 insertions(+), 156 deletions(-)
delete mode 100644
extensions/standard-processors/tests/unit/ManifestTestHelper.h