This is an automated email from the ASF dual-hosted git repository.
lordgamez pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from 0ed0524e7 MINIFICPP-2608 Refresh outdated linter cmake target
new 6e8114aa9 MINIFICPP-2576 Improve CWEL performance
new f1758fab5 MINIFICPP-2599 parseOptionalControllerService should throw
new 28dc05893 MINIFICPP-2606 Improve logging for python virtualenv
initialization
new 50b943940 MINIFICPP-2610 Fixing false positive warnings with
ControllerServices
new da0708613 MINIFICPP-2612 Remove unnecessary clang tidy checks
The 5 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:
.clang-tidy | 3 +-
.gitignore | 1 +
.../include/utils/ProcessorConfigUtils.h | 22 ++---
extensions/aws/processors/AwsProcessor.cpp | 10 ++-
.../controllerservices/CouchbaseClusterService.cpp | 15 +---
.../controllerservices/CouchbaseClusterService.h | 2 -
.../couchbase/processors/GetCouchbaseKey.cpp | 3 +-
.../couchbase/processors/PutCouchbaseKey.cpp | 3 +-
extensions/elasticsearch/PostElasticsearch.cpp | 17 +---
extensions/elasticsearch/PostElasticsearch.h | 2 -
extensions/gcp/processors/GCSProcessor.cpp | 7 +-
extensions/grafana-loki/PushGrafanaLoki.cpp | 15 +---
extensions/grafana-loki/PushGrafanaLoki.h | 1 -
extensions/grafana-loki/PushGrafanaLokiGrpc.cpp | 22 ++---
extensions/grafana-loki/PushGrafanaLokiREST.cpp | 3 +-
.../processors/CollectKubernetesPodMetrics.cpp | 16 +---
extensions/python/PythonDependencyInstaller.cpp | 65 ++++++++++++--
.../utils/dependency_installer.py | 10 ++-
extensions/smb/FetchSmb.cpp | 3 +-
extensions/smb/ListSmb.cpp | 2 +-
extensions/smb/PutSmb.cpp | 2 +-
extensions/smb/SmbConnectionControllerService.cpp | 11 ---
extensions/smb/SmbConnectionControllerService.h | 2 -
extensions/splunk/PutSplunkHTTP.cpp | 2 +-
extensions/splunk/QuerySplunkIndexingStatus.cpp | 5 +-
extensions/splunk/SplunkHECProcessor.cpp | 6 --
extensions/splunk/SplunkHECProcessor.h | 1 -
extensions/sql/processors/SQLProcessor.cpp | 13 +--
.../standard-processors/modbus/FetchModbusTcp.cpp | 18 ++--
.../standard-processors/processors/GetTCP.cpp | 23 ++---
extensions/standard-processors/processors/GetTCP.h | 1 -
.../standard-processors/processors/InvokeHTTP.cpp | 11 +--
.../standard-processors/processors/PutTCP.cpp | 13 +--
.../standard-processors/processors/SplitRecord.cpp | 25 +-----
.../standard-processors/processors/TailFile.cpp | 37 +++-----
.../standard-processors/processors/TailFile.h | 3 -
.../windows-event-log/ConsumeWindowsEventLog.cpp | 33 +++++---
.../windows-event-log/ConsumeWindowsEventLog.h | 4 +-
.../tests/ConsumeWindowsEventLogTests.cpp | 24 ++++++
.../tests/MetadataWalkerTests.cpp | 86 ++++++++++---------
.../windows-event-log/wel/MetadataWalker.cpp | 9 +-
extensions/windows-event-log/wel/MetadataWalker.h | 9 +-
.../windows-event-log/wel/WindowsEventLog.cpp | 46 +++++++---
extensions/windows-event-log/wel/WindowsEventLog.h | 44 ++++++++--
.../src/core/flow/StructuredConfiguration.cpp | 10 ++-
.../integration/C2ControllerEnableFailureTest.cpp | 13 ++-
libminifi/test/unit/ProcessorConfigUtilsTests.cpp | 99 ++++++++++++++++++++++
47 files changed, 436 insertions(+), 336 deletions(-)