This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a change to branch apache-rusty
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
discard 36b824e5f change controller api slightly
discard 45bf12442 fix controller c api
discard dbd6ca2aa upload fix
discard f01df553f upload msi for easier testing
discard 9413e63e4 MINIFICPP-2718 Windows based docker tests
discard 1c97cc962 MINIFICPP-2711 Docker tests, missing logs if container fails
to start
discard 2a6f91f5d MINIFICPP-2712 Generate modular docs
discard 1b1a77447 MINIFICPP-2708 Controller Service C API
discard 233e9b6ba MINIFICPP-2715 - Use symbols to check api compatibility
discard becaaa9bb MINIFICPP-2710 Refactor ControllerServiceNodeMap
discard abea7c3c7 MINIFICPP-2669 - Reduce controller service api
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 fa362fa87 MINIFICPP-2669 - Reduce controller service api
add 0e9b52a31 MINIFICPP-2710 Refactor ControllerServiceNodeMap
add 2c10e0290 MINIFICPP-2715 - Use symbols to check api compatibility
add d439b84b9 MINIFICPP-2708 Controller Service C API
new 2da8c20d0 MINIFICPP-2711 Docker tests, missing logs if container fails
to start #2099
new 6a4c5f7c0 MINIFICPP-2712 Generate modular docs#2097
new a6128abb1 MINIFICPP-2718 Windows based docker tests
new a350fc38d upload msi for easier testing
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 (36b824e5f)
\
N -- N -- N refs/heads/apache-rusty (a350fc38d)
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.
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:
.github/workflows/ci.yml | 2 +-
Extensions.md | 43 ++++++++++--
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 +
.../include/utils/ExtensionInitUtils.h | 4 ++
extensions/ExtensionInitializer.cpp | 4 +-
.../GCPCredentialsControllerService.cpp | 37 +++-------
.../GCPCredentialsControllerService.h | 9 ++-
extensions/gcp/processors/GCSProcessor.cpp | 14 ++--
extensions/gcp/processors/GCSProcessor.h | 6 +-
.../tests/GCPCredentialsControllerServiceTests.cpp | 17 +++--
.../llamacpp/processors/ExtensionInitializer.cpp | 4 +-
extensions/opencv/OpenCVLoader.cpp | 4 +-
.../python/pythonlibloader/PythonLibLoader.cpp | 4 +-
extensions/python/pythonloader/PyProcLoader.cpp | 4 +-
extensions/sftp/SFTPLoader.cpp | 4 +-
generateVersion.bat | 2 +-
libminifi/include/core/extension/Extension.h | 14 +++-
.../include/core/extension/ExtensionManager.h | 2 +
.../include/sitetosite/HttpSiteToSiteClient.h | 3 +
libminifi/include/sitetosite/SiteToSiteClient.h | 7 +-
libminifi/src/c2/C2Agent.cpp | 26 ++++---
libminifi/src/core/extension/Extension.cpp | 64 +++++++++++++----
libminifi/src/core/extension/ExtensionManager.cpp | 22 ++++--
libminifi/src/minifi-c.cpp | 81 ++++++++++------------
libminifi/src/sitetosite/HttpSiteToSiteClient.cpp | 40 +++++++++--
libminifi/src/sitetosite/SiteToSiteClient.cpp | 40 +++++------
minifi-api/CMakeLists.txt | 2 +-
minifi-api/include/minifi-c/minifi-c.h | 19 ++---
minifi-api/minifi-c-api.def | 2 +-
minifi_main/AgentDocs.cpp | 12 +++-
thirdparty/curl/module-path.patch | 17 +++--
36 files changed, 369 insertions(+), 257 deletions(-)