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 f856bb60f MINIFICPP-2730 Check if config.yml exists when creating the
debug bundle
new 30fa5d153 MINIFICPP-2726 Fix HTTP S2S no data and error handling
new 162ccfb55 MINIFICPP-2732 Clear class descriptions when extensions are
cleared
new 4096b8637 MINIFICPP-2733 Fix compilation on Windows in debug mode with
Ninja
new 24933300e MINIFICPP-2734 Remove BinFiles from processor list
new 2f26cb92f MINIFICPP-2723 Add log and properties.d dir property files
to debug bundle
The 5 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 +-
PROCESSORS.md | 29 ----------
README.md | 2 +-
.../minifi_test_framework/steps/checking_steps.py | 10 ++--
core-framework/src/http/HTTPClient.cpp | 5 +-
docker/test/integration/features/s2s.feature | 4 ++
extensions/libarchive/BinFiles.cpp | 2 -
.../include/core/extension/ExtensionManager.h | 6 ++
libminifi/include/properties/Configure.h | 3 +
libminifi/include/properties/Properties.h | 3 +-
libminifi/src/Configure.cpp | 14 +++++
libminifi/src/FlowController.cpp | 17 ++++++
libminifi/src/agent/agent_docs.cpp | 3 +
libminifi/src/core/extension/ExtensionManager.cpp | 8 +++
libminifi/src/sitetosite/HttpSiteToSiteClient.cpp | 65 +++++++++++++++-------
libminifi/test/integration/C2DebugBundleTest.cpp | 22 ++++++--
.../test/libtest/integration/IntegrationBase.cpp | 3 +-
.../test/libtest/integration/IntegrationBase.h | 9 ++-
minifi-api/include/minifi-cpp/agent/agent_docs.h | 1 +
.../include/minifi-cpp/properties/Configure.h | 3 +
.../include/minifi-cpp/properties/Properties.h | 1 +
21 files changed, 145 insertions(+), 67 deletions(-)