This is an automated email from the ASF dual-hosted git repository.
fgerlits pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from 04da95a7f MINIFICPP-1697 Give a better error message on unsupported
algorithms in HashContent
new 01a5665c9 MINIFICPP-1949 ConsumeWindowsEventLog should have the
identifier regex compiled during onSchedule
new bd3d818b1 MINIFICPP-2000 Fixing GetFile's inconsistent attributes
new 8f210b76f MINIFICPP-1995 Add configuring path for flowfile_checkpoint
directory
new 8a6518e52 MINIFICPP-2023 Skip brew update to avoid python link failure
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/ci.yml | 7 +-
CONFIGURE.md | 165 +++++++++----------
conf/minifi.properties | 1 +
controller/Controller.h | 4 +-
.../daemon-set-log-collection.yml | 1 +
.../sidecar-log-collection.yml | 1 +
extensions/http-curl/tests/C2DebugBundleTest.cpp | 2 +-
.../http-curl/tests/C2PropertiesUpdateTests.cpp | 2 +-
.../rocksdb-repos/DatabaseContentRepository.cpp | 2 +-
extensions/rocksdb-repos/FlowFileRepository.h | 8 +-
extensions/rocksdb-repos/ProvenanceRepository.h | 2 +-
extensions/script/tests/PythonManifestTests.cpp | 2 +-
.../standard-processors/processors/GetFile.cpp | 24 ++-
.../standard-processors/processors/GetFile.h | 2 +-
.../standard-processors/processors/ListFile.cpp | 1 -
.../tests/unit/AttributesToJSONTests.cpp | 20 +--
.../tests/unit/GetFileTests.cpp | 44 +++--
.../tests/unit/ListFileTests.cpp | 30 ++++
.../tests/unit/ProcessorTests.cpp | 12 +-
.../tests/unit/PutFileTests.cpp | 34 ++--
.../tests/unit/TailFileTests.cpp | 2 +-
extensions/windows-event-log/Bookmark.cpp | 67 ++++----
extensions/windows-event-log/Bookmark.h | 15 +-
.../windows-event-log/ConsumeWindowsEventLog.cpp | 179 +++++++++++----------
.../windows-event-log/ConsumeWindowsEventLog.h | 77 +++++----
.../windows-event-log/tests/BookmarkTests.cpp | 6 +-
extensions/windows-event-log/tests/CWELTestUtils.h | 4 +-
.../tests/ConsumeWindowsEventLogTests.cpp | 135 +++++++++-------
.../tests/MetadataWalkerTests.cpp | 63 +++++---
.../windows-event-log/wel/MetadataWalker.cpp | 37 +----
extensions/windows-event-log/wel/MetadataWalker.h | 37 ++---
.../windows-event-log/wel/WindowsEventLog.cpp | 134 ++++++++-------
extensions/windows-event-log/wel/WindowsEventLog.h | 48 +++---
libminifi/include/properties/Configuration.h | 1 +
libminifi/include/utils/OsUtils.h | 3 +
libminifi/src/Configuration.cpp | 1 +
libminifi/src/c2/C2Agent.cpp | 2 +-
.../src/core/repository/FileSystemRepository.cpp | 2 +-
libminifi/src/utils/OsUtils.cpp | 4 +
libminifi/test/unit/FilePatternTests.cpp | 10 +-
libminifi/test/unit/FileUtilsTests.cpp | 6 +-
minifi_main/MiNiFiMain.cpp | 2 +-
42 files changed, 615 insertions(+), 584 deletions(-)