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:52:20 UTC

[camel-kamelets] branch slack-source-0.10.x created (now d4a2e833)

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

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


      at d4a2e833 Slack Source Kamelet: Set default delay to 1 minute

This branch includes the following new commits:

     new 828fec87 Slack Source Kamelet: Set default delay to 1 minute
     new d8744067 Slack Source Kamelet: Set default delay to 1 minute
     new 164e0618 Slack Source Kamelet: Set default delay to 1 minute
     new d4a2e833 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.



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

commit d4a2e8336eb7de93d9d5fbd34fdfd29056a00d1a
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 35043d6e..ca2d2d5b 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:


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

commit d8744067e569076f7130adf5dbaa1fc3418c186b
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 af45ffc3..35043d6e 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 slack-source-0.10.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 164e06180250259e46f7655743c5c32e419ae52c
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 35043d6e..ca2d2d5b 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] 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 slack-source-0.10.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 828fec8723059b8a8c7502a15c70d68a41541ccf
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 af45ffc3..35043d6e 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: