[GitHub] [openwhisk-runtime-rust] rdiaz82 opened a new pull request #16: update readme with usage instructions

2019-10-02 Thread GitBox
rdiaz82 opened a new pull request #16: update readme with usage instructions URL: https://github.com/apache/openwhisk-runtime-rust/pull/16 This PR is just to add the usage instructions into the readme. This is an automated

[GitHub] [openwhisk-catalog] Reylak opened a new pull request #310: Fix countdown sample action

2019-10-02 Thread GitBox
Reylak opened a new pull request #310: Fix countdown sample action URL: https://github.com/apache/openwhisk-catalog/pull/310 Fix declaration of countdown sample that was missing the annotation `provide-api-key` (#309). This

[GitHub] [openwhisk-runtime-nodejs] ddragosd opened a new pull request #151: Add redis and uuid npm modules

2019-10-02 Thread GitBox
ddragosd opened a new pull request #151: Add redis and uuid npm modules URL: https://github.com/apache/openwhisk-runtime-nodejs/pull/151 ### Description This PR fixes composer, which requires `redis` and `uuid` modules. See the

[GitHub] [openwhisk-catalog] dgrove-oss closed issue #309: samples/countdown needs API key

2019-10-02 Thread GitBox
dgrove-oss closed issue #309: samples/countdown needs API key URL: https://github.com/apache/openwhisk-catalog/issues/309 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [openwhisk-catalog] dgrove-oss commented on issue #309: samples/countdown needs API key

2019-10-02 Thread GitBox
dgrove-oss commented on issue #309: samples/countdown needs API key URL: https://github.com/apache/openwhisk-catalog/issues/309#issuecomment-537507758 Fixed in #310 This is an automated message from the Apache Git Service.

[GitHub] [openwhisk-runtime-rust] rabbah commented on a change in pull request #16: update readme with usage instructions

2019-10-02 Thread GitBox
rabbah commented on a change in pull request #16: update readme with usage instructions URL: https://github.com/apache/openwhisk-runtime-rust/pull/16#discussion_r330553071 ## File path: README.md ## @@ -16,10 +16,74 @@ # limitations under the License. # --> -#

[GitHub] [openwhisk-runtime-rust] rabbah commented on a change in pull request #16: update readme with usage instructions

2019-10-02 Thread GitBox
rabbah commented on a change in pull request #16: update readme with usage instructions URL: https://github.com/apache/openwhisk-runtime-rust/pull/16#discussion_r330553010 ## File path: README.md ## @@ -16,10 +16,74 @@ # limitations under the License. # --> -#

[GitHub] [openwhisk-runtime-rust] rabbah commented on a change in pull request #16: update readme with usage instructions

2019-10-02 Thread GitBox
rabbah commented on a change in pull request #16: update readme with usage instructions URL: https://github.com/apache/openwhisk-runtime-rust/pull/16#discussion_r330552580 ## File path: README.md ## @@ -16,10 +16,74 @@ # limitations under the License. # --> -#

[GitHub] [openwhisk-catalog] rabbah merged pull request #311: invoke.swift and hello.promises also need provide-api-key

2019-10-02 Thread GitBox
rabbah merged pull request #311: invoke.swift and hello.promises also need provide-api-key URL: https://github.com/apache/openwhisk-catalog/pull/311 This is an automated message from the Apache Git Service. To respond to

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

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

[GitHub] [openwhisk-catalog] dgrove-oss opened a new pull request #311: invoke.swift and hello.promises also need provide-api-key

2019-10-02 Thread GitBox
dgrove-oss opened a new pull request #311: invoke.swift and hello.promises also need provide-api-key URL: https://github.com/apache/openwhisk-catalog/pull/311 This is an automated message from the Apache Git Service. To

[GitHub] [openwhisk-runtime-nodejs] ddragosd merged pull request #151: Add redis and uuid npm modules

2019-10-02 Thread GitBox
ddragosd merged pull request #151: Add redis and uuid npm modules URL: https://github.com/apache/openwhisk-runtime-nodejs/pull/151 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [openwhisk-apigateway] mhamann commented on issue #307: API Gateway removes Access-Control-Allow-Headers header

2019-10-02 Thread GitBox
mhamann commented on issue #307: API Gateway removes Access-Control-Allow-Headers header URL: https://github.com/apache/openwhisk-apigateway/issues/307#issuecomment-537590993 There should be three states: - ON: Gateway injects CORS headers - OFF: Gateway explicitly removes all CORS

[GitHub] [openwhisk-deploy-kube] dgrove-oss opened a new pull request #534: add more experimental verbiage to invoker agent description

2019-10-02 Thread GitBox
dgrove-oss opened a new pull request #534: add more experimental verbiage to invoker agent description URL: https://github.com/apache/openwhisk-deploy-kube/pull/534 This is an automated message from the Apache Git Service.

[GitHub] [openwhisk] dgrove-oss commented on issue #4443: Add rust:1.34 runtime support to default deployments

2019-10-02 Thread GitBox
dgrove-oss commented on issue #4443: Add rust:1.34 runtime support to default deployments URL: https://github.com/apache/openwhisk/issues/4443#issuecomment-537706587 @rdiaz82 great to see you working on this again. Should we be making an official release of the rust runtime now (or soon)

[GitHub] [openwhisk] rdiaz82 commented on issue #4443: Add rust:1.34 runtime support to default deployments

2019-10-02 Thread GitBox
rdiaz82 commented on issue #4443: Add rust:1.34 runtime support to default deployments URL: https://github.com/apache/openwhisk/issues/4443#issuecomment-537719032 @dgrove-oss To be honest, I don't have much idea about the release process. I'm just marking things done from the list 藍 So

[GitHub] [openwhisk] chetanmeh opened a new pull request #4661: Make package object as simple object

2019-10-02 Thread GitBox
chetanmeh opened a new pull request #4661: Make package object as simple object URL: https://github.com/apache/openwhisk/pull/4661 In some places we were using `package` object but not placing them in `package.scala` files. This PR makes them as normal object ## Description

[GitHub] [openwhisk] codecov-io commented on issue #4661: Make package object as simple object

2019-10-02 Thread GitBox
codecov-io commented on issue #4661: Make package object as simple object URL: https://github.com/apache/openwhisk/pull/4661#issuecomment-537793439 # [Codecov](https://codecov.io/gh/apache/openwhisk/pull/4661?src=pr=h1) Report > Merging

[GitHub] [openwhisk] rabbah merged pull request #4657: Move out standalone server tests to a new Travis profile

2019-10-02 Thread GitBox
rabbah merged pull request #4657: Move out standalone server tests to a new Travis profile URL: https://github.com/apache/openwhisk/pull/4657 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [openwhisk] chetanmeh opened a new pull request #4662: Unify Alpakka Kafka version across modules

2019-10-02 Thread GitBox
chetanmeh opened a new pull request #4662: Unify Alpakka Kafka version across modules URL: https://github.com/apache/openwhisk/pull/4662 Currently [Alpakka Kafka](https://doc.akka.io/docs/alpakka-kafka/current/home.html) is used in 2 places cache invalidator and user event service.