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 2021/06/04 12:35:35 UTC

[nifi-minifi-cpp] branch main updated (05ae25c -> 72e9c9e)

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 05ae25c  MINIFICPP-1568 Retry PDH processor run to fix test flakiness
     add 72e9c9e  Squashed commit of the following:

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |  4 +-
 .../features/file_system_operations.feature        |  4 +-
 extensions/aws/processors/DeleteS3Object.h         |  4 ++
 extensions/aws/processors/FetchS3Object.h          |  4 ++
 extensions/aws/processors/ListS3.h                 |  4 ++
 extensions/aws/processors/PutS3Object.h            |  4 ++
 extensions/civetweb/processors/ListenHTTP.h        |  4 ++
 extensions/libarchive/CompressContent.h            | 12 +++--
 extensions/libarchive/MergeContent.h               | 14 ++++--
 extensions/librdkafka/ConsumeKafka.h               |  4 ++
 extensions/librdkafka/PublishKafka.h               |  4 ++
 .../tests/PublishKafkaOnScheduleTests.cpp          |  4 +-
 extensions/mqtt/processors/ConsumeMQTT.h           |  4 ++
 extensions/mqtt/processors/PublishMQTT.h           |  6 ++-
 extensions/script/python/PythonCreator.h           |  1 +
 extensions/sftp/processors/FetchSFTP.h             |  3 ++
 extensions/sftp/processors/ListSFTP.h              |  4 ++
 extensions/sftp/processors/PutSFTP.h               |  3 ++
 extensions/sql/processors/QueryDatabaseTable.h     |  5 +-
 .../standard-processors/processors/ExtractText.h   | 10 ++--
 .../processors/GenerateFlowFile.h                  |  4 ++
 .../standard-processors/processors/GetFile.h       |  4 ++
 .../standard-processors/processors/HashContent.h   | 14 ++++--
 .../standard-processors/processors/ListenSyslog.h  | 10 ++--
 .../standard-processors/processors/LogAttribute.h  |  4 ++
 .../standard-processors/processors/PutFile.h       |  4 ++
 .../standard-processors/processors/RetryFlowFile.h |  4 ++
 .../processors/RouteOnAttribute.h                  | 14 ++++--
 .../standard-processors/processors/TailFile.h      |  4 ++
 .../processors/UpdateAttribute.h                   | 16 +++---
 .../tests/unit/ManifestTests.cpp                   |  9 +++-
 .../tests/unit/ProcessorTests.cpp                  | 37 ++++++++++++++
 .../windows-event-log/ConsumeWindowsEventLog.h     |  4 ++
 libminifi/include/agent/build_description.h        | 38 +++++++-------
 libminifi/include/core/Annotation.h                | 58 ++++++++++++++++++++++
 libminifi/include/core/Connectable.h               |  2 +-
 libminifi/include/core/ProcessGroup.h              |  2 +
 libminifi/include/core/Processor.h                 | 10 ++++
 .../include/core/state/nodes/AgentInformation.h    | 14 ++++--
 libminifi/src/FlowController.cpp                   |  4 ++
 libminifi/src/core/ProcessGroup.cpp                |  6 +++
 libminifi/src/core/Processor.cpp                   | 39 ++++++++++++---
 libminifi/test/TestBase.cpp                        |  6 +++
 libminifi/test/TestBase.h                          |  2 +
 libminifi/test/resources/TestKafkaOnSchedule.yml   | 24 +++++++++
 libminifi/test/resources/TestTailFile.yml          |  1 -
 46 files changed, 362 insertions(+), 74 deletions(-)
 create mode 100644 libminifi/include/core/Annotation.h