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

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


    omit bde9225b0 MINIFICPP-2600 Change RecordSetReader interface
     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 7740428cd MINIFICPP-2600 Change RecordSetReader interface

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   (bde9225b0)
            \
             N -- N -- N   refs/heads/MINIFICPP-2600 (7740428cd)

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 | 23 +----
 .../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, 435 insertions(+), 335 deletions(-)

Reply via email to