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

martinzink pushed a change to branch minifi_behave_impr
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


    omit ea2acda4c rebase
    omit ce7fb8e7a review change
    omit 0cf473839 MINIFICPP-2883 Support host file copies in docker behave 
other small improvements
     add 8be29c104 MINIFICPP-2885 Allow explictily unsetting properties with 
default value (#2241)
     add 148097ab3 MINIFICPP-2888 Fixing build failure in rocky (#2250)
     add 4ee6b4fe8 MINIFICPP-2887 Memory leak in 
minifi_process_session_transfer/minifi_process_session_remove (#2249)
     add ae7a6bb19 MINIFICPP-2883 Support host file copies in docker behave 
other small improvements
     add a9b84f2ca review change
     add ddc66a180 rebase

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   (ea2acda4c)
            \
             N -- N -- N   refs/heads/minifi_behave_impr (ddc66a180)

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           |  45 +++++
 .github/workflows/memcheck_ci.yml                  |   1 +
 .../include/core/ConfigurableComponentImpl.h       |   1 +
 .../src/core/ConfigurableComponentImpl.cpp         |  10 +
 docker/rockylinux/Dockerfile                       |  12 +-
 extensions/llamacpp/tests/CMakeLists.txt           |   1 +
 .../stable-api-testing/ExtensionInitializer.cpp    |   2 +
 extensions/stable-api-testing/PropertyTester.h     |  97 +++++++++
 extensions/stable-api-testing/tests/CMakeLists.txt |   1 +
 .../tests/PropertyTesterTests.cpp                  | 221 +++++++++++++++++++++
 .../src/core/flow/StructuredConfiguration.cpp      |  21 +-
 libminifi/src/minifi-api.cpp                       |   8 +-
 .../resources/TestC2DescribeCoreComponentState.yml |   4 +
 libminifi/test/unit/ProcessSessionTests.cpp        |  30 +++
 .../minifi-cpp/core/ConfigurableComponent.h        |   1 +
 minifi-api/include/minifi-cpp/core/Property.h      |   1 +
 16 files changed, 445 insertions(+), 11 deletions(-)
 create mode 100644 extensions/stable-api-testing/PropertyTester.h
 create mode 100644 extensions/stable-api-testing/tests/PropertyTesterTests.cpp

Reply via email to