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

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


    omit d87c8a1bb MINIFICPP-2714 Move Kubernetes to modular docker tests
    omit 35547de1b Adjust deploy timeouts
    omit 7f5cb1c7c Review update
    omit 3aa7fa2fc MINIFICPP-2716 Refactor and stabilize modular docker tests
    omit 4efd1d61b MINIFICPP-2687 Move Python extension docker tests to modular 
docker tests
    omit ff1088c68 MINIFICPP-2688 Move site-to-site tests to modular docker 
tests
    omit 09575740c MINIFICPP-2709 Fix site to site receive using HTTP protocol
    omit fed598885 MINIFICPP-2686 Move Prometheus tests to modular docker tests
    omit 2a53e5159 MINIFICPP-2685 Move MQTT tests to modular docker tests
    omit 7037f68c0 MINIFICPP-2683 Move C2 docker tests to modular docker tests
     add 94a8480ac MINIFICPP-2703 Update GCP extension to use unified 
credentials
     add 18380fc7d MINIFICPP-2707 Catch exceptions during C2 Start/Stop commands
     add 9187c2efd MINIFICPP-2709 Fix site to site receive using HTTP protocol
     add 961f352f0 MINIFICPP-2713 curl: upgrade to 8.18.0
     add 3b9711e69 MINIFICPP-2720 Overwrite agent_version.cpp instead of 
appending
     add 2ac1f1b86 MINIFICPP-2721 Fix rocky linux docker image name retrieval 
in CI
     add d24d32400 MINIFICPP-2683 Move C2 docker tests to modular docker tests
     add e730451c9 MINIFICPP-2685 Move MQTT tests to modular docker tests
     add ebc89c186 MINIFICPP-2256 Remove LoggerConfiguration::newInstance
     add 3b1334649 MINIFICPP-2722 C API enum explicit type
     add 3190ca615 MINIFICPP-2724 Add MinifiStatus return type to C api 
function that might fail
     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
     add 182db067f MINIFICPP-2687 Move Python extension docker tests to modular 
docker tests
     add 962b651a3 Review update
     add 3205857e7 MINIFICPP-2716 Refactor and stabilize modular docker tests
     add 4fadf4a91 Review update
     add f2ff56139 Adjust deploy timeouts
     add 2394da40e Avoid HTTP test failures due to DNS negative caching
     add 3e4348216 MINIFICPP-2714 Move Kubernetes to modular docker tests

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   (d87c8a1bb)
            \
             N -- N -- N   refs/heads/MINIFICPP-2714 (3e4348216)

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                           |   4 +-
 CMakeLists.txt                                     |   2 +-
 PROCESSORS.md                                      |  29 -----
 README.md                                          |   2 +-
 .../minifi_test_framework/containers/container.py  |   5 +-
 .../containers/http_proxy_container.py             |   1 +
 .../containers/minifi_container.py                 |  39 ++-----
 .../minifi_test_framework/steps/checking_steps.py  |  18 +---
 .../steps/configuration_steps.py                   |  23 +---
 .../src/minifi_test_framework/steps/core_steps.py  |  32 ++----
 cmake/BundledLibcURL.cmake                         |   8 +-
 cmake/BundledOpenSSL.cmake                         |  12 +--
 cmake/GoogleCloudCpp.cmake                         |   4 +-
 core-framework/include/http/HTTPStream.h           |   6 ++
 core-framework/src/http/HTTPClient.cpp             |   5 +-
 .../include/api/core/ProcessContext.h              |   2 -
 .../include/api/utils/ProcessorConfigUtils.h       |  24 ++---
 .../cpp-extension-lib/src/core/ProcessContext.cpp  |  10 --
 .../cpp-extension-lib/src/core/ProcessSession.cpp  |  22 ++--
 .../include/utils/ProcessorConfigUtils.h           |  24 ++---
 .../azure/tests/FetchAzureDataLakeStorageTests.cpp |   2 +-
 extensions/civetweb/tests/features/http.feature    | 117 +++++++++++----------
 extensions/civetweb/tests/features/https.feature   | 117 +++++++++++----------
 .../GCPCredentialsControllerService.cpp            |  37 ++-----
 .../GCPCredentialsControllerService.h              |   9 +-
 extensions/gcp/processors/GCSProcessor.cpp         |  14 ++-
 extensions/gcp/processors/GCSProcessor.h           |   6 +-
 .../tests/GCPCredentialsControllerServiceTests.cpp |  17 +--
 extensions/libarchive/BinFiles.cpp                 |   2 -
 .../llamacpp/tests/RunLlamaCppInferenceTests.cpp   |   4 +-
 extensions/mqtt/tests/ConsumeMQTTTests.cpp         |   4 +-
 extensions/mqtt/tests/PublishMQTTTests.cpp         |   2 +-
 .../features/containers/mqtt_broker_container.py   |   2 +-
 extensions/mqtt/tests/features/mqtt.feature        |  14 +--
 .../features/containers/prometheus_container.py    |   4 +-
 .../tests/features/resources/prometheus_checker.py |   8 +-
 .../prometheus/tests/features/steps/steps.py       |  22 +++-
 .../python/pythonprocessors/nifiapi/properties.py  |   8 +-
 extensions/python/tests/features/python.feature    |   1 +
 .../tests/features/environment.py                  |  21 ++++
 .../tests/features/repository.feature              |   1 +
 .../standard-processors/tests/features/s2s.feature |   4 +
 .../features/steps}/minifi_c2_server_container.py  |   0
 .../resources/minifi-c2-server/authorizations.yaml |   0
 .../resources/minifi-c2-server/c2.properties       |   0
 .../steps}/resources/minifi-c2-server/config.yml   |   0
 .../tests/features/steps/steps.py                  |  54 +++++++++-
 .../tests/unit/SegmentContentTests.cpp             |   4 +-
 .../tests/unit/SplitContentTests.cpp               |   2 +-
 .../tests/unit/SplitTextTests.cpp                  |   2 +-
 generateVersion.bat                                |   2 +-
 .../include/core/extension/ExtensionManager.h      |   6 ++
 .../include/core/logging/LoggerConfiguration.h     |   9 +-
 libminifi/include/properties/Configure.h           |   3 +
 libminifi/include/properties/Properties.h          |   3 +-
 libminifi/include/sitetosite/SiteToSiteClient.h    |   4 +-
 libminifi/src/Configure.cpp                        |  14 +++
 libminifi/src/FlowController.cpp                   |  22 +++-
 libminifi/src/agent/agent_docs.cpp                 |   5 +
 libminifi/src/c2/C2Agent.cpp                       |  26 +++--
 libminifi/src/core/extension/Extension.cpp         |  19 ++++
 libminifi/src/core/extension/ExtensionManager.cpp  |   1 +
 libminifi/src/minifi-c.cpp                         |  31 +++---
 libminifi/src/sitetosite/HttpSiteToSiteClient.cpp  |  69 ++++++++----
 libminifi/test/integration/C2DebugBundleTest.cpp   |  63 +++++++++--
 .../test/libtest/integration/IntegrationBase.cpp   |   3 +-
 .../test/libtest/integration/IntegrationBase.h     |   9 +-
 libminifi/test/libtest/unit/TestBase.cpp           |   7 +-
 libminifi/test/unit/LoggerTests.cpp                |  84 +++++++--------
 minifi-api/include/minifi-c/minifi-c.h             |  15 ++-
 minifi-api/include/minifi-cpp/agent/agent_docs.h   |   1 +
 .../include/minifi-cpp/properties/Configure.h      |   3 +
 .../include/minifi-cpp/properties/Properties.h     |   1 +
 minifi-api/minifi-c-api.def                        |   1 -
 thirdparty/curl/module-path.patch                  |  17 ++-
 75 files changed, 669 insertions(+), 499 deletions(-)
 rename {behave_framework/src/minifi_test_framework/containers => 
extensions/standard-processors/tests/features/steps}/minifi_c2_server_container.py
 (100%)
 rename {behave_framework/src/minifi_test_framework/containers => 
extensions/standard-processors/tests/features/steps}/resources/minifi-c2-server/authorizations.yaml
 (100%)
 rename {behave_framework/src/minifi_test_framework/containers => 
extensions/standard-processors/tests/features/steps}/resources/minifi-c2-server/c2.properties
 (100%)
 rename {behave_framework/src/minifi_test_framework/containers => 
extensions/standard-processors/tests/features/steps}/resources/minifi-c2-server/config.yml
 (100%)

Reply via email to