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 56651b5f1 refresh manifest
discard fb2e58014 review changes
discard ba0a46bfc rebase
discard 98c19f415 ruff format, ruff check --fix
discard 8160042a7 no public key should route to failure instead of rollback
discard e6cb177e6 refactor
discard defa1d6b7 minifi_pgp set version to 1.0.0
discard 4b30b0921 update manifest
discard ada1c8198 MINIFICPP-2749 Add EncryptContentPGP and DecryptContentPGP
omit 8aef20910 cargo fmt
omit 6577d724a adds comment to with_attributes.rs
omit a43d52315 build fix
omit d395922cf with_content changes
omit abd395509 apache license for with_attributes.rs
omit 0a23914da wildcard for generate_docs
omit 1994e98cb tests for with_attribute(s)
omit 05eb239fe revert const PROPERTIES -> const fn properties()
omit 08e739337 review changes
omit b6e9239da add anyhow error support and fold parse errors into
validation errors
omit 074d97612 MINIFICPP-2886 Improve rust api process errors
add 11f92483b MINIFICPP-2896 Fix cpack for openssl-fips in debug mode
using conan (#2255)
add a06d0d872 MINIFICPP-2897 Fix LMDB patch command on Windows (#2256)
add 36f1a2d3f MINIFICPP-2899 procfs: Fix CpuStat and CPUStatTests
inaccuracy (#2260)
add 2559f40d2 MINIFICPP-2886 Improve rust api process errors (#2246)
add aab75931e MINIFICPP-2749 Add EncryptContentPGP and DecryptContentPGP
add bcc884cb3 update manifest
add 98d1e28ea minifi_pgp set version to 1.0.0
add aaa9b1623 refactor
add e5b2f33fa no public key should route to failure instead of rollback
add 8afc68d76 ruff format, ruff check --fix
add ef494746a rebase
add 92636d381 review changes
add 1a65ca786 refresh manifest
add 47e48ce6c 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 (56651b5f1)
\
N -- N -- N refs/heads/minifi_rust_pgp (47e48ce6c)
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:
cmake/GetOpenSSL.cmake | 5 ++--
cmake/LMDB.cmake | 2 +-
extensions/procfs/CpuStat.h | 2 +-
extensions/procfs/tests/CPUStatTests.cpp | 22 ++++++++--------
.../src/controller_services/key_file_property.rs | 4 +--
.../src/controller_services/key_property.rs | 4 +--
.../minifi_pgp/src/processors/decrypt_content.rs | 9 ++++---
.../minifi_pgp/src/processors/encrypt_content.rs | 29 +++++++++++-----------
minifi_rust/extensions/minifi_pgp/src/utils.rs | 2 +-
minifi_rust/minifi_native/src/api/errors.rs | 20 +++++----------
minifi_rust/minifi_native/src/api/processor.rs | 3 ++-
.../src/api/processor_wrappers/flow_file_source.rs | 7 +++---
.../flow_file_stream_transform.rs | 11 ++++----
.../api/processor_wrappers/flow_file_transform.rs | 10 ++++----
14 files changed, 61 insertions(+), 69 deletions(-)