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

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


    from 3d7262a88 MINIFICPP-2326 Link lua statically
     new df42dd374 MINIFICPP-2339 Fix sccache path in CI workflow
     new ce2163403 MINIFICPP-2333 Don't register example python processors
     new cd35edd01 MINIFICPP-2334 win: smb and loki extensions on by default
     new cb944b192 MINIFICPP-2332 Fix data size conversion in NiFi python 
processors

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:
 .github/workflows/ci.yml                           |  2 +-
 CMakeLists.txt                                     |  6 ++
 docker/test/integration/cluster/ContainerStore.py  |  3 +
 .../test/integration/cluster/DockerTestCluster.py  |  3 +
 docker/test/integration/cluster/ImageStore.py      | 14 ++-
 .../cluster/containers/MinifiContainer.py          |  3 +
 .../features/MiNiFi_integration_test_driver.py     |  3 +
 docker/test/integration/features/python.feature    | 23 ++++-
 docker/test/integration/features/steps/steps.py    |  5 ++
 ...gForwarder.py => SpecialPropertyTypeChecker.py} |  7 +-
 .../resources/python/SpecialPropertyTypeChecker.py | 99 ++++++++++++++++++++++
 .../AddPythonAttribute.py                          |  0
 .../CountingProcessor.py                           |  0
 .../GaussianDistributionWithNumpy.py               |  0
 .../MoveContentToJson.py                           |  0
 .../RemoveFlowFile.py                              |  0
 .../SentimentAnalysis.py                           |  0
 .../python/pythonprocessors/nifiapi/properties.py  | 12 +--
 msi/WixWin.wsi.in                                  | 21 ++---
 19 files changed, 176 insertions(+), 25 deletions(-)
 copy docker/test/integration/minifi/processors/{RotatingForwarder.py => 
SpecialPropertyTypeChecker.py} (84%)
 create mode 100644 
docker/test/integration/resources/python/SpecialPropertyTypeChecker.py
 rename extensions/python/{pythonprocessors/examples => 
pythonprocessor-examples}/AddPythonAttribute.py (100%)
 rename extensions/python/{pythonprocessors/examples => 
pythonprocessor-examples}/CountingProcessor.py (100%)
 rename extensions/python/{pythonprocessors/examples => 
pythonprocessor-examples}/GaussianDistributionWithNumpy.py (100%)
 rename extensions/python/{pythonprocessors/examples => 
pythonprocessor-examples}/MoveContentToJson.py (100%)
 rename extensions/python/{pythonprocessors/examples => 
pythonprocessor-examples}/RemoveFlowFile.py (100%)
 rename extensions/python/{pythonprocessors/examples => 
pythonprocessor-examples}/SentimentAnalysis.py (100%)

Reply via email to