This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a change to branch gcp_to_c_api
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit 4ec5f5ca8 clang-tidy workaround
omit a093f9348 MinifiProcessContextGetControllerServiceFromProperty
omit afe835c9b remove MinifiProxyData::version
omit c98c90369 MINIFI_PROXY_CONFIGURATION_SERVICE_PROPERTY_TYPE description
change
omit 30a163462 minimize formatting changes for easier review
omit 913faf82c MINIFICPP-2765 Move GCP Extension to stable C API
add cfb55ed25 MINIFICPP-2841 Improve CI concurrency groups (#2196)
add 24c0fe072 MINIFICPP-2843 Retry downloading test llamacpp models in
case of failure (#2197)
add 04aaea89f MINIFICPP-2848 Fix zlib build in debug mode on Windows
add af7e2d9d7 MINIFICPP-2847 Allow nifi.c2.rest.path.base to end with
slash character
add 0300a77c8 MINIFICPP-2821 Enable the remaining extensions in the Conan
build
add 6379fc568 MINIFICPP-2823 Fix build with gcc 16
add 79d3604f2 MINIFICPP-2765 Move GCP Extension to stable C API
add eca138437 minimize formatting changes for easier review
add 50adbf435 MINIFI_PROXY_CONFIGURATION_SERVICE_PROPERTY_TYPE description
change
add 30df4f340 remove MinifiProxyData::version
add 3504af557 MinifiProcessContextGetControllerServiceFromProperty
add 336666799 clang-tidy workaround
add ef5127edb review changes
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 (4ec5f5ca8)
\
N -- N -- N refs/heads/gcp_to_c_api (ef5127edb)
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/PULL_REQUEST_TEMPLATE.md | 6 +--
.github/workflows/ci.yml | 2 +-
CMakeLists.txt | 4 +-
cmake/BundledAwsSdkCpp.cmake | 7 ++--
cmake/BundledOpenSSL.cmake | 2 +
run_shellcheck.sh => cmake/GetLua.cmake | 12 +++---
cmake/GetOpenSSL.cmake | 21 ++++++-----
packaging/CMakeLists.txt => cmake/GetSol2.cmake | 11 +++---
cmake/Lua.cmake | 3 +-
cmake/MiNiFiOptions.cmake | 2 +
cmake/Sol2.cmake | 6 ++-
cmake/ZLIB.cmake | 8 +++-
conanfile.py | 8 ++--
.../include/core/RepositoryMetricsSource.h | 1 +
.../cpp-extension-lib/include/api/utils/Proxy.h | 2 +-
.../cpp-extension-lib/libtest/CMakeLists.txt | 2 +-
extensions/gcp/processors/DeleteGCSObject.cpp | 3 +-
extensions/gcp/processors/FetchGCSObject.cpp | 18 ++++-----
extensions/gcp/processors/GCSProcessor.cpp | 3 +-
extensions/llamacpp/tests/features/environment.py | 17 +++++++--
.../tests/features/resources/wget_with_retry.sh | 16 ++++++++
extensions/lua/CMakeLists.txt | 10 ++---
extensions/lua/tests/CMakeLists.txt | 1 -
extensions/systemd/libwrapper/LibWrapper.h | 1 +
libminifi/src/c2/C2Agent.cpp | 3 ++
.../minifi-cpp/core/RepositoryMetricsSource.h | 1 +
thirdparty/aws-sdk-cpp/aws-c-cal.patch | 2 +-
thirdparty/aws-sdk-cpp/bundle-openssl.patch | 43 ----------------------
thirdparty/aws-sdk-cpp/dll-export-injection.patch | 2 +-
thirdparty/aws-sdk-cpp/s2n.patch | 8 ++--
30 files changed, 110 insertions(+), 115 deletions(-)
copy run_shellcheck.sh => cmake/GetLua.cmake (77%)
mode change 100755 => 100644
copy packaging/CMakeLists.txt => cmake/GetSol2.cmake (77%)
create mode 100755
extensions/llamacpp/tests/features/resources/wget_with_retry.sh
delete mode 100644 thirdparty/aws-sdk-cpp/bundle-openssl.patch