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 2021/05/05 13:01:15 UTC

[camel-kamelets] branch google-groups-labels created (now 049b7d3)

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

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


      at 049b7d3  Regen Catalog

This branch includes the following new commits:

     new 444d899  Add group label to all kamelets - Google
     new b4364a4  Add group label to all kamelets - File Watch
     new 991c442  Add group label to all kamelets - HTTP
     new e2c668a  Add group label to all kamelets - Infinispan
     new 049b7d3  Regen Catalog

The 5 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] 01/05: Add group label to all kamelets - Google

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

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

commit 444d89934a5fbcd8bb3ff04db11e261dc4c9416d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 5 14:55:07 2021 +0200

    Add group label to all kamelets - Google
---
 google-calendar-source.kamelet.yaml | 1 +
 google-mail-source.kamelet.yaml     | 1 +
 google-sheets-source.kamelet.yaml   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/google-calendar-source.kamelet.yaml b/google-calendar-source.kamelet.yaml
index da59190..a68d7b5 100644
--- a/google-calendar-source.kamelet.yaml
+++ b/google-calendar-source.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "source"
+    camel.apache.org/kamelet.group: "Google Calendar"
 spec:
   definition:
     title: "Google Calendar Source"
diff --git a/google-mail-source.kamelet.yaml b/google-mail-source.kamelet.yaml
index ce4a7a8..ef7e2e4 100644
--- a/google-mail-source.kamelet.yaml
+++ b/google-mail-source.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "source"
+    camel.apache.org/kamelet.group: "Google Mail"
 spec:
   definition:
     title: "Google Mail Source"
diff --git a/google-sheets-source.kamelet.yaml b/google-sheets-source.kamelet.yaml
index 45bb50c..91cc761 100644
--- a/google-sheets-source.kamelet.yaml
+++ b/google-sheets-source.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "source"
+    camel.apache.org/kamelet.group: "Google Sheets"
 spec:
   definition:
     title: "Google Sheets Source"

[camel-kamelets] 02/05: Add group label to all kamelets - File Watch

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

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

commit b4364a48f3bce59b193ec9ce03a37e5849d8f094
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 5 14:56:01 2021 +0200

    Add group label to all kamelets - File Watch
---
 file-watch-source.kamelet.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/file-watch-source.kamelet.yaml b/file-watch-source.kamelet.yaml
index 6a6b505..3233030 100644
--- a/file-watch-source.kamelet.yaml
+++ b/file-watch-source.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "source"
+    camel.apache.org/kamelet.group: "File Watch"
 spec:
   definition:
     title: "File Watch Source"

[camel-kamelets] 05/05: Regen Catalog

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

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

commit 049b7d325835fc482b11f3e3f45749137c917307
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 5 15:00:55 2021 +0200

    Regen Catalog
---
 .../src/main/resources/kamelets/file-watch-source.kamelet.yaml         | 1 +
 .../src/main/resources/kamelets/google-calendar-source.kamelet.yaml    | 1 +
 .../src/main/resources/kamelets/google-mail-source.kamelet.yaml        | 1 +
 .../src/main/resources/kamelets/google-sheets-source.kamelet.yaml      | 1 +
 .../src/main/resources/kamelets/http-sink.kamelet.yaml                 | 1 +
 .../src/main/resources/kamelets/http-source.kamelet.yaml               | 1 +
 .../src/main/resources/kamelets/infinispan-source.kamelet.yaml         | 3 ++-
 7 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/library/camel-kamelets-catalog/src/main/resources/kamelets/file-watch-source.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/file-watch-source.kamelet.yaml
index 6a6b505..3233030 100644
--- a/library/camel-kamelets-catalog/src/main/resources/kamelets/file-watch-source.kamelet.yaml
+++ b/library/camel-kamelets-catalog/src/main/resources/kamelets/file-watch-source.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "source"
+    camel.apache.org/kamelet.group: "File Watch"
 spec:
   definition:
     title: "File Watch Source"
diff --git a/library/camel-kamelets-catalog/src/main/resources/kamelets/google-calendar-source.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/google-calendar-source.kamelet.yaml
index da59190..a68d7b5 100644
--- a/library/camel-kamelets-catalog/src/main/resources/kamelets/google-calendar-source.kamelet.yaml
+++ b/library/camel-kamelets-catalog/src/main/resources/kamelets/google-calendar-source.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "source"
+    camel.apache.org/kamelet.group: "Google Calendar"
 spec:
   definition:
     title: "Google Calendar Source"
diff --git a/library/camel-kamelets-catalog/src/main/resources/kamelets/google-mail-source.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/google-mail-source.kamelet.yaml
index ce4a7a8..ef7e2e4 100644
--- a/library/camel-kamelets-catalog/src/main/resources/kamelets/google-mail-source.kamelet.yaml
+++ b/library/camel-kamelets-catalog/src/main/resources/kamelets/google-mail-source.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "source"
+    camel.apache.org/kamelet.group: "Google Mail"
 spec:
   definition:
     title: "Google Mail Source"
diff --git a/library/camel-kamelets-catalog/src/main/resources/kamelets/google-sheets-source.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/google-sheets-source.kamelet.yaml
index 45bb50c..91cc761 100644
--- a/library/camel-kamelets-catalog/src/main/resources/kamelets/google-sheets-source.kamelet.yaml
+++ b/library/camel-kamelets-catalog/src/main/resources/kamelets/google-sheets-source.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "source"
+    camel.apache.org/kamelet.group: "Google Sheets"
 spec:
   definition:
     title: "Google Sheets Source"
diff --git a/library/camel-kamelets-catalog/src/main/resources/kamelets/http-sink.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/http-sink.kamelet.yaml
index be697b1..35930db 100644
--- a/library/camel-kamelets-catalog/src/main/resources/kamelets/http-sink.kamelet.yaml
+++ b/library/camel-kamelets-catalog/src/main/resources/kamelets/http-sink.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: sink
+    camel.apache.org/kamelet.group: "HTTP"
 spec:
   definition:
     title: HTTP Sink
diff --git a/library/camel-kamelets-catalog/src/main/resources/kamelets/http-source.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/http-source.kamelet.yaml
index bb1fb85..7789fd6 100644
--- a/library/camel-kamelets-catalog/src/main/resources/kamelets/http-source.kamelet.yaml
+++ b/library/camel-kamelets-catalog/src/main/resources/kamelets/http-source.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "source"
+    camel.apache.org/kamelet.group: "HTTP"
 spec:
   definition:
     title: "HTTP Source"
diff --git a/library/camel-kamelets-catalog/src/main/resources/kamelets/infinispan-source.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/infinispan-source.kamelet.yaml
index 8479f83..73801fd 100644
--- a/library/camel-kamelets-catalog/src/main/resources/kamelets/infinispan-source.kamelet.yaml
+++ b/library/camel-kamelets-catalog/src/main/resources/kamelets/infinispan-source.kamelet.yaml
@@ -4,6 +4,7 @@ metadata:
   name: infinispan-source
   labels:
     camel.apache.org/kamelet.type: "source"
+    camel.apache.org/kamelet.group: "Infinispan"
   annotations:
     camel.apache.org/provider: "Apache Software Foundation"
     camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PHN2ZyBpZD0iYXJ0d29yayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAyNCAyMTUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMGIyNTQ1O30uY2xzLTJ7ZmlsbDojNTk5ZmM2O308L3N0eWxlPjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjI5Ny4yNCIgeT0iMS45OCIgd2lkdGg9IjExLjkiIGhlaWdodD0iMTU4LjEyIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzk1LjI1LDY0Ljg4Yy03LjgxLTkuNDUtMTguOS0xNC4yNC0zMy0xNC4yNC0xMy43NywwLTI0LjczLDQuNzUtMzIuNjQsMTQuMTFWNTIuMzlIMz [...]
@@ -79,4 +80,4 @@ spec:
         securityServerName: "{{securityServerName}}"
         eventTypes: "{{eventTypes}}"
       steps:
-        - to: kamelet:sink
\ No newline at end of file
+        - to: kamelet:sink

[camel-kamelets] 03/05: Add group label to all kamelets - HTTP

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

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

commit 991c4429a1baf3948caa0193252ec4c5d8135b8a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 5 14:58:31 2021 +0200

    Add group label to all kamelets - HTTP
---
 http-sink.kamelet.yaml   | 1 +
 http-source.kamelet.yaml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/http-sink.kamelet.yaml b/http-sink.kamelet.yaml
index be697b1..35930db 100644
--- a/http-sink.kamelet.yaml
+++ b/http-sink.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: sink
+    camel.apache.org/kamelet.group: "HTTP"
 spec:
   definition:
     title: HTTP Sink
diff --git a/http-source.kamelet.yaml b/http-source.kamelet.yaml
index bb1fb85..7789fd6 100644
--- a/http-source.kamelet.yaml
+++ b/http-source.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "source"
+    camel.apache.org/kamelet.group: "HTTP"
 spec:
   definition:
     title: "HTTP Source"

[camel-kamelets] 04/05: Add group label to all kamelets - Infinispan

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

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

commit e2c668a98e10a4af8a1bc7c4fde9f17ddce4f5f9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 5 15:00:14 2021 +0200

    Add group label to all kamelets - Infinispan
---
 infinispan-source.kamelet.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/infinispan-source.kamelet.yaml b/infinispan-source.kamelet.yaml
index 8479f83..73801fd 100755
--- a/infinispan-source.kamelet.yaml
+++ b/infinispan-source.kamelet.yaml
@@ -4,6 +4,7 @@ metadata:
   name: infinispan-source
   labels:
     camel.apache.org/kamelet.type: "source"
+    camel.apache.org/kamelet.group: "Infinispan"
   annotations:
     camel.apache.org/provider: "Apache Software Foundation"
     camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PHN2ZyBpZD0iYXJ0d29yayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAyNCAyMTUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMGIyNTQ1O30uY2xzLTJ7ZmlsbDojNTk5ZmM2O308L3N0eWxlPjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjI5Ny4yNCIgeT0iMS45OCIgd2lkdGg9IjExLjkiIGhlaWdodD0iMTU4LjEyIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzk1LjI1LDY0Ljg4Yy03LjgxLTkuNDUtMTguOS0xNC4yNC0zMy0xNC4yNC0xMy43NywwLTI0LjczLDQuNzUtMzIuNjQsMTQuMTFWNTIuMzlIMz [...]
@@ -79,4 +80,4 @@ spec:
         securityServerName: "{{securityServerName}}"
         eventTypes: "{{eventTypes}}"
       steps:
-        - to: kamelet:sink
\ No newline at end of file
+        - to: kamelet:sink