This is an automated email from the ASF dual-hosted git repository.
lordgamez pushed a change to branch MINIFICPP-2502
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit 37b3f3f34 Review update
omit 1889eaaf7 MINIFICPP-2502 Add processorBulletins C2 metric node to
FlowInformation
omit fc130f5e2 Fix clang tidy
omit 2fdeaf132 MINIFICPP-2512 Only use a single logger per processor
add cc9ea913e MINIFICPP-2475 Fix CivetWeb build dependencies
add 14096e287 MINIFICPP-2552 Schema generation: simplify usage, drive-by
changes
add e60e52825 MINIFICPP-2554 Use PythonLibLoader on macOS, as well
add db828ba53 MINIFICPP-2557 Fix flaky test
add 3737210b2 MINIFICPP-2483 Unify buffer sizes
add ed4a53a6e MINIFICPP-2540 Fail early if the SFTP Test Server build is
unsuccessful
add 280cb667f MINIFICPP-2512 Only use a single logger per processor
add d40b068c1 Fix clang tidy
add 3549d7318 Review update
add 8082841d6 MINIFICPP-2502 Add processorBulletins C2 metric node to
FlowInformation
add a776dffcb Review update
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 (37b3f3f34)
\
N -- N -- N refs/heads/MINIFICPP-2502 (a776dffcb)
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:
CMakeLists.txt | 2 +-
cmake/CivetWeb.cmake | 6 +
conf/minifi.properties | 3 +
controller/Controller.cpp | 3 +-
encrypt-config/tests/ConfigFileEncryptorTests.cpp | 6 +-
encrypt-config/tests/ConfigFileTests.cpp | 6 +-
encrypt-config/tests/resources/minifi.properties | 6 +
.../include/utils/file/FileReaderCallback.h | 3 +-
.../src/utils/file/FileReaderCallback.cpp | 15 +--
extensions/aws/s3/S3Wrapper.cpp | 6 +-
extensions/aws/s3/S3Wrapper.h | 3 +-
extensions/civetweb/CMakeLists.txt | 2 +-
.../civetweb/tests}/C2VerifyServeResults.cpp | 0
extensions/civetweb/tests/CMakeLists.txt | 4 +-
.../civetweb/tests}/HttpPostIntegrationTest.cpp | 3 -
extensions/elasticsearch/tests/CMakeLists.txt | 7 +-
extensions/execute-process/ExecuteProcess.cpp | 6 +-
extensions/execute-process/ExecuteProcess.h | 1 +
extensions/grafana-loki/tests/CMakeLists.txt | 7 +-
extensions/libarchive/FocusArchiveEntry.cpp | 9 +-
extensions/libarchive/ReadArchiveStream.h | 4 +-
extensions/libarchive/UnfocusArchiveEntry.cpp | 7 +-
.../libarchive/tests/CompressContentTests.cpp | 70 +++++-----
extensions/python/CMakeLists.txt | 10 +-
.../python/pythonlibloader/PythonLibLoader.cpp | 9 +-
.../rocksdb-repos/tests/ContentSessionTests.cpp | 4 +-
extensions/sftp/client/SFTPClient.cpp | 10 +-
extensions/sftp/client/SFTPClient.h | 9 +-
extensions/sftp/processors/FetchSFTP.cpp | 5 +-
extensions/sftp/processors/ListSFTP.cpp | 5 +-
extensions/sftp/processors/PutSFTP.cpp | 5 +-
extensions/sftp/processors/SFTPProcessorBase.cpp | 6 +-
extensions/sftp/processors/SFTPProcessorBase.h | 3 +-
extensions/sftp/tests/tools/CMakeLists.txt | 2 +-
extensions/smb/FetchSmb.cpp | 4 +-
extensions/smb/FetchSmb.h | 1 +
extensions/splunk/tests/CMakeLists.txt | 7 +-
.../processors/DefragmentText.cpp | 2 +-
.../standard-processors/processors/ExtractText.cpp | 37 +++---
.../standard-processors/processors/ExtractText.h | 4 +-
.../standard-processors/processors/FetchFile.cpp | 4 +-
.../standard-processors/processors/FetchFile.h | 1 +
.../standard-processors/processors/GetFile.cpp | 5 +-
.../standard-processors/processors/GetFile.h | 1 +
.../processors/SegmentContent.cpp | 9 +-
.../processors/SegmentContent.h | 3 +
.../processors/SplitContent.cpp | 15 ++-
.../standard-processors/processors/SplitContent.h | 3 +-
.../standard-processors/processors/SplitText.cpp | 43 +++---
.../standard-processors/processors/SplitText.h | 10 +-
.../standard-processors/processors/TailFile.cpp | 39 +++---
.../standard-processors/processors/TailFile.h | 1 +
.../standard-processors/tests/CMakeLists.txt | 4 +-
.../tests/integration/InvokeHTTPTests.cpp | 145 ++++++++++++---------
.../tests/unit/SplitContentTests.cpp | 4 +-
.../tests/unit/SplitTextTests.cpp | 53 ++++----
libminifi/include/controllers/SSLContextService.h | 12 +-
libminifi/include/core/logging/LoggerBase.h | 3 +-
libminifi/src/Configuration.cpp | 1 +
libminifi/src/Configure.cpp | 4 +-
libminifi/src/c2/ControllerSocketProtocol.cpp | 3 +-
libminifi/src/utils/tls/CertificateUtils.cpp | 10 +-
libminifi/test/integration/C2AssetSyncTest.cpp | 51 +++++---
libminifi/test/integration/C2NullConfiguration.cpp | 2 -
.../test/integration/C2VerifyHeartbeatAndStop.cpp | 2 -
.../C2VerifyLightweightHeartbeatAndStop.cpp | 2 -
.../C2VerifyResourceConsumptionInHeartbeat.cpp | 2 -
libminifi/test/integration/CMakeLists.txt | 2 +-
libminifi/test/libtest/CMakeLists.txt | 4 +
libminifi/test/libtest/integration/CMakeLists.txt | 4 +-
libminifi/test/unit/CertificateUtilsTests.cpp | 4 +-
libminifi/test/unit/ConfigurationUtilsTests.cpp | 38 ++++++
.../include/minifi-cpp/core/ProcessContext.h | 2 +-
.../include/minifi-cpp/properties/Configuration.h | 3 +-
.../include/minifi-cpp/properties/Configure.h | 7 +-
minifi_main/MiNiFiMain.cpp | 38 +++---
utils/include/core/ProcessContext.h | 35 ++---
utils/include/io/StreamPipe.h | 7 +-
.../include/utils/ConfigurationUtils.h | 13 +-
.../src/utils/ConfigurationUtils.cpp | 28 ++--
utils/src/utils/file/FileUtils.cpp | 7 +-
81 files changed, 528 insertions(+), 398 deletions(-)
rename {libminifi/test/integration =>
extensions/civetweb/tests}/C2VerifyServeResults.cpp (100%)
rename {libminifi/test/integration =>
extensions/civetweb/tests}/HttpPostIntegrationTest.cpp (94%)
create mode 100644 libminifi/test/unit/ConfigurationUtilsTests.cpp
copy libminifi/src/Funnel.cpp => utils/include/utils/ConfigurationUtils.h (79%)
copy minifi-api/include/minifi-cpp/core/VariableRegistry.h =>
utils/src/utils/ConfigurationUtils.cpp (58%)