This is an automated email from the ASF dual-hosted git repository.
fgerlits pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from e2436e2d7 MINIFICPP-2519 Property refactor based on minifi-api
new cc9ea913e MINIFICPP-2475 Fix CivetWeb build dependencies
new 14096e287 MINIFICPP-2552 Schema generation: simplify usage, drive-by
changes
new e60e52825 MINIFICPP-2554 Use PythonLibLoader on macOS, as well
new db828ba53 MINIFICPP-2557 Fix flaky test
The 4 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 | 2 +-
cmake/CivetWeb.cmake | 6 +
extensions/civetweb/CMakeLists.txt | 2 +-
.../civetweb/tests}/C2VerifyServeResults.cpp | 0
extensions/civetweb/tests/CMakeLists.txt | 4 +-
.../civetweb/tests}/HttpPostIntegrationTest.cpp | 3 -
extensions/elasticsearch/tests/CMakeLists.txt | 7 +-
extensions/grafana-loki/tests/CMakeLists.txt | 7 +-
extensions/python/CMakeLists.txt | 10 +-
.../python/pythonlibloader/PythonLibLoader.cpp | 9 +-
extensions/splunk/tests/CMakeLists.txt | 7 +-
.../standard-processors/tests/CMakeLists.txt | 4 +-
.../tests/integration/InvokeHTTPTests.cpp | 145 ++++++++++++---------
libminifi/test/integration/C2AssetSyncTest.cpp | 51 +++++---
libminifi/test/integration/C2NullConfiguration.cpp | 2 -
.../test/integration/C2VerifyHeartbeatAndStop.cpp | 2 -
.../C2VerifyLightweightHeartbeatAndStop.cpp | 2 -
.../C2VerifyResourceConsumptionInHeartbeat.cpp | 2 -
libminifi/test/integration/CMakeLists.txt | 2 +-
libminifi/test/libtest/CMakeLists.txt | 4 +
libminifi/test/libtest/integration/CMakeLists.txt | 4 +-
libminifi/test/unit/CertificateUtilsTests.cpp | 4 +-
minifi_main/MiNiFiMain.cpp | 38 +++---
23 files changed, 178 insertions(+), 139 deletions(-)
rename {libminifi/test/integration =>
extensions/civetweb/tests}/C2VerifyServeResults.cpp (100%)
rename {libminifi/test/integration =>
extensions/civetweb/tests}/HttpPostIntegrationTest.cpp (94%)