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/03/10 09:19:14 UTC

[camel-kamelets] branch 3.20.x-ftps-autocreate created (now 62857d6c)

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

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


      at 62857d6c FTPS Sink - Add autoCreate parameter

This branch includes the following new commits:

     new 8a334ef3 FTPS Source - Add autoCreate parameter
     new 7c5713e4 FTPS Source - Add autoCreate parameter
     new ca785deb FTPS Sink - Add autoCreate parameter
     new 62857d6c FTPS Sink - Add autoCreate parameter

The 4 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] 02/04: FTPS Source - Add autoCreate parameter

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

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

commit 7c5713e44c4f03fcddf4a9e7a6d79d7d3203e26b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 10 10:11:44 2023 +0100

    FTPS Source - Add autoCreate parameter
    
    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 156fc994..ea4a1f91 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
@@ -95,6 +95,13 @@ spec:
         default: false
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      autoCreate:
+        title: Autocreate Missing Directories
+        description: Automatically create starting directory.
+        type: boolean
+        default: true
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -108,6 +115,7 @@ spec:
         recursive: "{{recursive}}"
         idempotent: "{{idempotent}}"
         binary: "{{binary}}"
+        autoCreate: "{{autoCreate}}"
       steps:
       - set-header:
           name: file


[camel-kamelets] 04/04: FTPS Sink - Add autoCreate parameter

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

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

commit 62857d6cc81a9b41a31f88b40a9a12136aadc3e4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 10 10:13:56 2023 +0100

    FTPS Sink - Add autoCreate parameter
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/ftps-sink.kamelet.yaml            | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/ftps-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/ftps-sink.kamelet.yaml
index e2006f55..bd8ef9b4 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/ftps-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/ftps-sink.kamelet.yaml
@@ -91,6 +91,13 @@ spec:
         default: false
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      autoCreate:
+        title: Autocreate Missing Directories
+        description: Automatically create the directory the files should be written to.
+        type: boolean
+        default: true
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -118,3 +125,4 @@ spec:
             passiveMode: "{{passiveMode}}"
             fileExist: "{{fileExist}}"
             binary: "{{binary}}"
+            autoCreate: "{{autoCreate}}"


[camel-kamelets] 01/04: FTPS Source - Add autoCreate parameter

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

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

commit 8a334ef385c5a4eb0d38b74a13fad8236d870468
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 10 10:09:22 2023 +0100

    FTPS Source - Add autoCreate parameter
    
    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 156fc994..ea4a1f91 100644
--- a/kamelets/ftps-source.kamelet.yaml
+++ b/kamelets/ftps-source.kamelet.yaml
@@ -95,6 +95,13 @@ spec:
         default: false
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      autoCreate:
+        title: Autocreate Missing Directories
+        description: Automatically create starting directory.
+        type: boolean
+        default: true
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -108,6 +115,7 @@ spec:
         recursive: "{{recursive}}"
         idempotent: "{{idempotent}}"
         binary: "{{binary}}"
+        autoCreate: "{{autoCreate}}"
       steps:
       - set-header:
           name: file


[camel-kamelets] 03/04: FTPS Sink - Add autoCreate parameter

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

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

commit ca785debbaf251ec1a2a8e0cbfc514ed0009c23f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 10 10:12:59 2023 +0100

    FTPS Sink - Add autoCreate parameter
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/ftps-sink.kamelet.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/kamelets/ftps-sink.kamelet.yaml b/kamelets/ftps-sink.kamelet.yaml
index e2006f55..bd8ef9b4 100644
--- a/kamelets/ftps-sink.kamelet.yaml
+++ b/kamelets/ftps-sink.kamelet.yaml
@@ -91,6 +91,13 @@ spec:
         default: false
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      autoCreate:
+        title: Autocreate Missing Directories
+        description: Automatically create the directory the files should be written to.
+        type: boolean
+        default: true
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
     - "camel:ftp"
     - "camel:core"
@@ -118,3 +125,4 @@ spec:
             passiveMode: "{{passiveMode}}"
             fileExist: "{{fileExist}}"
             binary: "{{binary}}"
+            autoCreate: "{{autoCreate}}"