You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sz...@apache.org on 2022/02/04 17:14:49 UTC

[nifi-minifi-cpp] branch main updated (3a3615d -> 8531b0f)

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 3a3615d  MINIFICPP-1631 Add ListAzureDataLakeStorage processor
     add 8531b0f  MINIFICPP-1636 - Use std::filesystem instead of boost and platform specific implementations

No new revisions were added by this update.

Summary of changes:
 docker/DockerVerify.sh                             |   6 +-
 extensions/aws/s3/S3Wrapper.cpp                    |   2 +-
 extensions/http-curl/tests/C2ConfigEncryption.cpp  |   4 +-
 extensions/http-curl/tests/HTTPIntegrationBase.h   |   4 +-
 extensions/http-curl/tests/HTTPSiteToSiteTests.cpp |   2 +-
 extensions/rocksdb-repos/FlowFileRepository.cpp    |   2 +-
 .../script/python/ExecutePythonProcessor.cpp       |   4 +-
 extensions/script/python/ExecutePythonProcessor.h  |   5 +-
 extensions/script/python/PythonCreator.h           |  28 +-
 extensions/sftp/processors/FetchSFTP.cpp           |   4 +-
 extensions/sftp/processors/PutSFTP.cpp             |   6 +-
 extensions/sftp/tests/FetchSFTPTests.cpp           |   4 +-
 extensions/sftp/tests/ListSFTPTests.cpp            |  56 ++-
 extensions/sftp/tests/ListThenFetchSFTPTests.cpp   |  19 +-
 extensions/sftp/tests/PutSFTPTests.cpp             |  38 +-
 .../standard-processors/processors/GetFile.cpp     |   8 +-
 .../standard-processors/processors/PutFile.cpp     |  28 +-
 .../standard-processors/processors/TailFile.cpp    |  42 +-
 .../standard-processors/processors/TailFile.h      |  10 +-
 .../tests/integration/SecureSocketGetTCPTest.cpp   |   2 +-
 .../tests/integration/TailFileTest.cpp             |   4 +-
 .../tests/unit/ExtractTextTests.cpp                |   4 +-
 .../tests/unit/GenerateFlowFileTests.cpp           |  20 +-
 .../tests/unit/GetFileTests.cpp                    |  14 +-
 .../tests/unit/HashContentTest.cpp                 |   4 +-
 .../tests/unit/PutFileTests.cpp                    |  46 +-
 .../tests/unit/TailFileTests.cpp                   |  28 +-
 extensions/windows-event-log/Bookmark.cpp          |   6 +-
 .../windows-event-log/ConsumeWindowsEventLog.cpp   |   2 +-
 libminifi/include/c2/triggers/FileUpdateTrigger.h  |  27 +-
 libminifi/include/utils/file/FileUtils.h           | 488 +++++----------------
 libminifi/src/c2/triggers/FileUpdateTrigger.cpp    |  10 +
 .../src/core/repository/FileSystemRepository.cpp   |   2 +-
 libminifi/src/utils/file/FileUtils.cpp             |  10 +
 libminifi/test/integration/IntegrationBase.h       |   2 +-
 libminifi/test/unit/FileUtilsTests.cpp             | 154 ++++++-
 main/AgentDocs.cpp                                 |   6 +-
 main/MainHelper.cpp                                |  10 +-
 main/MiNiFiMain.cpp                                |   2 +-
 39 files changed, 498 insertions(+), 615 deletions(-)