This is an automated email from the ASF dual-hosted git repository.
lordgamez pushed a change to branch MINIFICPP-2458
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit fdf5ea72b Make jsoncons system headers
omit 9c64bf82d Revert "Fix clang tidy issues"
omit 271147923 Fix clang tidy issues
omit f067a7e6a Fix clang tidy
omit 962189796 Fix after rebase
omit 665e72480 Review update
omit 18f6638e1 Review update
omit 923afbceb MINIFICPP-2458 Create EvaluateJsonPath processor
add 6e8114aa9 MINIFICPP-2576 Improve CWEL performance
add f1758fab5 MINIFICPP-2599 parseOptionalControllerService should throw
add 28dc05893 MINIFICPP-2606 Improve logging for python virtualenv
initialization
add 50b943940 MINIFICPP-2610 Fixing false positive warnings with
ControllerServices
add da0708613 MINIFICPP-2612 Remove unnecessary clang tidy checks
add c2201ddf5 MINIFICPP-2458 Create EvaluateJsonPath processor
add fcbdd4ed1 Review update
add d37701674 Review update
add 4f6099cc4 Fix after rebase
add bfcf9e411 Fix clang tidy
add 8fd11595e Fix clang tidy issues
add 316009777 Revert "Fix clang tidy issues"
add 22c53eff3 Make jsoncons system headers
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 (fdf5ea72b)
\
N -- N -- N refs/heads/MINIFICPP-2458 (22c53eff3)
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:
.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(-)