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

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


    omit 1da64517f move AdvancedLogger.h to 
minifi-api/include/minifi-cpp/core/logging/AdvancedLogger.h
    omit a752ed0c7 fix linter issues with .clang-format update and 
RemoteProcessGroupPort.h reformat
    omit bed560728 review changes
    omit c7caa4b0e moved set_max_log_size and level to AdvancedLogger
    omit 8be1ca483 remove get/setTriggerWhenEmpty from ProcessorApi 2
    omit 697b3f9c3 remove get/setTriggerWhenEmpty from ProcessorApi
    omit ebd93c96f removed MinifiLoggerSetMaxLogSize
    omit cad4dcd62 copilot review changes
    omit f808921ab remove minifiSystemControllerServiceType
    omit 80c4b54b4 MINIFICPP-2850 Finalize stable API before 1.0
     add 4ca62e0cb MINIFICPP-2846 minifi-encrypt-config should encrypt 
sensitive propert… (#2204)
     add 0d27eac24 MINIFICPP-2857 Processors w/o relationships have incomplete 
manifest … (#2207)
     add 7a731a2d4 MINIFICPP-2850 Finalize stable API before 1.0
     add 4c9a67ea5 remove minifiSystemControllerServiceType
     add a7cc12b8f copilot review changes
     add ba9fcfbd8 removed MinifiLoggerSetMaxLogSize
     add a0aa065e5 remove get/setTriggerWhenEmpty from ProcessorApi
     add d4c1a25d1 remove get/setTriggerWhenEmpty from ProcessorApi 2
     add 989f4c720 moved set_max_log_size and level to AdvancedLogger
     add da8424e4e review changes
     add 0d8c61bd9 fix linter issues with .clang-format update and 
RemoteProcessGroupPort.h reformat
     add 13b1b18c5 move AdvancedLogger.h to 
minifi-api/include/minifi-cpp/core/logging/AdvancedLogger.h

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   (1da64517f)
            \
             N -- N -- N   refs/heads/beke_2 (13b1b18c5)

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           |  6 ++
 encrypt-config/ConfigFile.cpp                      | 39 ----------
 encrypt-config/ConfigFileEncryptor.h               | 29 --------
 encrypt-config/EncryptConfig.cpp                   | 66 ++++++++++++-----
 encrypt-config/EncryptConfig.h                     |  4 +-
 encrypt-config/EncryptConfigMain.cpp               | 12 +++-
 ...leEncryptor.cpp => PropertiesFileEncryptor.cpp} | 43 ++++++++----
 .../{ConfigFile.h => PropertiesFileEncryptor.h}    | 16 ++---
 encrypt-config/tests/EncryptConfigTests.cpp        | 64 +++++++++++++++++
 ...rTests.cpp => PropertiesFileEncryptorTests.cpp} | 51 +++++++++-----
 encrypt-config/tests/resources/conf/bootstrap.conf |  1 +
 .../minifi.properties}                             |  6 +-
 .../conf/minifi.properties.d/20_llm.properties     |  5 +-
 .../conf/minifi.properties.d/90_c2.properties      |  6 +-
 libminifi/include/properties/Properties.h          |  8 +++
 libminifi/include/properties/PropertiesFile.h      |  1 -
 .../src/core/state/nodes/AgentInformation.cpp      |  7 +-
 libminifi/src/properties/Properties.cpp            | 38 +++++-----
 .../test}/resources/minifi.properties              |  0
 ...th-additional-sensitive-props.minifi.properties |  0
 .../test/unit/PropertiesFileTests.cpp              | 82 +++++++++-------------
 21 files changed, 274 insertions(+), 210 deletions(-)
 delete mode 100644 encrypt-config/ConfigFile.cpp
 delete mode 100644 encrypt-config/ConfigFileEncryptor.h
 rename encrypt-config/{ConfigFileEncryptor.cpp => PropertiesFileEncryptor.cpp} 
(56%)
 rename encrypt-config/{ConfigFile.h => PropertiesFileEncryptor.h} (69%)
 create mode 100644 encrypt-config/tests/EncryptConfigTests.cpp
 rename encrypt-config/tests/{ConfigFileEncryptorTests.cpp => 
PropertiesFileEncryptorTests.cpp} (68%)
 create mode 100644 encrypt-config/tests/resources/conf/bootstrap.conf
 copy 
encrypt-config/tests/resources/{with-additional-sensitive-props.minifi.properties
 => conf/minifi.properties} (96%)
 copy extensions/python/tests/features/resources/subtractutils.py => 
encrypt-config/tests/resources/conf/minifi.properties.d/20_llm.properties (87%)
 copy extensions/python/tests/features/resources/subtractutils.py => 
encrypt-config/tests/resources/conf/minifi.properties.d/90_c2.properties (87%)
 copy {encrypt-config/tests => libminifi/test}/resources/minifi.properties 
(100%)
 copy {encrypt-config/tests => 
libminifi/test}/resources/with-additional-sensitive-props.minifi.properties 
(100%)
 rename encrypt-config/tests/ConfigFileTests.cpp => 
libminifi/test/unit/PropertiesFileTests.cpp (65%)

Reply via email to