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 0d9d12661 MINIFICPP-2434 - Check type of acquired controller service
new 95a99d127 MINIFICPP-2433 - Add new property to installer
new d4d917afd MINIFICPP-2427 - Copy whole content instead of creating a
view
new e2aa192cc MINIFICPP-2436 Allow relative import paths in (NiFi) python
processors
new dc5c441ed MINIFICPP-2445 Allow NiFi Python Source processor triggering
without creating flow files
The 4 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/cluster/ImageStore.py | 10 +++++-
docker/test/integration/features/python.feature | 24 ++++++++++++++
.../{CreateFlowFile.py => CreateNothing.py} | 8 ++---
...faceChecker.py => RelativeImporterProcessor.py} | 8 ++---
.../integration/resources/python/CreateNothing.py | 25 ++++++++-------
...hAttributes.py => RelativeImporterProcessor.py} | 9 ++++--
.../resources/python/multiplierutils.py | 3 ++
.../integration/resources/python/subtractutils.py | 3 ++
extensions/python/ExecutePythonProcessor.cpp | 1 +
extensions/python/ExecutePythonProcessor.h | 5 +++
extensions/python/PythonCreator.h | 7 ++--
extensions/python/PythonObjectFactory.h | 15 +++++++--
extensions/python/PythonScriptEngine.cpp | 20 ++++++++++++
extensions/python/PythonScriptEngine.h | 1 +
.../pythonprocessors/nifiapi/flowfilesource.py | 2 ++
.../rocksdb-repos/tests/ContentSessionTests.cpp | 7 ++--
libminifi/include/core/ProcessSession.h | 4 +++
libminifi/src/core/BufferedContentSession.cpp | 5 ++-
libminifi/src/core/ProcessSession.cpp | 37 ++++++++++++++--------
libminifi/src/io/BufferStream.cpp | 1 +
msi/WixWin.wsi.in | 34 ++++++++++++--------
21 files changed, 172 insertions(+), 57 deletions(-)
copy docker/test/integration/minifi/processors/{CreateFlowFile.py =>
CreateNothing.py} (89%)
copy
docker/test/integration/minifi/processors/{ProcessContextInterfaceChecker.py =>
RelativeImporterProcessor.py} (84%)
copy extensions/python/tests/test_python_scripts/foo_bar_processor.py =>
docker/test/integration/resources/python/CreateNothing.py (60%)
copy docker/test/integration/resources/python/{FailureWithAttributes.py =>
RelativeImporterProcessor.py} (75%)
copy extensions/python/pythonprocessors/nifiapi/__init__.py =>
docker/test/integration/resources/python/multiplierutils.py (94%)
copy extensions/python/pythonprocessors/nifiapi/__init__.py =>
docker/test/integration/resources/python/subtractutils.py (94%)