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 f27e349b5 MINIFICPP-1887 Add default connection size limits
     new 9c5e2996b MINIFICPP-2041 Fix transient failure of 
HttpPostIntegrationTestChunked
     new 268985995 MINIFICPP-2057 Improve the performance of ListFile
     new 7942e0e7f MINIFICPP-2053 Reduce CentOS image size in CI build
     new 0a937973e MINIFICPP-2055 Remove C2 metrics from default configuration
     new 32043f51f MINIFICPP-2061 reverseDnsLookup shouldn't throw on timeout

The 5 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:
 .github/workflows/ci.yml                           |  22 ++--
 cmake/DockerConfig.cmake                           |  13 +++
 conf/minifi.properties                             |  18 ++--
 docker/DockerBuild.sh                              |   7 +-
 docker/bionic/Dockerfile                           |   3 +-
 docker/centos/Dockerfile                           |  18 +++-
 docker/fedora/Dockerfile                           |   3 +-
 docker/focal/Dockerfile                            |   3 +-
 encrypt-config/tests/resources/minifi.properties   |  18 ++--
 ...th-additional-sensitive-props.minifi.properties |  18 ++--
 extensions/civetweb/processors/ListenHTTP.cpp      |   1 +
 extensions/expression-language/Expression.cpp      |  10 +-
 .../tests/ExpressionLanguageTests.cpp              |  19 +++-
 .../tests/C2ClearCoreComponentStateTest.cpp        |   2 +-
 extensions/http-curl/tests/C2LogHeartbeatTest.cpp  |   2 +-
 .../http-curl/tests/HttpPostIntegrationTest.cpp    |   2 +-
 extensions/sftp/tests/ListSFTPTests.cpp            |  42 ++++----
 .../standard-processors/processors/ListFile.cpp    | 113 +++++++++++----------
 .../standard-processors/processors/ListFile.h      |  10 +-
 .../tests/unit/ListFileTests.cpp                   |  40 ++++++--
 .../tests/unit/RetryFlowFileTests.cpp              |   4 +-
 .../tests/unit/TailFileTests.cpp                   |  50 ++++-----
 extensions/windows-event-log/tests/CWELTestUtils.h |   2 +-
 .../tests/ConsumeWindowsEventLogTests.cpp          |  14 +--
 libminifi/include/utils/IntegrationTestUtils.h     |   2 +-
 libminifi/test/LogUtils.h                          |  12 ++-
 libminifi/test/TestBase.cpp                        |  21 +++-
 libminifi/test/TestBase.h                          |  15 ++-
 .../test/azure-tests/ListAzureBlobStorageTests.cpp |   4 +-
 .../azure-tests/ListAzureDataLakeStorageTests.cpp  |   4 +-
 .../integration/OnScheduleErrorHandlingTests.cpp   |   8 +-
 .../integration/StateTransactionalityTests.cpp     |   6 +-
 .../test/resources/encrypted.minifi.properties     |  18 ++--
 33 files changed, 312 insertions(+), 212 deletions(-)

Reply via email to