This is an automated email from the ASF dual-hosted git repository.

adebreceni pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


    from 4389b9ac0 MINIFICPP-1962 Implement communication between process group 
through ports
     new 69a4c3351 MINIFICPP-2003 Fix PutTCPTests platform dependent message 
check
     new d16f7455c MINIFICPP-1993 Fix empty return value of PyInputStream
     new a3bf25359 MINIFICPP-1990 Add ProcessSession::remove to Python API

The 3 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:
 docker/test/integration/features/python.feature    | 18 ++++++++++
 docker/test/integration/minifi/core/ImageStore.py  |  2 +-
 ...{QueryDatabaseTable.py => MoveContentToJson.py} |  6 ++--
 .../{AttributesToJSON.py => RemoveFlowFile.py}     |  4 +--
 .../{SentimentAnalysis.py => MoveContentToJson.py} | 39 ++++++++++++----------
 .../{AddPythonAttribute.py => RemoveFlowFile.py}   |  5 ++-
 extensions/script/python/PyInputStream.cpp         |  2 +-
 extensions/script/python/PyProcessSession.cpp      | 14 ++++++++
 extensions/script/python/PyProcessSession.h        |  1 +
 extensions/script/python/PythonBindings.h          |  3 +-
 extensions/script/python/PythonScriptEngine.h      |  2 +-
 .../standard-processors/tests/unit/PutTCPTests.cpp |  3 +-
 libminifi/src/core/ProcessSession.cpp              |  1 +
 13 files changed, 68 insertions(+), 32 deletions(-)
 copy docker/test/integration/minifi/processors/{QueryDatabaseTable.py => 
MoveContentToJson.py} (83%)
 copy docker/test/integration/minifi/processors/{AttributesToJSON.py => 
RemoveFlowFile.py} (84%)
 copy extensions/pythonprocessors/examples/{SentimentAnalysis.py => 
MoveContentToJson.py} (66%)
 copy extensions/pythonprocessors/examples/{AddPythonAttribute.py => 
RemoveFlowFile.py} (84%)

Reply via email to