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

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


 discard b913bef00 no public key should route to failure instead of rollback
 discard bba16042a refactor
 discard 8e39e04d1 minifi_pgp set version to 1.0.0
 discard 0dbc4dade update manifest
 discard 83294bf29 MINIFICPP-2749 Add EncryptContentPGP and DecryptContentPGP
 discard 1026d341d review changes
 discard 5f771170b add anyhow error support and fold parse errors into 
validation errors
 discard ef46ce12c MINIFICPP-2886 Improve rust api process errors
 discard 6525c688d cargo fmt
 discard fce40dbef review changes and clippy fix (for new rust warnings (rustc 
upgrade))
 discard fd73ee076 property trait comments
 discard 7f6c01d0a K -> P in Property context 2
 discard fef93690b K -> P in Property context
 discard f67a0db5b review change + small improvement in build.rs
 discard 518b46846 is_required: K::IS_REQUIRED
 discard d33ed267d cargo fmt
 discard 8b847f62d fix
 discard 70f91327d manifest update
 discard 265f4f8a8 rebase NUMBER_VALIDATOR
 discard 64866d509 win fix
 discard 5bbfdc8ef property rework
 discard 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
     add b354cf4b9 MINIFICPP-2886 Improve rust api process errors
     add 14181ea74 add anyhow error support and fold parse errors into 
validation errors
     add eb14c120f review changes
     add 930bbc4ad MINIFICPP-2749 Add EncryptContentPGP and DecryptContentPGP
     add d55200d10 update manifest
     add 767ebb258 minifi_pgp set version to 1.0.0
     add 1a8c08efc refactor
     add b632b7120 no public key should route to failure instead of rollback

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   (b913bef00)
            \
             N -- N -- N   refs/heads/minifi_rust_pgp (b632b7120)

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/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(-)

Reply via email to