This is an automated email from the ASF dual-hosted git repository.
fgerlits pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from 8d18ef1ff MINIFICPP-2026 Make isRunning member functions const
new e6d827187 MINIFICPP-1973 Refactor ResourceQueue
new 2173e13e1 MINIFICPP-1987 Configuring processor metrics with regular
expressions
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:
C2.md | 4 +
METRICS.md | 16 ++-
docker/test/integration/minifi/core/ImageStore.py | 2 +-
extensions/http-curl/processors/InvokeHTTP.cpp | 15 ++-
.../http-curl/tests/C2DescribeMetricsTest.cpp | 30 ++++-
extensions/http-curl/tests/C2MetricsTest.cpp | 2 +-
extensions/script/ExecuteScript.cpp | 10 +-
extensions/splunk/PutSplunkHTTP.cpp | 48 ++++----
.../include/core/state/nodes/ResponseNodeLoader.h | 21 ++--
libminifi/include/utils/ResourceQueue.h | 32 +++--
libminifi/src/c2/C2Client.cpp | 2 +-
.../src/core/state/nodes/ResponseNodeLoader.cpp | 40 ++++--
libminifi/test/unit/ResourceQueueTests.cpp | 77 ++++++++----
libminifi/test/unit/ResponseNodeLoaderTests.cpp | 134 +++++++++++++++++++++
14 files changed, 336 insertions(+), 97 deletions(-)
create mode 100644 libminifi/test/unit/ResponseNodeLoaderTests.cpp