[GitHub] dubeejw commented on a change in pull request #2847: Treat action code as attachments for created/updated actions

2017-10-13 Thread git
s"'code' must be a valid base64 string in 'exec' for '$kind' actions") +throw new DeserializationException(s"'code' must be a string defined in 'exec' for '$kind' actions") Review comment:

[GitHub] dubeejw commented on a change in pull request #2855: Cache database attachments

2017-10-13 Thread git
inline(boas.toByteArray)) Review comment: Need to update revision? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For q

[GitHub] dubeejw commented on a change in pull request #2855: Cache database attachments

2017-10-13 Thread git
k here. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apac

[GitHub] houshengbo opened a new pull request #606: Add the dependency back to validate packages

2017-10-13 Thread git
houshengbo opened a new pull request #606: Add the dependency back to validate packages URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/606 This is an automated message from the Apache Git Service. To

[GitHub] rabbah commented on issue #68: Update counchdb image init script to avoid python package installatio?

2017-10-13 Thread git
dockerhub. https://hub.docker.com/u/openwhisk/ This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this

[GitHub] dubeejw commented on a change in pull request #2855: Cache database attachments

2017-10-13 Thread git
inline(boas.toByteArray)) Review comment: Need to update revision? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For q

[GitHub] dgrove-oss commented on issue #68: Update counchdb image init script to avoid python package installatio?

2017-10-13 Thread git
the images? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructur

[GitHub] dubeejw opened a new pull request #2855: Cache database attachments

2017-10-13 Thread git
. Depends on https://github.com/apache/incubator-openwhisk/pull/2832 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For

[GitHub] pritidesai opened a new issue #605: How do we prevent Concurrent Access to same OpenWhisk entity?

2017-10-13 Thread git
js:6 sequences: helloworldnodejs-series: actions: hello, myhelloworlds/hello-js ``` This is an automated message from the Apache Git Service. To respond to the message, please log on GitH

[GitHub] houshengbo closed pull request #604: Revert "Add Json support for Input parameters (#601)"

2017-10-13 Thread git
houshengbo closed pull request #604: Revert "Add Json support for Input parameters (#601)" URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/604 This is an automated message from the Apache Git S

[GitHub] houshengbo closed pull request #603: changing rule/trigger names and removing dependency for now

2017-10-13 Thread git
houshengbo closed pull request #603: changing rule/trigger names and removing dependency for now URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/603 This is an automated message from the Apache Git

[GitHub] houshengbo opened a new pull request #604: Revert "Add Json support for Input parameters (#601)"

2017-10-13 Thread git
f0562df4cd. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] dgrove-oss commented on issue #69: Do we want to support package deployment using kubectl ?

2017-10-13 Thread git
mated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] pritidesai opened a new pull request #603: changing rule/trigger names and removing dependency for now

2017-10-13 Thread git
access issue by adding lock to an individual resource, have to investigate where we can apply such lock in `wskdeploy` or go client or `openwhisk` itself. This is an automated message from the Apache Git Service. To respond to the

[GitHub] dgrove-oss commented on issue #70: disable use of docker-runc by setting INVOKER_USE_RUNC to false

2017-10-13 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us

[GitHub] dgrove-oss opened a new pull request #70: disable use of docker-runc by setting INVOKER_USE_RUNC to false

2017-10-13 Thread git
). This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us

[GitHub] dgrove-oss commented on issue #2828: option to use docker pause/unpause instead of docker-runc pause/unpause

2017-10-13 Thread git
automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] dgrove-oss commented on issue #2828: option to use docker pause/unpause instead of docker-runc pause/unpause

2017-10-13 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us

[GitHub] houshengbo closed pull request #601: Add Json support for Input parameters

2017-10-13 Thread git
houshengbo closed pull request #601: Add Json support for Input parameters URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/601 This is an automated message from the Apache Git Service. To respond to the

[GitHub] abaruni commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-13 Thread git
false.toJson + )) + + val run = wsk.action.invoke(actionName, parameters = Map( Review comment: right. that is a required parameter for the action itself regardless of the value of `lifecycleEvent` This is an automated message

[GitHub] abaruni commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-13 Thread git
eOf[JsObject].fields + val status = result.getFields("status").head.asInstanceOf[JsObject].fields + + config should contain("brokers" -> brokers) Review comment: passed in as `/_/dummyTrigger-...` returned as `/guest/dummyTrigger-...`

[GitHub] dubeejw commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-13 Thread git
naryValue" -> false.toJson + )) + + val run = wsk.action.invoke(actionName, parameters = Map( Review comment: I mean the authKey you are passing as a parameter to the action. This is an automated message from the Apache Git Service. To respon

[GitHub] dubeejw commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-13 Thread git
InstanceOf[JsObject].fields + val status = result.getFields("status").head.asInstanceOf[JsObject].fields + + config should contain("brokers" -> brokers) Review comment: What does the triggerName look like when it is returned here? ----

[GitHub] dubeejw commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-13 Thread git
ggerDoc.username, +password: triggerDoc.password Review comment: @csantanapr, thoughts on exposing the password here? This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] dubeejw commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-13 Thread git
st the new files. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infra

[GitHub] abaruni commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-13 Thread git
it's definitely fair to get rid of the duplication. but i don't think this is the the place to do it. it should be done under a different issue/epic This is an automated message from the Apache Git Service. To respond to t

[GitHub] sven-lange-last commented on issue #2854: Improve garbage collector out-out-memory handling and debugging

2017-10-13 Thread git
x27;t want to change the controller right away. But now you - @markusthoemmes and @dubeejw - are asking for it... :-) This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use th

[GitHub] misl commented on issue #2466: [Feature request] OpenWhisk Java Client sdk

2017-10-13 Thread git
l) ``` Gave me a 200 response, yeah! The next thing troubling me is the actual response message. The wsk based invoke gives response data that I can NOT find in my java api based invoke. This is an automated message from th

[GitHub] daisy-ycguo opened a new issue #69: Do we want to support package deployment using kubectl ?

2017-10-13 Thread git
/openwhisk-deploy-kube-packages). Do we want to include them in this repo ? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment

[GitHub] sayanh opened a new issue #259: Using API gateway with a redis cluster

2017-10-13 Thread git
: MOVED 2088 1.2.3.4:6379"}` This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastruct

[GitHub] xingzhou commented on issue #68: Update counchdb image init script to avoid python package installatio?

2017-10-12 Thread git
an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] mrutkows commented on issue #601: Add Json support for Input parameters

2017-10-12 Thread git
moved. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] alexkli commented on issue #20: "wsk activation list" should show more information about activations

2017-10-12 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] abaruni commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-12 Thread git
ure though This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastruct

[GitHub] abaruni commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-12 Thread git
i think it might have something to do with accepting self-signed certs https://github.com/request/request-promise/issues/225 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub a

[GitHub] abaruni commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-12 Thread git
the parameter `lifecycleEvent` set to `READ`. i'm all for having this test if it doesn't exist for the provider already. but a separate issue should be opened as it doesn't specifically relate to this functionality. i.e. an action should never be able to be invoked without proper authKey

[GitHub] abaruni commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-12 Thread git
val status = result.getFields("status").head.asInstanceOf[JsObject].fields + + config should contain("brokers" -> brokers) Review comment: and i would still have to test fields individually for status as i cannot know the value of the dateChanged field --

[GitHub] abaruni commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-12 Thread git
l status = result.getFields("status").head.asInstanceOf[JsObject].fields + + config should contain("brokers" -> brokers) Review comment: that would work except for the fact the trigger name as returned is not equal to the trigger name passed in -

[GitHub] abaruni commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-12 Thread git
highly desirable This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] abaruni commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-12 Thread git
hub from bluemix This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] abaruni commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-12 Thread git
it's definitely fair to get rid of the duplication. but i don't this this is the the place to do it. it should be done under a different issue/epic This is an automated message from the Apache Git Service. To respond to t

[GitHub] dubeejw commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-12 Thread git
val status = result.getFields("status").head.asInstanceOf[JsObject].fields + + config should contain("brokers" -> brokers) Review comment: Ex: ``` val expectedConfig = JsObject("isBinaryKey" -> false.toJson, "isBinaryValue"

[GitHub] dubeejw commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-12 Thread git
nauthorized` do? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infras

[GitHub] dubeejw commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-12 Thread git
ggerDoc.username, +password: triggerDoc.password Review comment: Do we really want to return the password? This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] dubeejw commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-12 Thread git
en the two. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.

[GitHub] dubeejw commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-12 Thread git
val status = result.getFields("status").head.asInstanceOf[JsObject].fields + + config should contain("brokers" -> brokers) Review comment: Ex: ``` val expectedConfig = JsObject("isBinaryKey" -> false.toJson, "isBinaryValue" ->

[GitHub] dubeejw commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-12 Thread git
al status = result.getFields("status").head.asInstanceOf[JsObject].fields + + config should contain("brokers" -> brokers) Review comment: You should be able build a JsObject that has all these fields then do one or two comparisons instead of several. -

[GitHub] dubeejw commented on a change in pull request #217: Add ability to get trigger configuration and status

2017-10-12 Thread git
sBinaryValue" -> false.toJson + )) + + val run = wsk.action.invoke(actionName, parameters = Map( Review comment: Should have a test to ensure this fails with an bad auth key. This is an automated message from the Apache Git Service. To respon

[GitHub] jcrossley3 commented on issue #68: Update counchdb image init script to avoid python package installatio?

2017-10-12 Thread git
, especially the ones not tied to a specific version of a dependency, e.g. the ones that checkout openwhisk master. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] alexkli commented on issue #2848: Support reading param.json from stdin #2837

2017-10-12 Thread git
down to 4.). This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards,

[GitHub] markusthoemmes commented on issue #2854: Improve garbage collector out-out-memory handling and debugging

2017-10-12 Thread git
? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards

[GitHub] alexkli commented on issue #2848: Support reading param.json from stdin #2837

2017-10-12 Thread git
is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] sven-lange-last commented on issue #2854: Improve garbage collector out-out-memory handling and debugging

2017-10-12 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] sven-lange-last opened a new pull request #2854: Improve garbage collector out-out-memory handling and debugging

2017-10-12 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] csantanapr opened a new pull request #2853: update kinds

2017-10-12 Thread git
csantanapr opened a new pull request #2853: update kinds URL: https://github.com/apache/incubator-openwhisk/pull/2853 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] xingzhou opened a new pull request #68: Update counchdb image init script to avoid python package installatio?

2017-10-12 Thread git
2.3. Use pip install -U pip to update the package to avoid package installation error during the start of couchdb container. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] jeremiaswerner closed pull request #2818: Change logging backend from log4j to Logback

2017-10-12 Thread git
jeremiaswerner closed pull request #2818: Change logging backend from log4j to Logback URL: https://github.com/apache/incubator-openwhisk/pull/2818 This is an automated message from the Apache Git Service. To respond to

[GitHub] alexkli commented on issue #2852: invoker: use locally available image if docker pull fails

2017-10-11 Thread git
Scala. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us

[GitHub] alexkli commented on issue #61: calling openwhisk from action fails because api host is set to "localhost" #58

2017-10-11 Thread git
localhost. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastruct

[GitHub] alexkli commented on issue #58: [docker-compose] calling openwhisk from action fails because api host is set to "localhost"

2017-10-11 Thread git
ion in #61. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Wi

[GitHub] alexkli opened a new pull request #61: calling openwhisk from action fails because api host is set to "localhost" #58

2017-10-11 Thread git
`127.0.0.1`, and use that instead of "localhost" as fallback if `DOCKER_HOST` is not set. Tested on OSX. Should in theory work on *unix as well, but needs to be tested. This is an automated message from the Apache Git

[GitHub] alexkli opened a new pull request #2852: invoker: use locally available image if docker pull fails

2017-10-11 Thread git
ncept. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure a

[GitHub] alexkli opened a new pull request #2851: fix genssl.sh usage output

2017-10-11 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us

[GitHub] dubeejw commented on a change in pull request #2847: Treat action code as attachments for created/update actions

2017-10-11 Thread git
should be(action) + response.toJson should be(action.toJson) Review comment: Direct comparison of the WhiskAction here fails. However, comparing the actions as JSON seems to work. This is an automated message from the Ap

[GitHub] csantanapr closed pull request #2080: Initial support for Nodejs 8

2017-10-11 Thread git
csantanapr closed pull request #2080: Initial support for Nodejs 8 URL: https://github.com/apache/incubator-openwhisk/pull/2080 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] csantanapr commented on issue #2080: Initial support for Nodejs 8

2017-10-11 Thread git
from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] csantanapr commented on issue #2078: bump nodejs to 6.11.0 LTS

2017-10-11 Thread git
Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] csantanapr closed pull request #2078: bump nodejs to 6.11.0 LTS

2017-10-11 Thread git
csantanapr closed pull request #2078: bump nodejs to 6.11.0 LTS URL: https://github.com/apache/incubator-openwhisk/pull/2078 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] csantanapr commented on issue #2850: Move docker runtime into it's own repo

2017-10-11 Thread git
2163 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] dubeejw commented on a change in pull request #2847: Treat action code as attachments for created/update actions

2017-10-11 Thread git
ase _ => false Review comment: Should probably error here since code and binary properties are not defined. ---- This is an automated message from the Apache Git Service. To respond to the message, please log on Git

[GitHub] dubeejw commented on a change in pull request #2847: Treat action code as attachments for created/update actions

2017-10-11 Thread git
+case _ => false Review comment: Should probably error here. ---- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific c

[GitHub] csantanapr commented on issue #217: Add ability to get trigger configuration and status

2017-10-11 Thread git
is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] abaruni commented on issue #217: Add ability to get trigger configuration and status

2017-10-11 Thread git
here? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apach

[GitHub] abaruni opened a new pull request #217: Add ability to get trigger configuration and status

2017-10-11 Thread git
abaruni opened a new pull request #217: Add ability to get trigger configuration and status URL: https://github.com/apache/incubator-openwhisk-package-kafka/pull/217 This is an automated message from the Apache Git Service

[GitHub] alexkli closed pull request #59: calling openwhisk from action fails because api host is set to "localhost" #58

2017-10-11 Thread git
e from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] alexkli commented on issue #59: calling openwhisk from action fails because api host is set to "localhost" #58

2017-10-11 Thread git
with a new patch. Closing this one. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, plea

[GitHub] alexkli commented on issue #58: [docker-compose] calling openwhisk from action fails because api host is set to "localhost"

2017-10-11 Thread git
le that is a bit more involved and might take some work to make it cross-platform compatible (there is no standard between OSX and Linux on getting the current local IP). This is an automated message from the Apache Git Service.

[GitHub] jasonpet opened a new pull request #136: update trigger feed test to verify the "since" parameter

2017-10-11 Thread git
of DB when specified This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrast

[GitHub] csantanapr commented on issue #2850: Move docker runtime into it's own repo

2017-10-11 Thread git
m the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] csantanapr opened a new pull request #2850: Move docker runtime into it's own repo

2017-10-11 Thread git
first python and swift PRs - #2822 Move swift runtime into it's own repo - #2843 Move python runtime into it's own repo This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] mrutkows commented on issue #2844: Package export/import

2017-10-11 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] mrutkows commented on issue #2844: Package export/import

2017-10-11 Thread git
? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] chetanmeh commented on issue #2849: OpenWhisk with another database like Cassandra or Redis?

2017-10-11 Thread git
? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us

[GitHub] devbv commented on issue #2849: OpenWhisk with another database like Cassandra or Redis?

2017-10-10 Thread git
eries for doing it. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please co

[GitHub] rabbah commented on issue #2849: OpenWhisk with another database like Cassandra or Redis?

2017-10-10 Thread git
other data stores. In practice we?ve gone down a fair bit the couch db api. It may require some refactoring and maybe some rearchitecting. This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] spattewar opened a new issue #2849: OpenWhisk with another database like Cassandra or Redis?

2017-10-10 Thread git
have successfully installed openwhisk locally on ubuntu 14.0 and want to use another database as the backend. Appreciate your time and help. Thanks and Regards. This is an automated message from the Apache Git Service

[GitHub] pritidesai commented on issue #2243: Compile Swift (& Java?) binaries once

2017-10-10 Thread git
ttps://github.com/pritidesai/incubator-package-build#package-and-deploy-third-party-modules---nodejs This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to g

[GitHub] alexkli commented on issue #2837: Support reading param.json from stdin

2017-10-10 Thread git
! This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] alexkli opened a new pull request #2848: Support reading param.json from stdin #2837

2017-10-10 Thread git
usage after the change: cat params.json | envsubst | wsk -i action invoke myaction -P - This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go t

[GitHub] beemarie opened a new pull request #246: WIP: test cases and updates to deploy script

2017-10-10 Thread git
beemarie opened a new pull request #246: WIP: test cases and updates to deploy script URL: https://github.com/apache/incubator-openwhisk-catalog/pull/246 This is an automated message from the Apache Git Service. To respond

[GitHub] beemarie opened a new issue #245: create new wskdeploy system action and package

2017-10-10 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards

[GitHub] dubeejw commented on a change in pull request #2847: Treat action code as attachments for created/update actions

2017-10-10 Thread git
. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] dubeejw commented on issue #2847: Treat action code as attachments for created/update actions

2017-10-10 Thread git
message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] dubeejw opened a new pull request #2847: Treat action code as attachments for created/update actions

2017-10-10 Thread git
e8f8.png";> This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services

[GitHub] codecov-io commented on issue #76: Add type support for annotations and limits

2017-10-10 Thread git
e](https://codecov.io/gh/apache/incubator-openwhisk-client-js/pull/76?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments). -------- This is an automated message from the Apache Git Servi

[GitHub] gbdrt opened a new pull request #76: Add type support for annotations and limits

2017-10-10 Thread git
This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards

[GitHub] rabbah opened a new issue #2846: surface more of the inner data around system overhead and init tomr

2017-10-10 Thread git
controller for active acks (blocking invoke) would not be recorded (would require shifting the record authoring or a second db write). This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] narinearraul closed pull request #243: WIP: parameterize host name and edge host

2017-10-10 Thread git
narinearraul closed pull request #243: WIP: parameterize host name and edge host URL: https://github.com/apache/incubator-openwhisk-catalog/pull/243 This is an automated message from the Apache Git Service. To respond to

[GitHub] csantanapr commented on issue #1569: CLI should sort packages/actions/triggers/rules alphabetically

2017-10-10 Thread git
by entity name; only applicable within the limit/skip returned entity block ``` This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific

[GitHub] csantanapr closed issue #1569: CLI should sort packages/actions/triggers/rules alphabetically

2017-10-10 Thread git
csantanapr closed issue #1569: CLI should sort packages/actions/triggers/rules alphabetically URL: https://github.com/apache/incubator-openwhisk/issues/1569 This is an automated message from the Apache Git Service. To

<    1   2   3   4   5   6   7   8   9   10   >