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

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


    omit 76d9e8699 MINIFICPP-2277 Add virtualenv support for python processors
    omit 436737cfc Add documentation.py to Windows installer
    omit 3d207dca7 Remove unneeded config
    omit 356f1ce20 Fix after rebase
    omit 432126d6d Fix typo
    omit 62b30aab9 Update limiations
    omit aed73665b Support for argumentless contructors in NiFi python 
processors
    omit 970adf180 Clean up created container
    omit c41dfc56b Fix python tests and update minifi c2 to 1.25.0
    omit b6cd9a6c3 Revert minifi c2 json files to yml for NiFi 1.0 line
    omit 6d86ae6e7 Update minifi c2 server version
    omit a23a8496c Add support for sensitive properties in Python
    omit 609a89057 Update required properties
    omit 28df641e2 Update for NiFi 2.0-M2
    omit cc640389e Review update
    omit 816b3b60d Documentation update
    omit cf2be92e9 Review update
    omit 48b884abe MINIFICPP-2276 Support FlowFileTransform NiFi Python 
processors
     add de08a1cac MINIFICPP-2299 Add brew library to search path
     add 4f24c4619 MINIFICPP-2303 Fix FindLua in the Windows CI job
     add 9e0f9fe7a MINIFICPP-2301 SQLITE_ROOT should take precedence
     add bfb906345 MINIFICPP-2300 Fix transient failures of kubernetes tests
     add 64914e3cd MINIFICPP-2276 Support FlowFileTransform NiFi Python 
processors
     add 715a0d514 Review update
     add 3706b1512 Documentation update
     add 676b0371c Review update
     add 400118a7a Update for NiFi 2.0-M2
     add 640447b64 Update required properties
     add 61e17cbc4 Add support for sensitive properties in Python
     add ed5f3b548 Update minifi c2 server version
     add f2569b892 Revert minifi c2 json files to yml for NiFi 1.0 line
     add 08d04b916 Fix python tests and update minifi c2 to 1.25.0
     add c6a914e56 Clean up created container
     add 017f9a4e9 Support for argumentless contructors in NiFi python 
processors
     add ac443bcb0 Update limiations
     add 1324e96e0 Fix typo
     add e734de3d7 Fix after rebase
     add 4637170b1 Remove unneeded config
     add 080c4b2bd Add documentation.py to Windows installer
     add 79ce77875 MINIFICPP-2277 Add virtualenv support for python processors
     add 57d693daf Enable virtualenv use and dependency install by default

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   (76d9e8699)
            \
             N -- N -- N   refs/heads/MINIFICPP-2277 (57d693daf)

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.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |  4 ++
 conf/minifi.properties                             |  4 +-
 ...bernetes_logging.feature => kubernetes.feature} | 27 ++++++++++++
 .../features/kubernetes_metrics.feature            | 48 ----------------------
 encrypt-config/tests/resources/minifi.properties   |  4 +-
 ...th-additional-sensitive-props.minifi.properties |  4 +-
 extensions/sql/CMakeLists.txt                      |  3 ++
 .../test/resources/encrypted.minifi.properties     |  4 +-
 thirdparty/soci/sqlite3-path.patch                 | 36 ++++++++++++++++
 9 files changed, 78 insertions(+), 56 deletions(-)
 rename docker/test/integration/features/{kubernetes_logging.feature => 
kubernetes.feature} (70%)
 delete mode 100644 docker/test/integration/features/kubernetes_metrics.feature
 create mode 100644 thirdparty/soci/sqlite3-path.patch

Reply via email to