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

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


    omit a776dffcb Review update
    omit 8082841d6 MINIFICPP-2502 Add processorBulletins C2 metric node to 
FlowInformation
    omit 3549d7318 Review update
    omit d40b068c1 Fix clang tidy
    omit 280cb667f MINIFICPP-2512 Only use a single logger per processor
     add 242498170 MINIFICPP-2530 Fix various issues and cleanup OPC processors
     add 9928fa7e9 MINIFICPP-2512 Only use a single logger per processor
     add 1c5538f85 MINIFICPP-2559 Remove Apache RAT dependency
     add 68f88bc15 MINIFICPP-2560 Extract static analysis to separate jobs in CI
     add 29a2e640c MINIFICPP-2502 Add processorBulletins C2 metric node to 
FlowInformation
     add 2612481bf Review update

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   (a776dffcb)
            \
             N -- N -- N   refs/heads/MINIFICPP-2502 (2612481bf)

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:
 .dockerignore                                      |   1 -
 .github/workflows/ci.yml                           | 123 ++++-
 .gitignore                                         |   1 -
 CMakeLists.txt                                     |   7 -
 PROCESSORS.md                                      |  79 ++--
 bootstrap/cli.py                                   |   6 +
 bootstrap/main.py                                  |   6 +-
 cmake/BundledOpen62541.cmake                       |   4 +-
 cmake/RunApacheRAT.cmake                           |  49 --
 .../cluster/containers/OPCUAServerContainer.py     |   4 +-
 docker/test/integration/features/opcua.feature     |  42 +-
 .../resources/opcua/opcua_client_cert.der          | Bin 1018 -> 1040 bytes
 .../resources/opcua/opcua_client_key.der           | Bin 1192 -> 1191 bytes
 extensions/opc/CMakeLists.txt                      |   2 +-
 extensions/opc/include/fetchopc.h                  |  49 +-
 extensions/opc/include/opc.h                       |  71 +--
 extensions/opc/include/opcbase.h                   |  26 +-
 extensions/opc/include/putopc.h                    |  41 +-
 extensions/opc/src/fetchopc.cpp                    | 223 +++++----
 extensions/opc/src/opc.cpp                         | 295 ++++++------
 extensions/opc/src/opcbase.cpp                     | 167 ++++---
 extensions/opc/src/putopc.cpp                      | 500 ++++++++++-----------
 .../opc/tests}/CMakeLists.txt                      |  21 +-
 extensions/opc/tests/FetchOpcProcessorTests.cpp    | 182 ++++++++
 extensions/opc/tests/OpcUaTestServer.h             | 176 ++++++++
 extensions/opc/tests/PutOpcProcessorTests.cpp      | 418 +++++++++++++++++
 thirdparty/open62541/open62541.patch               |  40 +-
 27 files changed, 1721 insertions(+), 812 deletions(-)
 delete mode 100644 cmake/RunApacheRAT.cmake
 copy {libminifi/test/flow-tests => extensions/opc/tests}/CMakeLists.txt (72%)
 create mode 100644 extensions/opc/tests/FetchOpcProcessorTests.cpp
 create mode 100644 extensions/opc/tests/OpcUaTestServer.h
 create mode 100644 extensions/opc/tests/PutOpcProcessorTests.cpp

Reply via email to