This is an automated email from the ASF dual-hosted git repository.
lordgamez pushed a change to branch MINIFICPP-2276
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit 2c1f97bb0 Update limiations
omit 8daddde3f Support for argumentless contructors in NiFi python
processors
omit d27430260 Clean up created container
omit 041ae025e Fix python tests and update minifi c2 to 1.25.0
omit effd86c89 Revert minifi c2 json files to yml for NiFi 1.0 line
omit 5f8ed7f41 Update minifi c2 server version
omit 87b34ce10 Add support for sensitive properties in Python
omit 133390b4e Update required properties
omit 7dbd28243 Update for NiFi 2.0-M2
omit ee23065b9 Review update
omit af04dc052 Documentation update
omit 265c002bf Review update
omit bc1250a96 MINIFICPP-2276 Support FlowFileTransform NiFi Python
processors
add 82a0ebfd7 MINIFICPP-2259 ProcessContext::getProperty should operate on
raw pointers
add 48b884abe MINIFICPP-2276 Support FlowFileTransform NiFi Python
processors
add cf2be92e9 Review update
add 816b3b60d Documentation update
add cc640389e Review update
add 28df641e2 Update for NiFi 2.0-M2
add 609a89057 Update required properties
add a23a8496c Add support for sensitive properties in Python
add 6d86ae6e7 Update minifi c2 server version
add b6cd9a6c3 Revert minifi c2 json files to yml for NiFi 1.0 line
add c41dfc56b Fix python tests and update minifi c2 to 1.25.0
add 970adf180 Clean up created container
add aed73665b Support for argumentless contructors in NiFi python
processors
add 62b30aab9 Update limiations
add 432126d6d Fix typo
add 356f1ce20 Fix after rebase
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 (2c1f97bb0)
\
N -- N -- N refs/heads/MINIFICPP-2276 (356f1ce20)
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:
extensions/aws/processors/DeleteS3Object.cpp | 12 +-
extensions/aws/processors/DeleteS3Object.h | 2 +-
extensions/aws/processors/FetchS3Object.cpp | 22 +-
extensions/aws/processors/FetchS3Object.h | 2 +-
extensions/aws/processors/ListS3.cpp | 24 +-
extensions/aws/processors/ListS3.h | 4 +-
extensions/aws/processors/PutS3Object.cpp | 30 +-
extensions/aws/processors/PutS3Object.h | 8 +-
extensions/aws/processors/S3Processor.cpp | 6 +-
extensions/aws/processors/S3Processor.h | 6 +-
.../processors/AzureBlobStorageProcessorBase.cpp | 6 +-
.../processors/AzureBlobStorageProcessorBase.h | 6 +-
.../AzureBlobStorageSingleBlobProcessorBase.cpp | 8 +-
.../AzureBlobStorageSingleBlobProcessorBase.h | 4 +-
.../AzureDataLakeStorageFileProcessorBase.cpp | 8 +-
.../AzureDataLakeStorageFileProcessorBase.h | 2 +-
.../AzureDataLakeStorageProcessorBase.cpp | 2 +-
.../processors/AzureDataLakeStorageProcessorBase.h | 2 +-
.../azure/processors/DeleteAzureBlobStorage.cpp | 4 +-
.../azure/processors/DeleteAzureBlobStorage.h | 2 +-
.../processors/DeleteAzureDataLakeStorage.cpp | 4 +-
.../azure/processors/DeleteAzureDataLakeStorage.h | 2 +-
.../azure/processors/FetchAzureBlobStorage.cpp | 10 +-
.../azure/processors/FetchAzureBlobStorage.h | 2 +-
.../azure/processors/FetchAzureDataLakeStorage.cpp | 12 +-
.../azure/processors/FetchAzureDataLakeStorage.h | 2 +-
.../azure/processors/ListAzureBlobStorage.cpp | 18 +-
.../azure/processors/ListAzureDataLakeStorage.cpp | 14 +-
.../azure/processors/PutAzureBlobStorage.cpp | 16 +-
extensions/azure/processors/PutAzureBlobStorage.h | 2 +-
.../azure/processors/PutAzureDataLakeStorage.cpp | 14 +-
.../azure/processors/PutAzureDataLakeStorage.h | 2 +-
extensions/bustache/ApplyTemplate.cpp | 2 +-
extensions/civetweb/processors/ListenHTTP.cpp | 10 +-
extensions/civetweb/processors/ListenHTTP.h | 2 +-
extensions/elasticsearch/PostElasticsearch.cpp | 6 +-
extensions/expression-language/Expression.cpp | 10 +-
.../expression-language/ProcessContextExpr.cpp | 8 +-
.../expression-language/ProcessContextExpr.h | 8 +-
.../impl/expression/Expression.h | 24 +-
.../tests/ExpressionLanguageTests.cpp | 378 ++++++++++-----------
extensions/gcp/processors/DeleteGCSObject.cpp | 8 +-
extensions/gcp/processors/FetchGCSObject.cpp | 8 +-
extensions/gcp/processors/PutGCSObject.cpp | 10 +-
extensions/http-curl/processors/InvokeHTTP.cpp | 8 +-
extensions/jni/jvm/JniProcessSession.cpp | 6 +-
extensions/libarchive/CompressContent.cpp | 10 +-
extensions/libarchive/MergeContent.cpp | 20 +-
extensions/libarchive/MergeContent.h | 2 +-
extensions/librdkafka/PublishKafka.cpp | 6 +-
extensions/lua/LuaProcessSession.cpp | 2 +-
extensions/mqtt/processors/ConsumeMQTT.cpp | 8 +-
extensions/mqtt/processors/PublishMQTT.cpp | 8 +-
extensions/mqtt/processors/PublishMQTT.h | 4 +-
extensions/opc/src/putopc.cpp | 8 +-
extensions/opencv/CaptureRTSPFrame.cpp | 4 +-
extensions/opencv/MotionDetector.cpp | 2 +-
.../SourceInitiatedSubscriptionListener.cpp | 2 +-
extensions/python/PYTHON.md | 2 +-
extensions/python/types/PyProcessContext.cpp | 2 +-
extensions/python/types/PyProcessSession.cpp | 4 +-
extensions/rocksdb-repos/tests/ProvenanceTests.cpp | 4 +-
extensions/sftp/processors/FetchSFTP.cpp | 12 +-
extensions/sftp/processors/ListSFTP.cpp | 16 +-
extensions/sftp/processors/PutSFTP.cpp | 14 +-
extensions/sftp/processors/SFTPProcessorBase.cpp | 2 +-
extensions/sftp/processors/SFTPProcessorBase.h | 2 +-
extensions/smb/FetchSmb.cpp | 10 +-
extensions/smb/ListSmb.cpp | 16 +-
extensions/smb/PutSmb.cpp | 8 +-
extensions/smb/PutSmb.h | 2 +-
extensions/sql/processors/ExecuteSQL.cpp | 2 +-
extensions/sql/processors/PutSQL.cpp | 2 +-
.../processors/AttributeRollingWindow.cpp | 2 +-
.../processors/AttributesToJSON.cpp | 2 +-
.../processors/DefragmentText.cpp | 6 +-
.../standard-processors/processors/FetchFile.cpp | 4 +-
.../standard-processors/processors/ListFile.cpp | 24 +-
.../standard-processors/processors/PutFile.cpp | 2 +-
.../standard-processors/processors/PutTCP.cpp | 6 +-
.../standard-processors/processors/PutUDP.cpp | 4 +-
.../standard-processors/processors/ReplaceText.cpp | 4 +-
.../processors/RetryFlowFile.cpp | 2 +-
.../processors/RouteOnAttribute.cpp | 4 +-
.../standard-processors/processors/RouteText.cpp | 34 +-
.../standard-processors/processors/SplitText.cpp | 10 +-
.../standard-processors/processors/TailFile.cpp | 2 +-
.../processors/UpdateAttribute.cpp | 2 +-
.../CollectorInitiatedSubscription.cpp | 4 +-
.../windows-event-log/ConsumeWindowsEventLog.cpp | 10 +-
libminifi/include/core/FlowFile.h | 3 +-
libminifi/include/core/ProcessContext.h | 32 +-
libminifi/include/core/ProcessSession.h | 27 +-
libminifi/include/provenance/Provenance.h | 66 ++--
libminifi/src/core/FlowFile.cpp | 6 +-
libminifi/src/core/ProcessSession.cpp | 107 +++---
libminifi/src/provenance/Provenance.cpp | 68 ++--
libminifi/src/sitetosite/SiteToSiteClient.cpp | 4 +-
.../test/unit/ContentRepositoryDependentTests.h | 4 +-
99 files changed, 663 insertions(+), 696 deletions(-)