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
discard 6f454a19a fix
discard b5d8f1675 MINIFICPP-2806 Fix verify package test issues
discard af4e031ad remove throw
discard b17152049 GCS unit test fixes
discard 787251521 typedef MinifiSslData, MinifiProxyType, MinifiProxyData
discard 5f068cc75 MINIFICPP-2765 Move GCP Extension to stable C API
add b2cd0aa67 Apply suggestions from code review
add b89c26e77 typedef MinifiSslData
add 07ee70d71 MINIFICPP-2765 Move GCP Extension to stable C API
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 (6f454a19a)
\
N -- N -- N refs/heads/gcp_to_c_api (07ee70d71)
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:
.../src/minifi_behave/containers/minifi_linux_container.py | 14 +++-----------
behave_framework/src/minifi_behave/core/hooks.py | 1 -
.../src/minifi_behave/core/minifi_test_context.py | 1 -
.../cpp-extension-lib/mocklib/include/MockLogger.h | 2 +-
.../cpp-extension-lib/mocklib/include/MockProcessSession.h | 4 ++--
.../cpp-extension-lib/mocklib/include/MockStreams.h | 1 +
.../cpp-extension-lib/mocklib/src/MockProcessContext.cpp | 4 ++--
.../cpp-extension-lib/mocklib/src/mock-minifi-c.cpp | 4 ++--
extensions/gcp/tests/DeleteGCSObjectTests.cpp | 6 ++----
extensions/python/tests/features/environment.py | 1 -
minifi-api/minifi-c-api.def | 1 +
11 files changed, 14 insertions(+), 25 deletions(-)