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 2023/06/16 10:28:43 UTC

[camel-kamelets] branch 1507-3.x created (now 14da20b3)

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

acosentino pushed a change to branch 1507-3.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


      at 14da20b3 FTP/SFTP/FTPS Source Kamelets: Add Delete option for SFTP

This branch includes the following new commits:

     new 62fc4f47 FTP/SFTP/FTPS Source Kamelets: Add Delete option for FTP
     new af77ed42 FTP/SFTP/FTPS Source Kamelets: Add Delete option for FTP
     new e1508499 FTP/SFTP/FTPS Source Kamelets: Add Delete option for FTPS
     new 4f1287a1 FTP/SFTP/FTPS Source Kamelets: Add Delete option for FTPS
     new 201d8c35 FTP/SFTP/FTPS Source Kamelets: Add Delete option for SFTP
     new 14da20b3 FTP/SFTP/FTPS Source Kamelets: Add Delete option for SFTP

The 6 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.



[camel-kamelets] 05/06: FTP/SFTP/FTPS Source Kamelets: Add Delete option for SFTP

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

acosentino pushed a commit to branch 1507-3.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 201d8c35973602bb1f9154b7c93c2af23ce623aa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jun 16 12:23:02 2023 +0200

    FTP/SFTP/FTPS Source Kamelets: Add Delete option for SFTP
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/sftp-source.kamelet.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/kamelets/sftp-source.kamelet.yaml b/kamelets/sftp-source.kamelet.yaml
index ef157767..5324ac9b 100644
--- a/kamelets/sftp-source.kamelet.yaml
+++ b/kamelets/sftp-source.kamelet.yaml
@@ -132,6 +132,13 @@ spec:
         default: true
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      delete:
+        title: Delete
+        description: If true, the file will be deleted after it is processed successfully.
+        type: boolean
+        default: false
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -153,6 +160,7 @@ spec:
         ignoreFileNotFoundOrPermissionError: "{{ignoreFileNotFoundOrPermissionError}}"
         binary: "{{binary}}"
         autoCreate: "{{autoCreate}}"
+        delete: "{{delete}}"
       steps:
       - set-body:
           simple: "${body.getBody()}"


[camel-kamelets] 01/06: FTP/SFTP/FTPS Source Kamelets: Add Delete option for FTP

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

acosentino pushed a commit to branch 1507-3.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 62fc4f47470879906577f544e6bfc2e70ab9308b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jun 16 12:14:36 2023 +0200

    FTP/SFTP/FTPS Source Kamelets: Add Delete option for FTP
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/ftp-source.kamelet.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/kamelets/ftp-source.kamelet.yaml b/kamelets/ftp-source.kamelet.yaml
index 8c42242e..769cb1fa 100644
--- a/kamelets/ftp-source.kamelet.yaml
+++ b/kamelets/ftp-source.kamelet.yaml
@@ -102,6 +102,13 @@ spec:
         default: true
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      delete:
+        title: Delete
+        description: If true, the file will be deleted after it is processed successfully.
+        type: boolean
+        default: false
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -116,6 +123,7 @@ spec:
         idempotent: "{{idempotent}}"
         binary: "{{binary}}"
         autoCreate: "{{autoCreate}}"
+        delete: "{{delete}}"
       steps:
       - set-header:
           name: file


[camel-kamelets] 04/06: FTP/SFTP/FTPS Source Kamelets: Add Delete option for FTPS

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

acosentino pushed a commit to branch 1507-3.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 4f1287a11bc7da13ae728f44e1841ce211568d92
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jun 16 12:18:18 2023 +0200

    FTP/SFTP/FTPS Source Kamelets: Add Delete option for FTPS
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/ftps-source.kamelet.yaml          | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/ftps-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/ftps-source.kamelet.yaml
index 7a85d0ce..57da3d99 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/ftps-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/ftps-source.kamelet.yaml
@@ -102,6 +102,13 @@ spec:
         default: true
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      delete:
+        title: Delete
+        description: If true, the file will be deleted after it is processed successfully.
+        type: boolean
+        default: false
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -116,6 +123,7 @@ spec:
         idempotent: "{{idempotent}}"
         binary: "{{binary}}"
         autoCreate: "{{autoCreate}}"
+        delete: "{{delete}}"
       steps:
       - set-header:
           name: file


[camel-kamelets] 03/06: FTP/SFTP/FTPS Source Kamelets: Add Delete option for FTPS

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

acosentino pushed a commit to branch 1507-3.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit e1508499ac24fa43b5501cf138521e90a86d83f7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jun 16 12:17:34 2023 +0200

    FTP/SFTP/FTPS Source Kamelets: Add Delete option for FTPS
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/ftps-source.kamelet.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/kamelets/ftps-source.kamelet.yaml b/kamelets/ftps-source.kamelet.yaml
index 7a85d0ce..57da3d99 100644
--- a/kamelets/ftps-source.kamelet.yaml
+++ b/kamelets/ftps-source.kamelet.yaml
@@ -102,6 +102,13 @@ spec:
         default: true
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      delete:
+        title: Delete
+        description: If true, the file will be deleted after it is processed successfully.
+        type: boolean
+        default: false
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -116,6 +123,7 @@ spec:
         idempotent: "{{idempotent}}"
         binary: "{{binary}}"
         autoCreate: "{{autoCreate}}"
+        delete: "{{delete}}"
       steps:
       - set-header:
           name: file


[camel-kamelets] 06/06: FTP/SFTP/FTPS Source Kamelets: Add Delete option for SFTP

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

acosentino pushed a commit to branch 1507-3.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 14da20b3330443e7a041713d853cd906940a29c2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jun 16 12:23:41 2023 +0200

    FTP/SFTP/FTPS Source Kamelets: Add Delete option for SFTP
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/sftp-source.kamelet.yaml          | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/sftp-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/sftp-source.kamelet.yaml
index ef157767..5324ac9b 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/sftp-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/sftp-source.kamelet.yaml
@@ -132,6 +132,13 @@ spec:
         default: true
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      delete:
+        title: Delete
+        description: If true, the file will be deleted after it is processed successfully.
+        type: boolean
+        default: false
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -153,6 +160,7 @@ spec:
         ignoreFileNotFoundOrPermissionError: "{{ignoreFileNotFoundOrPermissionError}}"
         binary: "{{binary}}"
         autoCreate: "{{autoCreate}}"
+        delete: "{{delete}}"
       steps:
       - set-body:
           simple: "${body.getBody()}"


[camel-kamelets] 02/06: FTP/SFTP/FTPS Source Kamelets: Add Delete option for FTP

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

acosentino pushed a commit to branch 1507-3.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit af77ed425f312bd7617b507753510b9e3e23bc28
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jun 16 12:16:08 2023 +0200

    FTP/SFTP/FTPS Source Kamelets: Add Delete option for FTP
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/ftp-source.kamelet.yaml           | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/ftp-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/ftp-source.kamelet.yaml
index 8c42242e..769cb1fa 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/ftp-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/ftp-source.kamelet.yaml
@@ -102,6 +102,13 @@ spec:
         default: true
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      delete:
+        title: Delete
+        description: If true, the file will be deleted after it is processed successfully.
+        type: boolean
+        default: false
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -116,6 +123,7 @@ spec:
         idempotent: "{{idempotent}}"
         binary: "{{binary}}"
         autoCreate: "{{autoCreate}}"
+        delete: "{{delete}}"
       steps:
       - set-header:
           name: file