This is an automated email from the ASF dual-hosted git repository.

martinzink pushed a change to branch controller_c_api
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


    omit 6444549da MINIFICPP-2708 Controller Service C API
    omit 9fc45a8ca MINIFICPP-2752 - Register processors one-by-one #2150
    omit f53397740 MINIFICPP-2715 - Use symbols to check api compatibility #2105
     add b57cb3583 MINIFICPP-2715 - Use symbols to check api compatibility
     add fbe5cc5d5 MINIFICPP-2737 Add weekly CI workflow runs and status page
     add 1f0f15394 MINIFICPP-2748 Fixing false positive log errors and warnings 
when usi…
     add 3fac4a9a9 MINIFICPP-2766 Preventing C++ exceptions from unwinding the 
stack ove…
     add 6a14f159f MINIFICPP-2752 - Register processors one-by-one
     add be71b24b6 MINIFICPP-2752 - Update readme
     add f7eea48c0 MINIFICPP-2708 Controller Service 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   (6444549da)
            \
             N -- N -- N   refs/heads/controller_c_api (f7eea48c0)

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:
 .asf.yaml                                          |   3 +
 .github/workflows/ci.yml                           |   7 +-
 .github/workflows/compiler-support.yml             |   5 +-
 .github/workflows/create-release-artifacts.yml     |   5 +-
 .github/workflows/memcheck_ci.yml                  |   5 +-
 .github/workflows/verify-package.yml               |  28 +-
 README.md                                          |   3 +-
 docs/status/index.html                             | 661 +++++++++++++++++++++
 .../prometheus/PrometheusMetricsPublisher.cpp      |  22 +-
 extensions/prometheus/PrometheusMetricsPublisher.h |   4 +-
 .../tests/PrometheusMetricsPublisherTest.cpp       |   2 +-
 .../prometheus/tests/features/prometheus.feature   |   8 +
 extensions/python/PythonBindings.h                 |  11 +
 extensions/python/types/PyDataConverter.cpp        |   4 +
 extensions/python/types/PyInputStream.cpp          |   2 +
 extensions/python/types/PyLogger.cpp               |  10 +
 extensions/python/types/PyOutputStream.cpp         |   2 +
 extensions/python/types/PyProcessContext.cpp       |  20 +
 extensions/python/types/PyProcessSession.cpp       |  20 +
 extensions/python/types/PyProcessor.cpp            |   8 +
 extensions/python/types/PyRecordSetReader.cpp      |   2 +
 extensions/python/types/PyRecordSetWriter.cpp      |   2 +
 extensions/python/types/PyRelationship.cpp         |   4 +
 extensions/python/types/PySSLContextService.cpp    |   8 +
 extensions/python/types/PyScriptFlowFile.cpp       |  14 +
 extensions/python/types/PyStateManager.cpp         |   8 +
 .../tests/features/core_functionality.feature      |   2 +
 libminifi/include/c2/C2MetricsPublisher.h          |   2 +-
 .../include/c2/ControllerSocketMetricsPublisher.h  |   2 +-
 libminifi/include/core/state/LogMetricsPublisher.h |   2 +-
 .../include/core/state/nodes/ResponseNodeLoader.h  |   2 +-
 libminifi/src/c2/C2MetricsPublisher.cpp            |   8 +-
 .../src/c2/ControllerSocketMetricsPublisher.cpp    |   4 +-
 libminifi/src/core/state/LogMetricsPublisher.cpp   |  14 +-
 libminifi/src/core/state/MetricsPublisherStore.cpp |   2 +-
 .../src/core/state/nodes/ResponseNodeLoader.cpp    |   7 +-
 .../unit/ControllerSocketMetricsPublisherTest.cpp  |   2 +-
 libminifi/test/unit/LogMetricsPublisherTests.cpp   |  17 +-
 libminifi/test/unit/MetricsPublisherStoreTests.cpp |   4 +-
 libminifi/test/unit/ResponseNodeLoaderTests.cpp    |  18 +-
 .../minifi-cpp/core/state/MetricsPublisher.h       |   2 +-
 .../core/state/nodes/ResponseNodeLoader.h          |   2 +-
 42 files changed, 893 insertions(+), 65 deletions(-)
 create mode 100644 docs/status/index.html

Reply via email to