This is an automated email from the ASF dual-hosted git repository.
lordgamez pushed a change to branch MINIFICPP-2629
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit 58d872953 Fix after rebase
omit f23021393 Review update
omit 7af13883c Fix clang tidy
omit 8c44196b3 MINIFICPP-2629 Clean up minifi-api includes
add 22c519f52 MINIFICPP-2635 Handle dynamic properties correctly in python
processors
add 2884584f0 MINIFICPP-2637 Upgrade libxml2 to v2.15.0
add 92fb88dca MINIFICPP-2638 Fix package source and gitignore lists
new f61434aba MINIFICPP-2629 Clean up minifi-api includes
new 1bfbf4f2a Fix clang tidy
new b40f7af79 Review update
new 054fd16f8 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 (58d872953)
\
N -- N -- N refs/heads/MINIFICPP-2629 (054fd16f8)
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.
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:
.gitignore | 5 +
CMakeLists.txt | 12 +-
PROCESSORS.md | 4 +-
cmake/AzureSdkCpp.cmake | 11 ++
cmake/BundledLibXml2.cmake | 102 -----------------
cmake/GetLibXml2.cmake | 3 +-
cmake/LibXml2.cmake | 55 +++++++++
docker/test/integration/cluster/ImageStore.py | 4 +
docker/test/integration/features/environment.py | 2 +-
docker/test/integration/features/python.feature | 61 ++++++----
docker/test/integration/features/steps/steps.py | 2 +-
.../{ListFile.py => LogDynamicProperties.py} | 12 +-
...Nothing.py => NifiStyleLogDynamicProperties.py} | 6 +-
.../resources/python/LogDynamicProperties.py | 29 ++---
.../python/NifiStyleLogDynamicProperties.py | 55 +++++++++
extensions/azure/CMakeLists.txt | 1 -
extensions/python/ExecutePythonProcessor.h | 16 ++-
extensions/python/PYTHON.md | 21 +++-
extensions/python/PythonCreator.h | 2 +-
.../pythonprocessors/nifiapi/processorbase.py | 8 +-
.../python/pythonprocessors/nifiapi/properties.py | 2 +
extensions/python/tests/PythonManifestTests.cpp | 5 +
extensions/python/types/PyProcessContext.cpp | 52 ++++++++-
extensions/python/types/PyProcessContext.h | 2 +
extensions/python/types/PyProcessor.cpp | 47 +++++---
thirdparty/libxml2/libxml2-win.patch | 126 ---------------------
26 files changed, 320 insertions(+), 325 deletions(-)
delete mode 100644 cmake/BundledLibXml2.cmake
create mode 100644 cmake/LibXml2.cmake
copy docker/test/integration/minifi/processors/{ListFile.py =>
LogDynamicProperties.py} (80%)
copy docker/test/integration/minifi/processors/{CreateNothing.py =>
NifiStyleLogDynamicProperties.py} (87%)
copy extensions/python/pythonprocessor-examples/CountingProcessor.py =>
docker/test/integration/resources/python/LogDynamicProperties.py (60%)
create mode 100644
docker/test/integration/resources/python/NifiStyleLogDynamicProperties.py
delete mode 100644 thirdparty/libxml2/libxml2-win.patch