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/10/24 08:01:51 UTC

[camel-kamelets] branch main updated (f3303462 -> 2c20263b)

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 f3303462 Updated CHANGELOG.md
     new 536e069b Salesforce Source Kamelet - Add operationName as parameter with subscribe as default value
     new fa6e8c73 Salesforce Source Kamelet - Add operationName as parameter with subscribe as default value
     new 43bc0cc4 Salesforce Source Kamelet - Add operationName as parameter with subscribe as default value
     new 2c20263b Salesforce Source Kamelet - Add operationName as parameter with subscribe as default value

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/salesforce-source.kamelet.yaml                             | 6 ++++++
 .../src/main/resources/kamelets/salesforce-source.kamelet.yaml      | 6 ++++++
 2 files changed, 12 insertions(+)


[camel-kamelets] 02/04: Salesforce Source Kamelet - Add operationName as parameter with subscribe as default value

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 fa6e8c7348b298f90233c998fba8fa2ab52f4812
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 24 09:48:59 2022 +0200

    Salesforce Source Kamelet - Add operationName as parameter with subscribe as default value
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/salesforce-source.kamelet.yaml      | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/salesforce-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/salesforce-source.kamelet.yaml
index bd853828..fc849f65 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/salesforce-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/salesforce-source.kamelet.yaml
@@ -116,6 +116,11 @@ spec:
         x-descriptors:
           - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
         default: false
+      operation:
+	title: Operation
+        description: The operation to use
+        type: string
+        default: subscribe
   types:
     out:
       mediaType: application/json
@@ -143,6 +148,7 @@ spec:
         notifyForOperationDelete: "{{notifyForOperationDelete}}"
         notifyForOperationUndelete: "{{notifyForOperationUndelete}}"
         sObjectQuery: "{{query}}"
+        operationName: "{{operation}}"
       steps:
       - marshal:
           json: {}


[camel-kamelets] 04/04: Salesforce Source Kamelet - Add operationName as parameter with subscribe as default value

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 2c20263b8654eb0c0e593e76adf847b7a72b0b6c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 24 09:54:17 2022 +0200

    Salesforce Source Kamelet - Add operationName as parameter with subscribe as default value
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/salesforce-source.kamelet.yaml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/salesforce-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/salesforce-source.kamelet.yaml
index fc849f65..5947be87 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/salesforce-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/salesforce-source.kamelet.yaml
@@ -117,7 +117,7 @@ spec:
           - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
         default: false
       operation:
-	title: Operation
+        title: Operation
         description: The operation to use
         type: string
         default: subscribe


[camel-kamelets] 01/04: Salesforce Source Kamelet - Add operationName as parameter with subscribe as default value

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 536e069bba98c26a797a71def5485d269993b4bc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 24 09:47:49 2022 +0200

    Salesforce Source Kamelet - Add operationName as parameter with subscribe as default value
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/salesforce-source.kamelet.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/kamelets/salesforce-source.kamelet.yaml b/kamelets/salesforce-source.kamelet.yaml
index bd853828..fc849f65 100644
--- a/kamelets/salesforce-source.kamelet.yaml
+++ b/kamelets/salesforce-source.kamelet.yaml
@@ -116,6 +116,11 @@ spec:
         x-descriptors:
           - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
         default: false
+      operation:
+	title: Operation
+        description: The operation to use
+        type: string
+        default: subscribe
   types:
     out:
       mediaType: application/json
@@ -143,6 +148,7 @@ spec:
         notifyForOperationDelete: "{{notifyForOperationDelete}}"
         notifyForOperationUndelete: "{{notifyForOperationUndelete}}"
         sObjectQuery: "{{query}}"
+        operationName: "{{operation}}"
       steps:
       - marshal:
           json: {}


[camel-kamelets] 03/04: Salesforce Source Kamelet - Add operationName as parameter with subscribe as default value

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 43bc0cc465b6abc305e7f42515a8d75c784125d4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 24 09:52:34 2022 +0200

    Salesforce Source Kamelet - Add operationName as parameter with subscribe as default value
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/salesforce-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/salesforce-source.kamelet.yaml b/kamelets/salesforce-source.kamelet.yaml
index fc849f65..5947be87 100644
--- a/kamelets/salesforce-source.kamelet.yaml
+++ b/kamelets/salesforce-source.kamelet.yaml
@@ -117,7 +117,7 @@ spec:
           - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
         default: false
       operation:
-	title: Operation
+        title: Operation
         description: The operation to use
         type: string
         default: subscribe