[GitHub] [camel-k] astefanutti commented on a change in pull request #922: fix: Add option to disable Kaniko cache warming

2019-09-17 Thread GitBox
astefanutti commented on a change in pull request #922: fix: Add option to disable Kaniko cache warming URL: https://github.com/apache/camel-k/pull/922#discussion_r325053732 ## File path: pkg/controller/integrationplatform/initialize.go ## @@ -137,7 +137,7 @@ func (action

[GitHub] [camel-k] astefanutti commented on issue #935: fix(knative): Use channel hostname to filter Knative history header

2019-09-17 Thread GitBox
astefanutti commented on issue #935: fix(knative): Use channel hostname to filter Knative history header URL: https://github.com/apache/camel-k/pull/935#issuecomment-532153915 Yes, I've actually faced the issue while running some examples on a live cluster and I can confirm the history

[GitHub] [camel-k] bfitzpat commented on issue #938: Kamel cli should send exit code when integration in --dev mode is deleted

2019-09-17 Thread GitBox
bfitzpat commented on issue #938: Kamel cli should send exit code when integration in --dev mode is deleted URL: https://github.com/apache/camel-k/issues/938#issuecomment-532211446 I have tried sending a kill signal to the running process and neither SIGINT nor SIGKILL seems to do any

[GitHub] [camel-quarkus] asf-ci commented on issue #201: Fix #184 Leverage platform http service

2019-09-17 Thread GitBox
asf-ci commented on issue #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#issuecomment-532321253 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/163/

[GitHub] [camel-quarkus] asf-ci commented on issue #201: Fix #184 Leverage platform http service

2019-09-17 Thread GitBox
asf-ci commented on issue #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#issuecomment-532380723 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/164/

[GitHub] [camel-quarkus] ppalaga edited a comment on issue #201: Fix #184 Leverage platform http service

2019-09-17 Thread GitBox
ppalaga edited a comment on issue #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#issuecomment-532355074 0ba21139b7346779bb91db8ee0f3feace70b59d7 removes a couple of `System.out.println()` leftovers. I actually wanted to check

[GitHub] [camel-quarkus] ppalaga commented on issue #201: Fix #184 Leverage platform http service

2019-09-17 Thread GitBox
ppalaga commented on issue #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#issuecomment-532290135 f99d4f6 solves the native image test problems. @lburgazzoli are there still some open questions from your PoV?

[GitHub] [camel-quarkus] asf-ci commented on issue #201: Fix #184 Leverage platform http service

2019-09-17 Thread GitBox
asf-ci commented on issue #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#issuecomment-532385683 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/165/

[GitHub] [camel-k] astefanutti merged pull request #935: fix(knative): Use channel hostname to filter Knative history header

2019-09-17 Thread GitBox
astefanutti merged pull request #935: fix(knative): Use channel hostname to filter Knative history header URL: https://github.com/apache/camel-k/pull/935 This is an automated message from the Apache Git Service. To respond

[GitHub] [camel-k] astefanutti opened a new issue #939: Add Kamel CLI download link in OpenShift Web console

2019-09-17 Thread GitBox
astefanutti opened a new issue #939: Add Kamel CLI download link in OpenShift Web console URL: https://github.com/apache/camel-k/issues/939 The OpenShift Web console exposes a CRD to add custom download links for CLI tools like Knative and Tekton CLIs. It'd be cool to add a link for users

[GitHub] [camel-quarkus] asf-ci commented on issue #201: Fix #184 Leverage platform http service

2019-09-17 Thread GitBox
asf-ci commented on issue #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#issuecomment-532423201 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/166/

[GitHub] [camel-quarkus] ppalaga opened a new issue #203: Release 0.2.0

2019-09-17 Thread GitBox
ppalaga opened a new issue #203: Release 0.2.0 URL: https://github.com/apache/camel-quarkus/issues/203 We have a couple of new components to show. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel-k] bfitzpat commented on issue #889: Camel-K operator should clean up kits and kit builders after integrations are deleted

2019-09-17 Thread GitBox
bfitzpat commented on issue #889: Camel-K operator should clean up kits and kit builders after integrations are deleted URL: https://github.com/apache/camel-k/issues/889#issuecomment-532229927 Running `kamel reset` does help clean up the errant artifacts, so that's a good workaround in