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 71ba3f04f ruff format, ruff check --fix
discard b632b7120 no public key should route to failure instead of rollback
discard 1a8c08efc refactor
discard 767ebb258 minifi_pgp set version to 1.0.0
discard d55200d10 update manifest
discard 930bbc4ad MINIFICPP-2749 Add EncryptContentPGP and DecryptContentPGP
discard eb14c120f review changes
discard 14181ea74 add anyhow error support and fold parse errors into
validation errors
discard b354cf4b9 MINIFICPP-2886 Improve rust api process errors
omit 288e205a9 review change
omit 144eb4c2e cargo fmt
omit 5b8d6721b review changes and clippy fix (for new rust warnings (rustc
upgrade))
omit f71f18fcc property trait comments
omit f5e7b430c K -> P in Property context 2
omit 7399b5a30 K -> P in Property context
omit e7bc21a92 review change + small improvement in build.rs
omit 5bc2701c6 is_required: K::IS_REQUIRED
omit da99d6488 cargo fmt
omit 95bd720e9 fix
omit 9c724e747 manifest update
omit e0bf4d014 rebase NUMBER_VALIDATOR
omit 9568acc5c win fix
omit e109b753a property rework
omit 37c901b05 MINIFICPP-2869 Improve rust api property validation and
property getters
add 241aa38b1 MINIFICPP-2869 Improve rust api property validation and
property getters (#2220)
add 535575bd0 MINIFICPP-2886 Improve rust api process errors
add a92115f8f add anyhow error support and fold parse errors into
validation errors
add 10f7b47da review changes
add e66c97509 MINIFICPP-2749 Add EncryptContentPGP and DecryptContentPGP
add 082e0edad update manifest
add 7e045c2b7 minifi_pgp set version to 1.0.0
add 1500641d9 refactor
add 1c47b2887 no public key should route to failure instead of rollback
add b81b27891 ruff format, ruff check --fix
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 (71ba3f04f)
\
N -- N -- N refs/heads/minifi_rust_pgp (b81b27891)
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: