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 ef3dd5656 MINIFICPP-2650 - Processor c api
new 098dab167 MINIFICPP-2690 Simplify AgentDocs
new 56c8bffb9 MINIFICPP-2694 Clarify the documentation of drain.timeout
and graceful.shutdown.period
The 2 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:
CMakeLists.txt | 2 -
CONFIGURE.md | 18 ++++---
core-framework/include/agent/agent_docs.h | 25 ++++-----
core-framework/include/core/Resource.h | 3 +-
extensions/python/PythonCreator.h | 8 ++-
.../tests/unit/ManifestTests.cpp | 28 ++++++----
generateVersion.bat | 31 ++---------
generateVersion.sh | 27 +---------
libminifi/include/agent/build_description.h | 50 ------------------
.../include/core/state/nodes/AgentInformation.h | 37 +------------
libminifi/src/agent/JsonSchema.cpp | 35 ++++---------
libminifi/src/agent/agent_docs.cpp | 8 +--
libminifi/src/agent/build_description.cpp | 61 ----------------------
.../src/core/state/nodes/AgentInformation.cpp | 60 ++++++---------------
libminifi/src/minifi-c.cpp | 10 ++--
.../test/libtest/integration/HTTPHandlers.cpp | 14 ++---
libminifi/test/unit/ComponentManifestTests.cpp | 10 ++--
minifi-api/include/minifi-cpp/agent/agent_docs.h | 37 +++++++++----
.../include/minifi-cpp/agent/agent_version.h | 1 -
.../include/minifi-cpp/agent/build_description.h | 49 -----------------
minifi_main/AgentDocs.cpp | 26 ++++-----
minifi_main/AgentDocs.h | 7 +--
minifi_main/MiNiFiMain.cpp | 28 ++++------
23 files changed, 151 insertions(+), 424 deletions(-)
delete mode 100644 libminifi/include/agent/build_description.h
delete mode 100644 libminifi/src/agent/build_description.cpp
delete mode 100644 minifi-api/include/minifi-cpp/agent/build_description.h