This is an automated email from the ASF dual-hosted git repository.
lordgamez pushed a change to branch MINIFICPP-2688
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit 59277ad78 Review update
omit 9932821b7 MINIFICPP-2688 Move site-to-site tests to modular docker
tests
omit a4391a6c0 Fix after rebase
omit 883ad84c0 Review update
omit 8a50f63bd Review update
omit ad6400339 MINIFICPP-2686 Move Prometheus tests to modular docker tests
add b525cc861 MINIFICPP-2725 python: fix EL with ENVIRONMENT scope
add e58d829b1 MINIFICPP-2728 upgrade openssl to 3.3.6
add 71908d19e MINIFICPP-2727 Stabilize verify package tests
add 7c18354a8 MINIFICPP-2729 Increase timeout for MacOS jobs
add f856bb60f MINIFICPP-2730 Check if config.yml exists when creating the
debug bundle
add 30fa5d153 MINIFICPP-2726 Fix HTTP S2S no data and error handling
add 162ccfb55 MINIFICPP-2732 Clear class descriptions when extensions are
cleared
add 4096b8637 MINIFICPP-2733 Fix compilation on Windows in debug mode with
Ninja
add 24933300e MINIFICPP-2734 Remove BinFiles from processor list
add 2f26cb92f MINIFICPP-2723 Add log and properties.d dir property files
to debug bundle
add b1137d2b7 MINIFICPP-2736 Add checks of library unload result for class
description removal
add 1289b432c MINIFICPP-2686 Move Prometheus tests to modular docker tests
add 3cb1d0b19 Review update
add a326c2ba7 Review update
add c6bf55bd8 Fix after rebase
add a69c9b1cb MINIFICPP-2688 Move site-to-site tests to modular docker
tests
add d1744410e Review update
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 (59277ad78)
\
N -- N -- N refs/heads/MINIFICPP-2688 (d1744410e)
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:
.github/workflows/ci.yml | 2 +-
CMakeLists.txt | 2 +-
PROCESSORS.md | 29 ----------
README.md | 2 +-
.../containers/http_proxy_container.py | 1 +
.../minifi_test_framework/steps/checking_steps.py | 10 ++--
cmake/BundledOpenSSL.cmake | 12 ++--
core-framework/src/http/HTTPClient.cpp | 5 +-
extensions/libarchive/BinFiles.cpp | 2 -
.../python/pythonprocessors/nifiapi/properties.py | 8 +--
.../tests/features/environment.py | 21 +++++++
.../tests/features/repository.feature | 1 +
.../standard-processors/tests/features/s2s.feature | 4 ++
.../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 | 22 +++++++-
libminifi/src/agent/agent_docs.cpp | 5 ++
libminifi/src/core/extension/Extension.cpp | 19 +++++++
libminifi/src/core/extension/ExtensionManager.cpp | 1 +
libminifi/src/sitetosite/HttpSiteToSiteClient.cpp | 65 +++++++++++++++-------
libminifi/test/integration/C2DebugBundleTest.cpp | 63 ++++++++++++++++++---
.../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 +
28 files changed, 232 insertions(+), 85 deletions(-)