You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/10/28 08:32:22 UTC

[camel-kamelets] branch azure-storage-blob-optional-deleteAfterRead updated (83214c59 -> 3db7afcd)

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

acosentino pushed a change to branch azure-storage-blob-optional-deleteAfterRead
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


    omit 83214c59 Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter
    omit ef1c3218 Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter
    omit a9be9c9a Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter
     add c96a4ee5 Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter
     add 528ff083 Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter
     add e8106f53 Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter
     new 3db7afcd Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

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   (83214c59)
            \
             N -- N -- N   refs/heads/azure-storage-blob-optional-deleteAfterRead (3db7afcd)

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 1 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:
 .../src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml  | 2 ++
 1 file changed, 2 insertions(+)


[camel-kamelets] 01/01: Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch azure-storage-blob-optional-deleteAfterRead
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 3db7afcdcc40114cc993b3bd1aeab25ba664ee79
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 28 10:31:57 2022 +0200

    Azure Storage Blob Source Kamelet: Add a deleteAfterRead parameter
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
index c8a51e8f..7a73e50c 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
@@ -72,6 +72,8 @@ spec:
         title: Auto-delete Blob 
         description: Specifies to delete blobs after consuming them
         type: boolean
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
         default: false
   dependencies:
     - "camel:azure-storage-blob"