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

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


    omit 20abce1cb review change
    omit 85ae218ff MINIFICPP-2883 Support host file copies in docker behave 
other small improvements
    omit 36719aa9c fix rockylinux
    omit d3c87776e rebase fixes
    omit 36dab23bd copilot review
    omit c12fd3d33 extend-exclude
    omit 1f8c2b18b rebase fix
    omit 692ac30f1 update minimum python to 3.10
    omit 89365cda2 documentation changes
    omit 3c8ed0b76 the remaining non-auto fixes
    omit 7882ea77e ruff check --fix
    omit 169a4fad1 ruff format
    omit 481e7ede5 setting ruff rules
     add 48eedde6d MINIFICPP-2878 PRs from apache should not double run CI 
(#2248)
     add 2e0ae9fe5 setting ruff rules
     add afe34b593 ruff format
     add 695e5d12c ruff check --fix
     add a2299b3b3 the remaining non-auto fixes
     add f316e3f16 documentation changes
     add d3e1e2c20 update minimum python to 3.10
     add 9922a4d42 rebase fix
     add 609df3e10 extend-exclude
     add 2449e8f86 copilot review
     add 0315cd1d0 rebase fixes
     add d63e03104 fix rockylinux
     add c15ef24ed line length -> 120
     new 4bb6d0505 MINIFICPP-2883 Support host file copies in docker behave 
other small improvements
     new 5463453de review change
     new e80894da0 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   (20abce1cb)
            \
             N -- N -- N   refs/heads/minifi_behave_impr (e80894da0)

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 3 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:
 .github/conan/compatibility.py                     |  23 +-
 .../github_scripts/github_actions_cache_cleanup.py |   8 +-
 .../github_actions_cache_cleanup_tests.py          |  23 +-
 .github/workflows/ci.yml                           |  30 +-
 .../minifi_behave/containers/container_linux.py    | 157 ++------
 .../minifi_behave/containers/container_protocol.py |  12 +-
 .../minifi_behave/containers/container_windows.py  |  54 +--
 .../containers/docker_image_builder.py             |  20 +-
 .../containers/http_proxy_container.py             |  15 +-
 .../minifi_behave/containers/minifi_controller.py  |  36 +-
 .../containers/minifi_linux_container.py           |  52 +--
 .../minifi_behave/containers/minifi_protocol.py    |  20 +-
 .../containers/minifi_win_container.py             |   4 +-
 .../src/minifi_behave/containers/nifi_container.py |  16 +-
 behave_framework/src/minifi_behave/core/helpers.py |   4 +-
 behave_framework/src/minifi_behave/core/hooks.py   |  20 +-
 .../src/minifi_behave/core/minifi_test_context.py  |   8 +-
 .../src/minifi_behave/core/ssl_utils.py            |  20 +-
 .../src/minifi_behave/minifi/flow_definition.py    |  62 +---
 .../minifi_behave/minifi/minifi_flow_definition.py |  14 +-
 .../minifi_behave/minifi/nifi_flow_definition.py   |  12 +-
 .../src/minifi_behave/minifi/processor.py          |   4 +-
 .../src/minifi_behave/steps/checking_steps.py      | 298 +++++----------
 .../src/minifi_behave/steps/configuration_steps.py |  20 +-
 .../src/minifi_behave/steps/core_steps.py          | 109 ++----
 .../src/minifi_behave/steps/flow_building_steps.py | 398 ++++++---------------
 bootstrap/cli.py                                   | 112 ++----
 bootstrap/cmake_parser.py                          |  12 +-
 bootstrap/main.py                                  |  15 +-
 bootstrap/minifi_option.py                         |  40 +--
 bootstrap/package_manager.py                       |  56 +--
 bootstrap/system_dependency.py                     |   4 +-
 conanfile.py                                       |  24 +-
 docker/rockylinux/Dockerfile                       |   2 +-
 .../containers/kinesis_server_container.py         |   8 +-
 .../features/containers/s3_server_container.py     |   8 +-
 extensions/aws/tests/features/steps/steps.py       |  30 +-
 .../features/containers/azure_server_container.py  |  16 +-
 extensions/azure/tests/features/steps/steps.py     |  12 +-
 .../containers/couchbase_server_container.py       |  24 +-
 extensions/couchbase/tests/features/environment.py |   4 +-
 extensions/couchbase/tests/features/steps/steps.py |  44 +--
 .../features/containers/elastic_base_container.py  |  13 +-
 .../features/containers/elasticsearch_container.py |   8 +-
 .../features/containers/opensearch_container.py    |   4 +-
 .../elasticsearch/tests/features/steps/steps.py    |  48 +--
 .../containers/fake_gcs_server_container.py        |   4 +-
 extensions/gcp/tests/features/steps/steps.py       |  12 +-
 .../features/containers/grafana_loki_container.py  |  32 +-
 .../grafana-loki/tests/features/environment.py     |   8 +-
 .../resources/check_log_lines_on_grafana.py        |  14 +-
 .../grafana-loki/tests/features/steps/steps.py     |  28 +-
 .../features/containers/kafka_server_container.py  |  21 +-
 extensions/kafka/tests/features/environment.py     |   4 +-
 extensions/kafka/tests/features/steps/steps.py     |  67 +---
 .../tests/features/steps/kubernetes_proxy.py       |  59 ++-
 .../steps/minifi_as_pod_in_kubernetes_cluster.py   |  12 +-
 .../kubernetes/tests/features/steps/steps.py       |  28 +-
 extensions/llamacpp/tests/features/environment.py  |   4 +-
 .../features/containers/mqtt_broker_container.py   |  20 +-
 extensions/mqtt/tests/features/environment.py      |   4 +-
 extensions/mqtt/tests/features/steps/steps.py      |  43 +--
 .../features/containers/opc_ua_server_container.py |   4 +-
 extensions/opc/tests/features/steps/steps.py       |  12 +-
 .../features/containers/prometheus_container.py    |   8 +-
 .../prometheus/tests/features/environment.py       |   4 +-
 .../tests/features/resources/prometheus_checker.py | 109 ++----
 .../prometheus/tests/features/steps/steps.py       |  26 +-
 extensions/python/PYTHON.md                        |   4 +-
 .../GaussianDistributionWithNumpy.py               |   4 +-
 .../pythonprocessor-examples/MoveContentToJson.py  |   4 +-
 .../pythonprocessor-examples/SentimentAnalysis.py  |   4 +-
 .../google/SentimentAnalyzer.py                    |  16 +-
 .../h2o/h2o3/mojo/ExecuteH2oMojoScoring.py         |   8 +-
 .../utils/dependency_installer.py                  |  13 +-
 .../pythonprocessors/nifiapi/componentstate.py     |   4 +-
 .../pythonprocessors/nifiapi/documentation.py      |  20 +-
 .../pythonprocessors/nifiapi/flowfilesource.py     |   8 +-
 .../pythonprocessors/nifiapi/flowfiletransform.py  |   8 +-
 .../pythonprocessors/nifiapi/processorbase.py      |  24 +-
 .../python/pythonprocessors/nifiapi/properties.py  |  18 +-
 .../pythonprocessors/nifiapi/recordtransform.py    |  32 +-
 extensions/python/tests/features/environment.py    |  16 +-
 .../tests/features/resources/CreateFlowFile.py     |   8 +-
 .../resources/EvaluateExpressionLanguageChecker.py |  41 +--
 .../ExpressionLanguagePropertyWithValidator.py     |   8 +-
 .../resources/NifiStyleLogDynamicProperties.py     |   8 +-
 .../resources/ProcessContextInterfaceChecker.py    |  10 +-
 .../resources/RelativeImporterProcessor.py         |   4 +-
 .../tests/features/resources/RotatingForwarder.py  |   4 +-
 .../tests/features/resources/SetRecordField.py     |  14 +-
 .../resources/SpecialPropertyTypeChecker.py        |  84 ++---
 extensions/python/tests/features/steps/steps.py    |  41 +--
 .../tests/test_python_scripts/foo_bar_processor.py |   4 +-
 .../non_transferring_processor.py                  |   4 +-
 ...passthrough_processor_transfering_to_failure.py |   4 +-
 ...passthrough_processor_transfering_to_success.py |   4 +-
 .../test_python_scripts/stateful_processor.py      |   4 +-
 .../tests/features/containers/splunk_container.py  |  32 +-
 extensions/splunk/tests/features/steps/steps.py    |  13 +-
 .../containers/postgress_server_container.py       |  10 +-
 extensions/sql/tests/features/environment.py       |  10 +-
 extensions/sql/tests/features/steps/steps.py       |  18 +-
 .../features/containers/diag_slave_container.py    |   4 +-
 .../tests/features/containers/syslog_container.py  |   4 +-
 .../tests/features/environment.py                  |   4 +-
 .../features/steps/minifi_c2_server_container.py   |   4 +-
 .../features/steps/minifi_controller_steps.py      |  49 +--
 .../tests/features/steps/steps.py                  |  44 +--
 .../minifi_rs_playground/features/environment.py   |   8 +-
 .../minifi_rs_playground/features/steps/steps.py   |   8 +-
 ruff.toml                                          |   4 +-
 112 files changed, 808 insertions(+), 2275 deletions(-)

Reply via email to