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

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


 discard ee885dc74 clang tidy fixes 2
 discard 473cadd25 clang tidy fixes
 discard edd150dcb MINIFICPP-2611 Upgrade Catch2
 discard ec7895ee2 review change
 discard 63a728203 disable portability-template-virtual-member-function
 discard 53f1b6696 revert Configure.h
 discard f62a32e6a win fix
 discard e23d2d7f0 clang tidy fixes
 discard 611e3d995 win fix
 discard 54f841c55 Apply suggestions from code review
 discard 5d36afd3f review changes
 discard ac4f748e2 review changes
 discard 026f04c08 MINIFICPP-2584 Linux Filesystem Hierarchy Standard support
     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 95ca031d6 MINIFICPP-2362 Improve handling of script extensions in 
Windows MSI
     add 30ddcb946 MINIFICPP-2561 Properties with Allowed Values or Complex 
validators cannot support Expression Language
     add 8874d9029 MINIFICPP-2584 Linux Filesystem Hierarchy Standard support
     add cecc29f7f review changes
     add 786fa3aeb review changes
     add a475b3fa0 Apply suggestions from code review
     add cde8a9a13 win fix
     add 7e69771d0 clang tidy fixes
     add 1d0e18107 win fix
     add c4744d65c revert Configure.h
     add de95f536a review change
     add 491204618 clang tidy fixes
     add 49031d983 clang tidy fixes 2

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   (ee885dc74)
            \
             N -- N -- N   refs/heads/MINIFICPP-2584-minifi-api (49031d983)

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                                        |  1 -
 .gitignore                                         |  1 +
 CMakeLists.txt                                     |  8 +-
 .../include/core/PropertyDefinitionBuilder.h       | 11 +++
 core-framework/include/utils/PropertyErrors.h      |  3 +-
 .../include/utils/ProcessorConfigUtils.h           | 22 ++---
 extensions/aws/processors/AwsProcessor.cpp         | 10 ++-
 .../azure/processors/FetchAzureDataLakeStorage.h   |  1 -
 .../azure/tests/FetchAzureDataLakeStorageTests.cpp | 14 ++-
 .../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 +---
 .../llamacpp/tests/RunLlamaCppInferenceTests.cpp   |  2 +-
 extensions/opc/include/putopc.h                    |  3 +-
 extensions/opc/tests/PutOpcProcessorTests.cpp      | 22 ++---
 extensions/python/PYTHON.md                        |  3 +-
 extensions/python/PythonDependencyInstaller.cpp    | 65 ++++++++++++--
 .../utils/dependency_installer.py                  | 12 ++-
 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/FlowFileSource.h         |  2 -
 extensions/sql/processors/SQLProcessor.cpp         | 13 +--
 .../standard-processors/modbus/FetchModbusTcp.cpp  | 18 ++--
 .../standard-processors/processors/GetTCP.cpp      | 23 ++---
 extensions/standard-processors/processors/GetTCP.h |  3 -
 .../standard-processors/processors/InvokeHTTP.cpp  | 11 +--
 .../standard-processors/processors/PutTCP.cpp      | 13 +--
 extensions/standard-processors/processors/PutTCP.h |  2 -
 .../standard-processors/processors/RetryFlowFile.h |  1 -
 .../standard-processors/processors/SplitRecord.cpp | 25 +-----
 .../standard-processors/processors/TailFile.cpp    | 37 +++-----
 .../standard-processors/processors/TailFile.h      |  3 -
 .../standard-processors/tests/unit/GetTCPTests.cpp |  2 +-
 .../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 ++++++++++++++++++++++
 libminifi/test/unit/PropertyValidationTests.cpp    | 18 +++-
 packaging/msi/WixWin.wsi.in                        |  2 +-
 62 files changed, 496 insertions(+), 372 deletions(-)

Reply via email to