This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a change to branch minifi_rust_impr_2
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit 1026d341d review changes
omit 5f771170b add anyhow error support and fold parse errors into
validation errors
omit ef46ce12c MINIFICPP-2886 Improve rust api process errors
omit 6525c688d cargo fmt
omit fce40dbef review changes and clippy fix (for new rust warnings (rustc
upgrade))
omit fd73ee076 property trait comments
omit 7f6c01d0a K -> P in Property context 2
omit fef93690b K -> P in Property context
omit f67a0db5b review change + small improvement in build.rs
omit 518b46846 is_required: K::IS_REQUIRED
omit d33ed267d cargo fmt
omit 8b847f62d fix
omit 70f91327d manifest update
omit 265f4f8a8 rebase NUMBER_VALIDATOR
omit 64866d509 win fix
omit 5bbfdc8ef property rework
omit 3f92464be MINIFICPP-2869 Improve rust api property validation and
property getters
add 148097ab3 MINIFICPP-2888 Fixing build failure in rocky (#2250)
add 4ee6b4fe8 MINIFICPP-2887 Memory leak in
minifi_process_session_transfer/minifi_process_session_remove (#2249)
add 37c901b05 MINIFICPP-2869 Improve rust api property validation and
property getters
add e109b753a property rework
add 9568acc5c win fix
add e0bf4d014 rebase NUMBER_VALIDATOR
add 9c724e747 manifest update
add 95bd720e9 fix
add da99d6488 cargo fmt
add 5bc2701c6 is_required: K::IS_REQUIRED
add e7bc21a92 review change + small improvement in build.rs
add 7399b5a30 K -> P in Property context
add f5e7b430c K -> P in Property context 2
add f71f18fcc property trait comments
add 5b8d6721b review changes and clippy fix (for new rust warnings (rustc
upgrade))
add 144eb4c2e cargo fmt
add 288e205a9 review change
new b354cf4b9 MINIFICPP-2886 Improve rust api process errors
new 14181ea74 add anyhow error support and fold parse errors into
validation errors
new eb14c120f review changes
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 (1026d341d)
\
N -- N -- N refs/heads/minifi_rust_impr_2 (eb14c120f)
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/workflows/memcheck_ci.yml | 1 +
docker/rockylinux/Dockerfile | 12 ++++-----
extensions/llamacpp/tests/CMakeLists.txt | 1 +
extensions/stable-api-testing/tests/CMakeLists.txt | 1 +
libminifi/src/minifi-api.cpp | 8 ++++--
libminifi/test/unit/ProcessSessionTests.cpp | 30 ++++++++++++++++++++++
minifi_rust/minifi_native/src/api/property.rs | 4 +--
7 files changed, 47 insertions(+), 10 deletions(-)