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/14 10:18:46 UTC

[camel-kamelets] branch main updated (2759f20e -> 7c9682bf)

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 2759f20e Camel Google Pubsub headers names changed in Camel 3.20.0
     new 085cb10d Log sink should show streams by default
     new 258d29b8 Log sink should show streams by default
     new 0cce06e7 Log action should show streams by default
     new 7c9682bf Log action should show streams by default

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/log-action.kamelet.yaml                                  | 8 ++++++++
 kamelets/log-sink.kamelet.yaml                                    | 8 ++++++++
 .../src/main/resources/kamelets/log-action.kamelet.yaml           | 8 ++++++++
 .../src/main/resources/kamelets/log-sink.kamelet.yaml             | 8 ++++++++
 4 files changed, 32 insertions(+)


[camel-kamelets] 01/04: Log sink should show streams by default

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 085cb10d353218f13adb99d4a76db7a3ac8840fe
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 14 11:10:15 2022 +0100

    Log sink should show streams by default
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/log-sink.kamelet.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/kamelets/log-sink.kamelet.yaml b/kamelets/log-sink.kamelet.yaml
index 7bc9970d..003b4d3c 100644
--- a/kamelets/log-sink.kamelet.yaml
+++ b/kamelets/log-sink.kamelet.yaml
@@ -117,6 +117,13 @@ spec:
         default: false
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      showCachedStreams:
+        title: Show Cached Streams
+        description: Whether Camel should show cached stream bodies or not.
+        type: boolean
+        default: true
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
   - "camel:kamelet"
   - "camel:log"
@@ -138,3 +145,4 @@ spec:
             showHeaders: "{{?showHeaders}}"
             showProperties: "{{?showProperties}}"
             showStreams: "{{?showStreams}}"
+            showCachedStreams: "{{?showCachedStreams}}"


[camel-kamelets] 03/04: Log action should show streams by default

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 0cce06e7b0052f7319f9d88061eec27806bf6ff1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 14 11:12:15 2022 +0100

    Log action should show streams by default
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/log-action.kamelet.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/kamelets/log-action.kamelet.yaml b/kamelets/log-action.kamelet.yaml
index 45ea5cb8..7ed81bb7 100644
--- a/kamelets/log-action.kamelet.yaml
+++ b/kamelets/log-action.kamelet.yaml
@@ -117,6 +117,13 @@ spec:
         default: false
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      showCachedStreams:
+        title: Show Cached Streams
+        description: Whether Camel should show cached stream bodies or not.
+        type: boolean
+        default: true
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
   - "camel:kamelet"
   - "camel:log"
@@ -138,3 +145,4 @@ spec:
             showHeaders: "{{?showHeaders}}"
             showProperties: "{{?showProperties}}"
             showStreams: "{{?showStreams}}"
+            showCachedStreams: "{{?showCachedStreams}}"


[camel-kamelets] 02/04: Log sink should show streams by default

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 258d29b89bcfe097ce21e298f81af6834041a868
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 14 11:11:18 2022 +0100

    Log sink should show streams by default
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/log-sink.kamelet.yaml             | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/log-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/log-sink.kamelet.yaml
index 7bc9970d..003b4d3c 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/log-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/log-sink.kamelet.yaml
@@ -117,6 +117,13 @@ spec:
         default: false
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      showCachedStreams:
+        title: Show Cached Streams
+        description: Whether Camel should show cached stream bodies or not.
+        type: boolean
+        default: true
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
   - "camel:kamelet"
   - "camel:log"
@@ -138,3 +145,4 @@ spec:
             showHeaders: "{{?showHeaders}}"
             showProperties: "{{?showProperties}}"
             showStreams: "{{?showStreams}}"
+            showCachedStreams: "{{?showCachedStreams}}"


[camel-kamelets] 04/04: Log action should show streams by default

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 7c9682bfb490c0e00aba8544bd7882fe4715f7ec
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 14 11:12:49 2022 +0100

    Log action should show streams by default
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/log-action.kamelet.yaml           | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/log-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/log-action.kamelet.yaml
index 45ea5cb8..7ed81bb7 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/log-action.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/log-action.kamelet.yaml
@@ -117,6 +117,13 @@ spec:
         default: false
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      showCachedStreams:
+        title: Show Cached Streams
+        description: Whether Camel should show cached stream bodies or not.
+        type: boolean
+        default: true
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
   - "camel:kamelet"
   - "camel:log"
@@ -138,3 +145,4 @@ spec:
             showHeaders: "{{?showHeaders}}"
             showProperties: "{{?showProperties}}"
             showStreams: "{{?showStreams}}"
+            showCachedStreams: "{{?showCachedStreams}}"