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 07:55:13 UTC

[camel-kamelets] branch salesforce-source-998 created (now 05dac559)

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

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


      at 05dac559 Salesforce Source Kamelet - Add operationName as parameter with subscribe as default value

This branch includes the following new commits:

     new 9e127c79 Salesforce Source Kamelet - Add operationName as parameter with subscribe as default value
     new e113f1d5 Salesforce Source Kamelet - Add operationName as parameter with subscribe as default value
     new ea684b47 Salesforce Source Kamelet - Add operationName as parameter with subscribe as default value
     new 05dac559 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.



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

commit ea684b47b055a74f28b12d976c5da959146d4003
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


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

commit e113f1d57aa492224d0f04d5a1ba1de84ce17ead
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 salesforce-source-998
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 05dac55987cfcf4c82bd52e4d1fcd1152e7bba4a
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 salesforce-source-998
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 9e127c793e2d2980adfe0114a99efd0857f77d9c
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: {}