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

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


    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 cb907ae1b MINIFICPP-2683 Move C2 docker tests to modular docker tests
     add f966fbe79 Review update
     add 4a9e9cb2c 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   (7037f68c0)
            \
             N -- N -- N   refs/heads/MINIFICPP-2683 (4a9e9cb2c)

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 +-
 .../containers/minifi_container.py                 | 22 +------
 .../minifi_test_framework/steps/checking_steps.py  |  8 ---
 .../src/minifi_test_framework/steps/core_steps.py  | 28 ---------
 cmake/BundledLibcURL.cmake                         |  8 ++-
 cmake/GoogleCloudCpp.cmake                         |  4 +-
 core-framework/include/http/HTTPStream.h           | 69 +++++++++-------------
 core-framework/src/http/HTTPStream.cpp             | 34 +++++------
 .../Minifi_flow_json_serializer.py                 |  1 +
 .../Minifi_flow_yaml_serializer.py                 |  1 +
 .../GCPCredentialsControllerService.cpp            | 37 ++++--------
 .../GCPCredentialsControllerService.h              |  9 ++-
 extensions/gcp/processors/GCSProcessor.cpp         | 14 +++--
 extensions/gcp/processors/GCSProcessor.h           |  6 +-
 .../tests/GCPCredentialsControllerServiceTests.cpp | 17 +++---
 .../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 ++++++++++++++++-
 generateVersion.bat                                |  2 +-
 .../include/sitetosite/HttpSiteToSiteClient.h      |  3 +
 libminifi/include/sitetosite/SiteToSiteClient.h    |  7 ++-
 libminifi/src/c2/C2Agent.cpp                       | 26 ++++----
 libminifi/src/sitetosite/HttpSiteToSiteClient.cpp  | 40 +++++++++++--
 libminifi/src/sitetosite/SiteToSiteClient.cpp      | 40 +++++--------
 thirdparty/curl/module-path.patch                  | 17 +++---
 27 files changed, 228 insertions(+), 221 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