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 99359a0ed Review update
    omit 7de1f019b Extract python virtualenv setup and move it to PythonCreator
    omit bcb62f163 Add comment for using quotes on Windows for std::system call
    omit 45a72543e Review update
    omit b7f9694c1 Fix after rebase
    omit ebf924b3d Enable virtualenv use and dependency install by default
    omit 6b19266cb MINIFICPP-2277 Add virtualenv support for python processors
     add be51e246c MINIFICPP-2230 MergeContent should yield if no ready bins 
and no incoming flowfiles
     add a2c22001b MINIFICPP-2322 MINIFI_INCLUDE_UCRT_DLLS and 
MINIFI_INCLUDE_VC_REDIST_DLLS shouldnt be mutually exclusive
     add 34f640bb3 MINIFICPP-2319 Set the home directory on the Configure 
object in the unit test
     add f533eb024 MINIFICPP-2321 Update Splunk tests for new docker image
     add 081b5cfea MINIFICPP-2277 Add virtualenv support for python processors
     add 59ebec9a5 Enable virtualenv use and dependency install by default
     add 49a286a80 Fix after rebase
     add 05fad6740 Review update
     add fa4f1f602 Add comment for using quotes on Windows for std::system call
     add 990148339 Extract python virtualenv setup and move it to PythonCreator
     add c37c83057 Review update

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   (99359a0ed)
            \
             N -- N -- N   refs/heads/MINIFICPP-2277 (c37c83057)

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:
 CMakeLists.txt                                     |  6 +++++-
 cmake/MiNiFiOptions.cmake                          |  4 ++--
 .../test/integration/cluster/DockerTestCluster.py  |  4 ++++
 .../integration/cluster/checkers/SplunkChecker.py  | 21 ++++++++++++++++++-
 .../features/MiNiFi_integration_test_driver.py     |  6 ++++++
 docker/test/integration/features/splunk.feature    |  4 ++++
 docker/test/integration/features/steps/steps.py    |  6 ++++++
 .../integration/minifi/processors/PutSplunkHTTP.py |  3 +--
 .../minifi/processors/QuerySplunkIndexingStatus.py |  3 +--
 extensions/libarchive/BinFiles.cpp                 | 16 ++++++++++++---
 extensions/libarchive/BinFiles.h                   |  2 +-
 extensions/libarchive/tests/MergeFileTests.cpp     | 24 ++++++++++++++++++++++
 extensions/rocksdb-repos/tests/RepoTests.cpp       |  2 ++
 13 files changed, 89 insertions(+), 12 deletions(-)

Reply via email to