[GitHub] [openwhisk] chetanmeh opened a new pull request #4670: Standalone God mode

2019-10-04 Thread GitBox
chetanmeh opened a new pull request #4670: Standalone God mode URL: https://github.com/apache/openwhisk/pull/4670 Standalone OpenWhisk now supports quite a few optional features which can be enabled by various options (`--kafka`, `--api-gw`, `--counchdb`, `--user-events`) etc.

[GitHub] [openwhisk] codecov-io commented on issue #4670: Standalone God mode

2019-10-04 Thread GitBox
codecov-io commented on issue #4670: Standalone God mode URL: https://github.com/apache/openwhisk/pull/4670#issuecomment-538280501 # [Codecov](https://codecov.io/gh/apache/openwhisk/pull/4670?src=pr=h1) Report > Merging

[GitHub] [openwhisk] rabbah commented on a change in pull request #4670: Standalone God mode

2019-10-04 Thread GitBox
rabbah commented on a change in pull request #4670: Standalone God mode URL: https://github.com/apache/openwhisk/pull/4670#discussion_r331732460 ## File path: core/standalone/README.md ## @@ -75,29 +75,33 @@ $ java -jar openwhisk-standalone.jar -h \ \ / \/\___/|

[GitHub] [openwhisk] rabbah commented on a change in pull request #4670: Standalone God mode

2019-10-04 Thread GitBox
rabbah commented on a change in pull request #4670: Standalone God mode URL: https://github.com/apache/openwhisk/pull/4670#discussion_r331732471 ## File path: core/standalone/README.md ## @@ -75,29 +75,33 @@ $ java -jar openwhisk-standalone.jar -h \ \ / \/\___/|

[GitHub] [openwhisk] AkimitsuTosha opened a new issue #4673: action can be deleted with wsk trigger delete

2019-10-04 Thread GitBox
AkimitsuTosha opened a new issue #4673: action can be deleted with wsk trigger delete URL: https://github.com/apache/openwhisk/issues/4673 ## Environment details: * local deployment ## Steps to reproduce the issue: 1. `wsk action create hello_action hello.js` 2.

[GitHub] [openwhisk-runtime-go] dgrove-oss opened a new pull request #109: rename docker image: actionloop-golang to action-golang

2019-10-04 Thread GitBox
dgrove-oss opened a new pull request #109: rename docker image: actionloop-golang to action-golang URL: https://github.com/apache/openwhisk-runtime-go/pull/109 This is an automated message from the Apache Git Service. To

[GitHub] [openwhisk] codecov-io commented on issue #4671: Standalone OpenWhisk KubernetesContainerFactory support

2019-10-04 Thread GitBox
codecov-io commented on issue #4671: Standalone OpenWhisk KubernetesContainerFactory support URL: https://github.com/apache/openwhisk/pull/4671#issuecomment-538578816 # [Codecov](https://codecov.io/gh/apache/openwhisk/pull/4671?src=pr=h1) Report > Merging

[GitHub] [openwhisk-runtime-go] dgrove-oss commented on issue #109: rename docker image: actionloop-golang to action-golang

2019-10-04 Thread GitBox
dgrove-oss commented on issue #109: rename docker image: actionloop-golang to action-golang URL: https://github.com/apache/openwhisk-runtime-go/pull/109#issuecomment-538578971 An attempt to rename docker image as suggested by @rabbah

[GitHub] [openwhisk] selfxp commented on issue #4671: Standalone OpenWhisk KubernetesContainerFactory support

2019-10-04 Thread GitBox
selfxp commented on issue #4671: Standalone OpenWhisk KubernetesContainerFactory support URL: https://github.com/apache/openwhisk/pull/4671#issuecomment-538587898 tested locally and works like a charm . Adding these steps on how to configure `kind` with the `--dev-kcf` flag in the

[GitHub] [openwhisk-apigateway] mhamann opened a new issue #360: Break out management interface

2019-10-04 Thread GitBox
mhamann opened a new issue #360: Break out management interface URL: https://github.com/apache/openwhisk-apigateway/issues/360 The API for managing APIs and Subscriptions is currently baked into the gateway itself as Lua. Breaking it out as a separate process (written in Node.js or

[GitHub] [openwhisk] chetanmeh commented on a change in pull request #4668: Allow namespace ignore in user-events

2019-10-04 Thread GitBox
chetanmeh commented on a change in pull request #4668: Allow namespace ignore in user-events URL: https://github.com/apache/openwhisk/pull/4668#discussion_r331663807 ## File path:

[GitHub] [openwhisk] selfxp commented on a change in pull request #4670: Standalone God mode

2019-10-04 Thread GitBox
selfxp commented on a change in pull request #4670: Standalone God mode URL: https://github.com/apache/openwhisk/pull/4670#discussion_r331665119 ## File path: core/standalone/src/main/scala/org/apache/openwhisk/standalone/StandaloneOpenWhisk.scala ## @@ -96,13 +95,37 @@

[GitHub] [openwhisk] codecov-io commented on issue #4668: Allow namespace ignore in user-events

2019-10-04 Thread GitBox
codecov-io commented on issue #4668: Allow namespace ignore in user-events URL: https://github.com/apache/openwhisk/pull/4668#issuecomment-538546589 # [Codecov](https://codecov.io/gh/apache/openwhisk/pull/4668?src=pr=h1) Report > Merging

[GitHub] [openwhisk] selfxp commented on a change in pull request #4660: Include response size in Activation

2019-10-04 Thread GitBox
selfxp commented on a change in pull request #4660: Include response size in Activation URL: https://github.com/apache/openwhisk/pull/4660#discussion_r331673913 ## File path: common/scala/src/main/scala/org/apache/openwhisk/core/connector/Message.scala ## @@ -338,7

[GitHub] [openwhisk] chetanmeh opened a new pull request #4671: Standalone OpenWhisk KubernetesContainerFactory support

2019-10-04 Thread GitBox
chetanmeh opened a new pull request #4671: Standalone OpenWhisk KubernetesContainerFactory support URL: https://github.com/apache/openwhisk/pull/4671 Enables support for configuring `KubernetesContainerFactory` (KCF) with Standalone OpenWhisk for simplified local development for KCF.

[GitHub] [openwhisk] chetanmeh commented on a change in pull request #4670: Standalone God mode

2019-10-04 Thread GitBox
chetanmeh commented on a change in pull request #4670: Standalone God mode URL: https://github.com/apache/openwhisk/pull/4670#discussion_r331692189 ## File path: core/standalone/src/main/scala/org/apache/openwhisk/standalone/StandaloneOpenWhisk.scala ## @@ -96,13 +95,37

[GitHub] [openwhisk] dgrove-oss commented on a change in pull request #4671: Standalone OpenWhisk KubernetesContainerFactory support

2019-10-04 Thread GitBox
dgrove-oss commented on a change in pull request #4671: Standalone OpenWhisk KubernetesContainerFactory support URL: https://github.com/apache/openwhisk/pull/4671#discussion_r331693642 ## File path: core/standalone/src/main/resources/standalone-kcf.conf ## @@ -0,0 +1,36

[GitHub] [openwhisk] dgrove-oss commented on a change in pull request #4671: Standalone OpenWhisk KubernetesContainerFactory support

2019-10-04 Thread GitBox
dgrove-oss commented on a change in pull request #4671: Standalone OpenWhisk KubernetesContainerFactory support URL: https://github.com/apache/openwhisk/pull/4671#discussion_r331692985 ## File path: core/invoker/src/main/resources/application.conf ## @@ -77,6 +77,11 @@