[GitHub] [camel-kamelets] nicolaferraro opened a new pull request #3: chore: add CI configuration

2021-02-12 Thread GitBox
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

[GitHub] [camel-kamelets] zregvart commented on a change in pull request #2: Auto-generate the Kamelet Catalog website

2021-02-12 Thread GitBox
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" +

[GitHub] [camel-kamelets] zregvart commented on pull request #2: Auto-generate the Kamelet Catalog website

2021-02-12 Thread GitBox
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