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

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


    omit 590e174c7 MINIFICPP-2685 Move MQTT tests to modular docker tests
    omit 05ba7b1d2 MINIFICPP-2683 Move C2 docker tests to modular docker tests
    omit 544f99cea MINIFICPP-2684 Move MiNiFi controller tests to modular 
docker tests
    omit 7874d6e7b Review update
    omit ff46b86ec MINIFICPP-2679 Move HTTP tests to modular docker tests
     add b95e58426 MINIFICPP-2342 Do not overwrite config files during an 
upgrade
     add e53db5388 MINIFICPP-2697 Upgrade m2crypto
     add 3d38c3ac6 MINIFICPP-2693 Do not share ProcessContextImpl objects among 
threads
     add 39057430a MINIFICPP-2706 Work around a squid bug which causes OOM in 
Docker tests
     add bc9a9ea1c MINIFICPP-2679 Move HTTP tests to modular docker tests
     add d4dab977b MINIFICPP-2684 Move MiNiFi controller tests to modular 
docker tests
     add 3c83d84ca MINIFICPP-2700 Terminate if ContentRepository creation failed
     add af585c264 MINIFICPP-2705 - Configurable timeout, download assets 
directly to disk
     add 7037f68c0 MINIFICPP-2683 Move C2 docker tests to modular docker tests
     add 2a53e5159 MINIFICPP-2685 Move MQTT tests to modular docker tests

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   (590e174c7)
            \
             N -- N -- N   refs/heads/MINIFICPP-2685 (2a53e5159)

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:
 C2.md                                              |   6 +
 README.md                                          |  16 +-
 behave_framework/pyproject.toml                    |   2 +-
 .../containers/http_proxy_container.py             |   3 +-
 .../src/minifi_test_framework/core/hooks.py        |   4 +-
 .../core/minifi_test_context.py                    |   8 -
 .../minifi_test_framework/steps/checking_steps.py  |  89 +++++----
 .../src/minifi_test_framework/steps/core_steps.py  |   2 +-
 .../steps/flow_building_steps.py                   |  57 ++++--
 conf/CMakeLists.txt                                |   8 -
 conf/config.yml.in                                 |  21 ---
 conf/minifi-log.properties.in                      |   5 +
 conf/minifi-uid.properties.in                      |   5 +
 conf/minifi.properties.in                          |  11 ++
 core-framework/include/http/BaseHTTPClient.h       |  16 +-
 core-framework/include/http/HTTPClient.h           |   9 +-
 core-framework/include/http/HTTPStream.h           |  18 +-
 core-framework/include/utils/ByteArrayCallback.h   |   4 +-
 core-framework/include/utils/file/FileUtils.h      |   6 +
 core-framework/src/http/BaseHTTPClient.cpp         |   6 +-
 core-framework/src/http/HTTPClient.cpp             |  10 +-
 core-framework/src/http/HTTPStream.cpp             |   6 +-
 core-framework/src/utils/ByteArrayCallback.cpp     |   4 +-
 docker/DockerVerify.sh                             |   8 +-
 docker/RunBehaveTests.sh                           |   8 +-
 docker/requirements.txt                            |   2 +-
 extensions/civetweb/tests/features/http.feature    |  10 +-
 .../tests/PrometheusMetricsPublisherTest.cpp       |   2 +-
 .../tests/unit/ConfigurationTests.cpp              | 203 +++++++++++++++------
 libminifi/include/c2/C2Protocol.h                  |   6 +-
 libminifi/include/c2/protocols/RESTSender.h        |   3 +-
 libminifi/include/core/ProcessContextImpl.h        |   2 +-
 libminifi/include/core/RepositoryFactory.h         |  16 +-
 libminifi/include/core/logging/LoggerProperties.h  |   2 +-
 libminifi/include/properties/Configuration.h       |   2 +-
 libminifi/include/properties/Properties.h          |  20 +-
 libminifi/include/utils/ChecksumCalculator.h       |  11 +-
 libminifi/include/utils/file/AssetManager.h        |   3 +-
 libminifi/src/ThreadedSchedulingAgent.cpp          |   9 +-
 libminifi/src/c2/C2Agent.cpp                       |  74 +++++---
 libminifi/src/c2/protocols/RESTSender.cpp          |  52 +++++-
 libminifi/src/core/FlowConfiguration.cpp           |  19 +-
 libminifi/src/core/ProcessContextImpl.cpp          |   6 -
 libminifi/src/core/RepositoryFactory.cpp           |  54 +++---
 .../core/state/nodes/ConfigurationChecksums.cpp    |   2 +-
 libminifi/src/properties/Properties.cpp            | 139 ++++++++++----
 libminifi/src/utils/ChecksumCalculator.cpp         |  63 ++++---
 libminifi/src/utils/file/AssetManager.cpp          |  49 +++--
 .../test/integration/C2PropertiesUpdateTests.cpp   |  32 ++--
 libminifi/test/unit/ChecksumCalculatorTests.cpp    |  34 +++-
 .../test/unit/ConfigurationChecksumsTests.cpp      |   6 +-
 libminifi/test/unit/IdTests.cpp                    |  28 +--
 libminifi/test/unit/ProcessContextExprTests.cpp    |  25 ---
 .../include/minifi-cpp/properties/Configuration.h  |   1 +
 minifi_main/MiNiFiMain.cpp                         |   4 +-
 packaging/msi/WixWin.wsi.in                        |  60 +++---
 packaging/rpm/expected-rpm-contents.in             |   1 -
 57 files changed, 774 insertions(+), 498 deletions(-)
 delete mode 100644 conf/config.yml.in

Reply via email to