nicolaferraro opened a new pull request #3:
URL: https://github.com/apache/camel-kamelets/pull/3
This should setup a CI based on Github actions. I've added the test for the
timer-source Kamelet.
We should find a good solution for easily manage credentials before we can
test the more
zregvart commented on a change in pull request #2:
URL: https://github.com/apache/camel-kamelets/pull/2#discussion_r575317959
##
File path: docs/generator/generator.go
##
@@ -0,0 +1,307 @@
+package main
+
+import (
+ "encoding/base64"
+ "fmt"
+ "io/ioutil"
+
zregvart commented on pull request #2:
URL: https://github.com/apache/camel-kamelets/pull/2#issuecomment-778164854
I've created a PR to polish this against this PR:
https://github.com/nicolaferraro/camel-kamelets/pull/1
This