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


 discard 37c777f93 Review update
 discard 5c4804e7e MINIFICPP-2502 Add processorBulletins C2 metric node to 
FlowInformation
 discard 0d1658417 Fix clang tidy
 discard bf3e78369 MINIFICPP-2512 Only use a single logger per processor
     add 4f35ccde0 MINIFICPP-2376 Add support for parameter context inheritance
     add 5fe107880 MINIFICPP-2498 Funnels should be usable as terminators
     add 32114f047 MINIFICPP-2517 Update NiFi version used in tests to version 
2.2.0
     add f04f222b8 MINIFICPP-2523 Fix Chocolatey package name for m4
     add 7b6b5deb6 MINIFICPP-2422 Remove Ubuntu 20.04 support
     add c8a70e228 MINIFICPP-2526 update version to 1.0
     add f17839f9c MINIFICPP-2527 build log cleanup: skip unused openssl 
modules, avoid download progress log spam
     add 9dbf996da MINIFICPP-2529 Upgrade expected_lite to v0.8.0
     add d46804aa1 MINIFICPP-2461 Fix linker error on MSBuild
     add 9344bc603 MINIFICPP-2512 Only use a single logger per processor
     add 657ccaedb Fix clang tidy
     add 5f8d0efd0 MINIFICPP-2502 Add processorBulletins C2 metric node to 
FlowInformation
     add 403358ef0 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   (37c777f93)
            \
             N -- N -- N   refs/heads/MINIFICPP-2502 (403358ef0)

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:
 .github/workflows/ci.yml                           |   4 +-
 .github/workflows/clear-actions-cache.yml          |   6 +-
 CMakeLists.txt                                     |   2 +-
 CONFIGURE.md                                       |  28 +-
 aptitude.sh                                        |   8 -
 bootstrap/package_manager.py                       |   7 +-
 cmake/BundledAwsSdkCpp.cmake                       |   2 +
 cmake/BundledAzureSdkCpp.cmake                     |   2 +
 cmake/BundledBZip2.cmake                           |   2 +
 cmake/BundledJemalloc.cmake                        |   2 +
 cmake/BundledLibArchive.cmake                      |   2 +
 cmake/BundledLibSSH2.cmake                         |   2 +
 cmake/BundledLibSodium.cmake                       |   4 +
 cmake/BundledLibXml2.cmake                         |   4 +
 cmake/BundledLibcURL.cmake                         |   2 +
 cmake/BundledMbedTLS.cmake                         |   2 +
 cmake/BundledOSSPUUID.cmake                        |   2 +
 cmake/BundledOpen62541.cmake                       |   2 +
 cmake/BundledOpenCV.cmake                          |   2 +
 cmake/BundledOpenSSL.cmake                         |  20 +-
 cmake/BundledPugiXml.cmake                         |   2 +
 cmake/BundledRTIMULib.cmake                        |   2 +
 cmake/BundledRocksDB.cmake                         |   2 +
 cmake/BundledYamlCpp.cmake                         |   2 +
 cmake/ExpectedLite.cmake                           |   4 +-
 cmake/LibLZMA.cmake                                |   8 +-
 cmake/liblzma/dummy/FindLibLZMA.cmake              |  15 +-
 conanfile.py                                       |   2 +-
 docker/DockerBuild.sh                              |   2 +-
 docker/requirements.txt                            |  21 +-
 docker/test/integration/cluster/ImageStore.py      |   7 +-
 .../cluster/checkers/ElasticSearchChecker.py       |   2 +
 .../containers/AzureStorageServerContainer.py      |   2 +-
 .../cluster/containers/MinifiC2ServerContainer.py  |  17 +-
 .../cluster/containers/NifiContainer.py            |  20 +-
 .../cluster/containers/SyslogTcpClientContainer.py |   2 +-
 .../cluster/containers/SyslogUdpClientContainer.py |   2 +-
 .../features/core_functionality.feature            |   8 +
 docker/test/integration/features/steps/steps.py    |   7 +-
 .../tests/unit/FlowJsonTests.cpp                   | 331 ++++++++++++++++++++-
 .../tests/unit/YamlConfigurationTests.cpp          | 264 ++++++++++++++++
 .../github_actions_cache_cleanup_tests.py          |  26 +-
 libminifi/CMakeLists.txt                           |   2 +-
 libminifi/include/Funnel.h                         |   2 +
 libminifi/include/core/ParameterContext.h          |  10 +
 libminifi/include/core/flow/FlowSchema.h           |   1 +
 .../include/core/flow/StructuredConfiguration.h    |   1 +
 .../{include/agent/JsonSchema.h => src/Funnel.cpp} |  12 +-
 libminifi/src/core/ParameterContext.cpp            |   5 +
 libminifi/src/core/flow/FlowSchema.cpp             |   6 +-
 .../src/core/flow/StructuredConfiguration.cpp      |  56 ++++
 51 files changed, 856 insertions(+), 92 deletions(-)
 copy libminifi/{include/agent/JsonSchema.h => src/Funnel.cpp} (78%)

Reply via email to