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/12/13 10:55:16 UTC

[camel-kamelets] branch main updated (dc2bb120 -> b4fb6fff)

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

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


    from dc2bb120 Google Storage Sink Kamelet: serviceAccountKey is not required
     new 55b73fc9 Slack Source Kamelet: Set default delay to 1 minute
     new c94c5e92 Slack Source Kamelet: Set default delay to 1 minute
     new 7ece57c8 Slack Source Kamelet: Set default delay to 1 minute
     new b4fb6fff Slack Source Kamelet: Set default delay to 1 minute

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.


Summary of changes:
 kamelets/slack-source.kamelet.yaml                                     | 3 ++-
 .../src/main/resources/kamelets/slack-source.kamelet.yaml              | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)


[camel-kamelets] 01/04: Slack Source Kamelet: Set default delay to 1 minute

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

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

commit 55b73fc9e3cb30027c54cb09ea3df55f15337a18
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 13 11:40:09 2022 +0100

    Slack Source Kamelet: Set default delay to 1 minute
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/slack-source.kamelet.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kamelets/slack-source.kamelet.yaml b/kamelets/slack-source.kamelet.yaml
index 3fa03d15..3c2112fa 100644
--- a/kamelets/slack-source.kamelet.yaml
+++ b/kamelets/slack-source.kamelet.yaml
@@ -53,6 +53,7 @@ spec:
         title: Delay
         description: The delay between polls. If no unit provided, miliseconds is the default.
         type: string
+        default: "60000"
         example: "60s or 6000 or 1m"
   types:
     out:


[camel-kamelets] 02/04: Slack Source Kamelet: Set default delay to 1 minute

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

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

commit c94c5e9290e08b2ce876f6d1f3f7ee55586ef4a5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 13 11:40:34 2022 +0100

    Slack Source Kamelet: Set default delay to 1 minute
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
index 3fa03d15..3c2112fa 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
@@ -53,6 +53,7 @@ spec:
         title: Delay
         description: The delay between polls. If no unit provided, miliseconds is the default.
         type: string
+        default: "60000"
         example: "60s or 6000 or 1m"
   types:
     out:


[camel-kamelets] 03/04: Slack Source Kamelet: Set default delay to 1 minute

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

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

commit 7ece57c8770dd6b3d0dc102928db997a8848cbfa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 13 11:43:17 2022 +0100

    Slack Source Kamelet: Set default delay to 1 minute
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/slack-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/slack-source.kamelet.yaml b/kamelets/slack-source.kamelet.yaml
index 3c2112fa..759dfdd6 100644
--- a/kamelets/slack-source.kamelet.yaml
+++ b/kamelets/slack-source.kamelet.yaml
@@ -67,7 +67,7 @@ spec:
       uri: "slack:{{channel}}"
       parameters:
         token: "{{token}}"
-        delay: "{{?delay}}"
+        delay: "{{delay}}"
       steps:
       - marshal:
           json:


[camel-kamelets] 04/04: Slack Source Kamelet: Set default delay to 1 minute

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

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

commit b4fb6fff1f8cd3c1c900ecfb31217310009e0eef
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 13 11:43:43 2022 +0100

    Slack Source Kamelet: Set default delay to 1 minute
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/slack-source.kamelet.yaml               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
index 3c2112fa..759dfdd6 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
@@ -67,7 +67,7 @@ spec:
       uri: "slack:{{channel}}"
       parameters:
         token: "{{token}}"
-        delay: "{{?delay}}"
+        delay: "{{delay}}"
       steps:
       - marshal:
           json: