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 d1265b7e7 property rework
    omit e09d57244 MINIFICPP-2869 Improve rust api property validation and 
property getters
     add 7b54eb7db MINIFICPP-2787 Do not encrypt empty properties and 
parameters (#2217)
     add 77b9c40e6 MINIFICPP-2876 Manifest bundles invalid groupname
     add 48261ebe0 refresh manifest
     add f719a8115 copilot review changes
     add c705db932 BundleIdentifier -> BundleCoordinate
     add 1648a0821 update manifest
     add 0a7c8fefe ManifestTestHelper.h changes
     add 2292cd89f MINIFICPP-2869 Improve rust api property validation and 
property getters
     add 12196160b 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   (d1265b7e7)
            \
             N -- N -- N   refs/heads/minifi_rust_impr (12196160b)

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:
 .../ubuntu_22_04_clang_arm_manifest.json           | 24940 ++++++++++---------
 Extensions.md                                      |     2 +
 cmake/Extensions.cmake                             |     4 +-
 core-framework/include/agent/agent_docs.h          |    26 +-
 core-framework/include/core/Resource.h             |     8 +-
 .../PropertyEncryptionUtils.cpp                    |     2 +-
 .../libtest/CProcessorTestUtils.h                  |     2 +-
 extensions/ExtensionInitializer.cpp                |     1 +
 extensions/aws/AwsLoader.cpp                       |     1 +
 extensions/gcp/ExtensionInitializer.cpp            |     1 +
 extensions/kafka/ExtensionInitializer.cpp          |     1 +
 extensions/llamacpp/ExtensionInitializer.cpp       |     1 +
 extensions/python/PythonCreator.h                  |     6 +-
 .../python/pythonlibloader/PythonLibLoader.cpp     |     1 +
 extensions/python/pythonloader/PyProcLoader.cpp    |     1 +
 extensions/sftp/SFTPLoader.cpp                     |     1 +
 .../AnimalControllerServiceApis.h                  |     1 +
 .../stable-api-testing/ExtensionInitializer.cpp    |     1 +
 extensions/stable-api-testing/ZooProcessor.cpp     |     4 +
 extensions/stable-api-testing/ZooProcessor.h       |     7 +
 extensions/stable-api-testing/tests/ZooTests.cpp   |    30 +
 .../tests/unit/ManifestTestHelper.h                |   129 +
 .../tests/unit/ManifestTests.cpp                   |   209 +-
 libminifi/include/core/extension/Extension.h       |     1 +
 libminifi/include/utils/CControllerService.h       |     2 +-
 libminifi/src/agent/JsonSchema.cpp                 |     4 +-
 libminifi/src/agent/agent_docs.cpp                 |     8 +-
 .../src/core/state/nodes/AgentInformation.cpp      |    33 +-
 libminifi/src/core/yaml/YamlFlowSerializer.cpp     |     8 +-
 libminifi/src/minifi-api.cpp                       |    23 +-
 .../extension-verification-test/CApiExtension.cpp  |     1 +
 .../CppApiExtension.cpp                            |     1 +
 .../test/libtest/integration/HTTPHandlers.cpp      |     6 +-
 libminifi/test/libtest/unit/Catch.h                |    17 +-
 libminifi/test/unit/ComponentManifestTests.cpp     |     6 +-
 libminifi/test/unit/ExpectedTest.cpp               |     9 +
 libminifi/test/unit/JsonFlowSerializerTests.cpp    |    40 +
 .../test/unit/PropertyEncryptionUtilsTests.cpp     |    12 +-
 libminifi/test/unit/YamlFlowSerializerTests.cpp    |    39 +-
 minifi-api/include/minifi-api.h                    |     1 +
 minifi-api/include/minifi-cpp/agent/agent_docs.h   |   130 +-
 minifi_main/AgentDocs.cpp                          |    73 +-
 .../extensions/minifi_rs_playground/src/lib.rs     |     1 +
 minifi_rust/minifi_native/src/lib.rs               |     3 +
 44 files changed, 13203 insertions(+), 12594 deletions(-)
 create mode 100644 
extensions/standard-processors/tests/unit/ManifestTestHelper.h

Reply via email to