This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a change to branch minifi_rust_pgp
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit d8d95a67c cargo fmt
omit 491b928d8 rebase
omit 97b24c8cf MINIFICPP-2749 Add EncryptContentPGP and DecryptContentPGP
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
add bed1b3fa1 MINIFICPP-2749 Add EncryptContentPGP and DecryptContentPGP
add 55e983ac7 rebase
add 3c78d17b4 cargo fmt
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 (d8d95a67c)
\
N -- N -- N refs/heads/minifi_rust_pgp (3c78d17b4)
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