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
discard 10da5834c MINIFICPP-2883 Support host file copies in docker behave
other small improvements
omit 0ca012663 rebase fixes
omit 113ae3b34 copilot review
omit 5cc2c8725 extend-exclude
omit 48028a1fe rebase fix
omit ca54c36e5 update minimum python to 3.10
omit 79e14060f documentation changes
omit 208db2773 the remaining non-auto fixes
omit 3f097f0da ruff check --fix
omit 186dc748c setting ruff rules
omit 8eb3f8de9 ruff format
add acf6bc7e4 MINIFICPP-2879 Use FIPS when MINIFI_FIPS environment
variable is set (#2235)
add a1aaf191f MINIFICPP-2882 Fix missing catch2 target in Conan build
(#2236)
add b2d7921cd MINIFICPP-2880 Drop clang18 support (#2240)
add d89fea9eb MINIFICPP-2881 Set MINIFI_API_VERSION to 2 (#2244)
add 2fbfed4f1 ruff format
add 1d84671a5 setting ruff rules
add fea3c5760 ruff check --fix
add 967376988 the remaining non-auto fixes
add 69f6f86ba documentation changes
add 18462e57b update minimum python to 3.10
add c96b9e65b rebase fix
add a9cafb3dd extend-exclude
add 2b3aecdc9 copilot review
add 9afefed59 rebase fixes
add 771b20d35 fixes
add 1c0ed816f rebase
add 2191da8f6 MINIFICPP-2883 Support host file copies in docker behave
other small improvements
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 (10da5834c)
\
N -- N -- N refs/heads/minifi_behave_impr (2191da8f6)
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/compiler-support.yml | 2 +-
README.md | 2 +-
.../containers/minifi_linux_container.py | 5 ++++-
.../minifi_behave/containers/minifi_win_container.py | 6 +++++-
.../src/minifi_behave/steps/flow_building_steps.py | 20 +++++++++++++++++++-
cmake/GetCatch2.cmake | 3 +++
minifi-api/include/minifi-api.h | 2 +-
7 files changed, 34 insertions(+), 6 deletions(-)