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


    omit beb4e74a8 no public key should route to failure instead of rollback
    omit 65bc38a47 refactor
    omit 3cece6df3 minifi_pgp set version to 1.0.0
    omit dffcec3aa update manifest
    omit b1468a7fe MINIFICPP-2749 Add EncryptContentPGP and DecryptContentPGP
    omit 5453f630f add anyhow error support and fold parse errors into 
validation errors
    omit 595c1bd40 MINIFICPP-2886 Improve rust api process errors
     add 2b489d6e1 K -> P in Property context 2
     add 5a0a39fdb MINIFICPP-2886 Improve rust api process errors
     add bacefcc46 add anyhow error support and fold parse errors into 
validation errors
     add 65e18c67e review changes
     add 088f249a9 MINIFICPP-2749 Add EncryptContentPGP and DecryptContentPGP
     add f3541ebbb update manifest
     add ce812f0f2 minifi_pgp set version to 1.0.0
     add 1a50c14f2 refactor
     add 6bb2ae086 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   (beb4e74a8)
            \
             N -- N -- N   refs/heads/minifi_rust_pgp (6bb2ae086)

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:
 .../src/processors/lorem_ipsum_cs_user/tests.rs    | 23 ++++++++++++++----
 minifi_rust/minifi_native/src/api/errors.rs        |  2 +-
 .../minifi_native/src/api/process_context.rs       | 28 +++++++++++-----------
 .../flow_file_stream_transform.rs                  |  3 ++-
 .../api/processor_wrappers/flow_file_transform.rs  |  2 +-
 .../utils/context_session_flowfile_bundle.rs       | 12 +++++-----
 minifi_rust/minifi_native/src/api/property.rs      |  2 +-
 .../src/c_ffi/c_ffi_controller_service_context.rs  |  4 ++--
 .../src/c_ffi/c_ffi_process_context.rs             | 10 ++++----
 .../src/c_ffi/c_ffi_process_session.rs             |  8 +++----
 .../src/mock/mock_controller_service_context.rs    |  4 ++--
 .../minifi_native/src/mock/mock_process_context.rs | 14 +++++------
 12 files changed, 63 insertions(+), 49 deletions(-)

Reply via email to