This is an automated email from the ASF dual-hosted git repository.
szaszm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from 38aec9608 MINIFICPP-2021 Auto-generate the remaining parts of
PROCESSORS.md
new 31e6e6b6a MINIFICPP-1716 Recover core dumps from CI up to 1G
new 1a71c3563 MINIFICPP-2087 Fix deadlock when fetching initial flow from
C2 url
new 976b0a165 MINIFICPP-2090 Update version number to 0.14.0
The 3 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 | 91 ++++++++++++++++++++--
CMakeLists.txt | 2 +-
cmake/DockerConfig.cmake | 6 ++
docker/DockerBuild.sh | 6 +-
.../integration/MiNiFi_integration_test_driver.py | 8 ++
docker/test/integration/cluster/ContainerStore.py | 3 +
.../test/integration/cluster/DockerTestCluster.py | 3 +
.../cluster/containers/MinifiContainer.py | 12 ++-
.../integration/features/minifi_c2_server.feature | 9 +++
docker/test/integration/steps/steps.py | 11 +++
libminifi/CMakeLists.txt | 2 +-
libminifi/src/FlowController.cpp | 5 +-
12 files changed, 145 insertions(+), 13 deletions(-)