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


    from ee23065b9 Review update
     add 7dbd28243 Update for NiFi 2.0-M2
     add 133390b4e Update required properties
     add 87b34ce10 Add support for sensitive properties in Python
     add 5f8ed7f41 Update minifi c2 server version

No new revisions were added by this update.

Summary of changes:
 .../cluster/containers/MinifiC2ServerContainer.py  |   2 +-
 .../cluster/containers/NifiContainer.py            |   2 +-
 extensions/python/ExecutePythonProcessor.cpp       |  12 ++
 extensions/python/ExecutePythonProcessor.h         |   7 +-
 extensions/python/PYTHON.md                        |  17 ++-
 extensions/python/PythonProcessor.cpp              |   4 +-
 extensions/python/PythonProcessor.h                |   3 +-
 extensions/python/PythonScriptEngine.cpp           |   6 +-
 .../pythonprocessors/nifiapi/documentation.py      | 142 +++++++++++++++++++++
 .../pythonprocessors/nifiapi/flowfiletransform.py  |  23 +++-
 .../python/pythonprocessors/nifiapi/properties.py  |  25 ++--
 extensions/python/types/PyProcessor.cpp            |  11 +-
 libminifi/include/core/ConfigurableComponent.h     |   2 +-
 13 files changed, 230 insertions(+), 26 deletions(-)
 create mode 100644 extensions/python/pythonprocessors/nifiapi/documentation.py

Reply via email to