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:37 UTC

[camel-kamelets] branch 1507-3.20.x created (now 8c11c7ca)

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

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


      at 8c11c7ca FTP/SFTP/FTPS Source Kamelets: Add Delete option for SFTP

This branch includes the following new commits:

     new f92901f1 FTP/SFTP/FTPS Source Kamelets: Add Delete option for FTP
     new 223baf48 FTP/SFTP/FTPS Source Kamelets: Add Delete option for FTP
     new 187d8ef7 FTP/SFTP/FTPS Source Kamelets: Add Delete option for FTPS
     new 21d762ad FTP/SFTP/FTPS Source Kamelets: Add Delete option for FTPS
     new 68435760 FTP/SFTP/FTPS Source Kamelets: Add Delete option for SFTP
     new 8c11c7ca 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] 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.20.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 21d762adc58fa4c724ed9f8b064f1c1e4bb16c37
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 b4b5579d..7b306106 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] 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.20.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 223baf48c638b68961259070fe207010e70290f3
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 4e1c7c5d..74ddc81b 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


[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.20.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit f92901f104103915372bc69578b3a0a88fd1bc76
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 4e1c7c5d..74ddc81b 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] 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.20.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 8c11c7cab095a2cd6040010be7e89aeac50484a5
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 39ab92cb..14746b6e 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] 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.20.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 68435760d6a681ce8996bb4ee7ceb572de43b3da
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 39ab92cb..14746b6e 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] 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.20.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 187d8ef7440b214156995a8d5cb34495553fc30e
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 b4b5579d..7b306106 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