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 da0708613 MINIFICPP-2612 Remove unnecessary clang tidy checks
new 95ca031d6 MINIFICPP-2362 Improve handling of script extensions in
Windows MSI
new 30ddcb946 MINIFICPP-2561 Properties with Allowed Values or Complex
validators cannot support Expression Language
The 2 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:
CMakeLists.txt | 8 +-
cmake/Catch2.cmake | 4 +-
.../include/core/PropertyDefinitionBuilder.h | 11 +
core-framework/include/utils/PropertyErrors.h | 3 +-
.../azure/processors/FetchAzureDataLakeStorage.h | 1 -
.../azure/tests/FetchAzureDataLakeStorageTests.cpp | 14 +-
.../libarchive/tests/CompressContentTests.cpp | 619 ++++++++++-----------
.../llamacpp/tests/RunLlamaCppInferenceTests.cpp | 2 +-
extensions/opc/include/putopc.h | 3 +-
extensions/opc/tests/PutOpcProcessorTests.cpp | 22 +-
extensions/python/PYTHON.md | 3 +-
extensions/sql/processors/FlowFileSource.h | 2 -
extensions/standard-processors/processors/GetTCP.h | 2 -
extensions/standard-processors/processors/PutTCP.h | 2 -
.../standard-processors/processors/RetryFlowFile.h | 1 -
.../standard-processors/tests/unit/GetTCPTests.cpp | 2 +-
.../include/core/logging/LoggerConfiguration.h | 2 +-
libminifi/test/unit/LogMetricsPublisherTests.cpp | 3 +-
libminifi/test/unit/LoggerTests.cpp | 57 +-
libminifi/test/unit/PropertyValidationTests.cpp | 18 +-
msi/WixWin.wsi.in | 2 +-
21 files changed, 401 insertions(+), 380 deletions(-)