[GitHub] Katiyman commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting

2017-07-11 Thread git
Katiyman commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting URL: https://github.com/apache/incubator-openwhisk/issues/2264#issuecomment-314400865 Also can you check the o/p of wget www.google.com how is that working One more

[GitHub] saurabh1284 commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting

2017-07-11 Thread git
saurabh1284 commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting URL: https://github.com/apache/incubator-openwhisk/issues/2264#issuecomment-314639554 @Katiyman .. Thx for info ! I tried fresh build and deployment with docker running with

[GitHub] Katiyman commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting

2017-07-11 Thread git
Katiyman commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting URL: https://github.com/apache/incubator-openwhisk/issues/2264#issuecomment-314639908 For me i use ./gradlew distDocker -PdockerHost=:4243 -PdockerRegistry=:5000 also in

[GitHub] Katiyman commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting

2017-07-11 Thread git
Katiyman commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting URL: https://github.com/apache/incubator-openwhisk/issues/2264#issuecomment-314639908 For me i use ./gradlew distDocker -PdockerHost=public ip:4243 -PdockerRegistry=public

[GitHub] dubeejw commented on a change in pull request #2463: Correct unable to set apihost issue.

2017-07-11 Thread git
dubeejw commented on a change in pull request #2463: Correct unable to set apihost issue. URL: https://github.com/apache/incubator-openwhisk/pull/2463#discussion_r126868987 ## File path: tools/cli/go-whisk-cli/commands/util.go ## @@ -856,6 +856,10 @@ func getURLBase(host

[GitHub] dubeejw commented on issue #2279: Return Nicer Errors when Non-Integer Values are Passed as Integer Arguments (CLI)

2017-07-11 Thread git
dubeejw commented on issue #2279: Return Nicer Errors when Non-Integer Values are Passed as Integer Arguments (CLI) URL: https://github.com/apache/incubator-openwhisk/issues/2279#issuecomment-314658021 I believe we can control the error message if we surround the `strconv.ParseInt`

[GitHub] akrabat closed issue #2468: Cannot install catalog in Vagrant on Mac

2017-07-11 Thread git
akrabat closed issue #2468: Cannot install catalog in Vagrant on Mac URL: https://github.com/apache/incubator-openwhisk/issues/2468 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] akrabat commented on issue #2468: Cannot install catalog in Vagrant on Mac

2017-07-11 Thread git
akrabat commented on issue #2468: Cannot install catalog in Vagrant on Mac URL: https://github.com/apache/incubator-openwhisk/issues/2468#issuecomment-314654008 Tested locally. This is now fixed with the merge of commit `76c39f5681b6b480581222a7f4b5a30693a77e75`.

[GitHub] dubeejw commented on issue #2472: Move field filter to a flag

2017-07-11 Thread git
dubeejw commented on issue #2472: Move field filter to a flag URL: https://github.com/apache/incubator-openwhisk/issues/2472#issuecomment-314657460 @bjustin-ibm, can you label this as cli and enhancement. This is

[GitHub] akrabat commented on issue #2473: Discussion: Should the catalog repository use a pinned version?

2017-07-11 Thread git
akrabat commented on issue #2473: Discussion: Should the catalog repository use a pinned version? URL: https://github.com/apache/incubator-openwhisk/issues/2473#issuecomment-314660083 I'm generally in favour of separation wherever possible.

[GitHub] lzbj commented on issue #262: Adjust the code to reflect latest API gateway version.

2017-07-11 Thread git
lzbj commented on issue #262: Adjust the code to reflect latest API gateway version. URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/262#issuecomment-314631363 @mrutkows , got it, I'll try to fix it, sorry it's been dangling a while.

[GitHub] houshengbo closed pull request #84: Test cases sync

2017-07-11 Thread git
houshengbo closed pull request #84: Test cases sync URL: https://github.com/apache/incubator-openwhisk-cli/pull/84 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] saurabh1284 commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting

2017-07-11 Thread git
saurabh1284 commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting URL: https://github.com/apache/incubator-openwhisk/issues/2264#issuecomment-314639554 @Katiyman .. Thx for info ! I tried fresh build and deployment with docker running with

[GitHub] rabbah commented on issue #2454: Deal with jvm process leak in TestUtils

2017-07-11 Thread git
rabbah commented on issue #2454: Deal with jvm process leak in TestUtils URL: https://github.com/apache/incubator-openwhisk/pull/2454#issuecomment-314659585 Thanks for fixing the leak! This is an automated message from the

[GitHub] dubeejw commented on a change in pull request #2463: Correct unable to set apihost issue.

2017-07-11 Thread git
dubeejw commented on a change in pull request #2463: Correct unable to set apihost issue. URL: https://github.com/apache/incubator-openwhisk/pull/2463#discussion_r126868954 ## File path: tools/cli/go-whisk-cli/commands/util.go ## @@ -856,6 +856,10 @@ func getURLBase(host

[GitHub] rabbah closed pull request #2454: Deal with jvm process leak in TestUtils

2017-07-11 Thread git
rabbah closed pull request #2454: Deal with jvm process leak in TestUtils URL: https://github.com/apache/incubator-openwhisk/pull/2454 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] daisy-ycguo closed pull request #23: Add ASF License headers to all source files. Fix other scan errors.

2017-07-11 Thread git
daisy-ycguo closed pull request #23: Add ASF License headers to all source files. Fix other scan errors. URL: https://github.com/apache/incubator-openwhisk-vscode/pull/23 This is an automated message from the Apache Git

[GitHub] underwoodb-sd-ibm commented on issue #2326: (Review) Alphabetize

2017-07-11 Thread git
underwoodb-sd-ibm commented on issue #2326: (Review) Alphabetize URL: https://github.com/apache/incubator-openwhisk/pull/2326#issuecomment-314143172 PG2 1787 This is an automated message from the Apache Git Service. To

[GitHub] Katiyman commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting

2017-07-11 Thread git
Katiyman commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting URL: https://github.com/apache/incubator-openwhisk/issues/2264#issuecomment-314400865 Also can you check the o/p of wget www.google.com how is that working

[GitHub] Katiyman commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting

2017-07-11 Thread git
Katiyman commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting URL: https://github.com/apache/incubator-openwhisk/issues/2264#issuecomment-314400865 Also can you check the o/p of wget www.google.com hot is that working

[GitHub] markusthoemmes commented on a change in pull request #2427: Support client certificate on cli and nginx

2017-07-11 Thread git
markusthoemmes commented on a change in pull request #2427: Support client certificate on cli and nginx URL: https://github.com/apache/incubator-openwhisk/pull/2427#discussion_r12107 ## File path: ansible/group_vars/all ## @@ -166,10 +166,12 @@ nginx:

[GitHub] ashishth09 commented on issue #82: Unable to pass string value of true/value in the annotations from command line

2017-07-11 Thread git
ashishth09 commented on issue #82: Unable to pass string value of true/value in the annotations from command line URL: https://github.com/apache/incubator-openwhisk-cli/issues/82#issuecomment-314439175 Escaping true with '"true"' works.

[GitHub] markusthoemmes commented on a change in pull request #2427: Support client certificate on cli and nginx

2017-07-11 Thread git
markusthoemmes commented on a change in pull request #2427: Support client certificate on cli and nginx URL: https://github.com/apache/incubator-openwhisk/pull/2427#discussion_r126665162 ## File path: tests/src/test/scala/whisk/core/cli/test/WskBasicUsageTests.scala ##

[GitHub] bjustin-ibm commented on issue #197: Use one canary document per provider instance

2017-07-11 Thread git
bjustin-ibm commented on issue #197: Use one canary document per provider instance URL: https://github.com/apache/incubator-openwhisk-package-kafka/pull/197#issuecomment-314441584 @mrutkows James has reviewed this code and it is ready for merge.

[GitHub] jthomas commented on issue #25: Add two video links

2017-07-11 Thread git
jthomas commented on issue #25: Add two video links URL: https://github.com/apache/incubator-openwhisk-external-resources/pull/25#issuecomment-314391181 LGTM. This is an automated message from the Apache Git Service. To

[GitHub] starpit commented on issue #2467: wsk cli should list available runtime "kinds"

2017-07-11 Thread git
starpit commented on issue #2467: wsk cli should list available runtime "kinds" URL: https://github.com/apache/incubator-openwhisk/issues/2467#issuecomment-314419368 possible duplicate of #335 ? This is an automated

[GitHub] mrutkows closed pull request #248: Update all test source (.lua) files with Apache 2 License header.

2017-07-11 Thread git
mrutkows closed pull request #248: Update all test source (.lua) files with Apache 2 License header. URL: https://github.com/apache/incubator-openwhisk-apigateway/pull/248 This is an automated message from the Apache Git

[GitHub] Katiyman commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting

2017-07-11 Thread git
Katiyman commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting URL: https://github.com/apache/incubator-openwhisk/issues/2264#issuecomment-314400865 Also can you check the o/p of wget www.google.com how is that working One more

[GitHub] Katiyman commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting

2017-07-11 Thread git
Katiyman commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting URL: https://github.com/apache/incubator-openwhisk/issues/2264#issuecomment-314397713 I got these similar errors but all were because of proxy setting in my env.. but i dont see

[GitHub] markusthoemmes commented on a change in pull request #2427: Support client certificate on cli and nginx

2017-07-11 Thread git
markusthoemmes commented on a change in pull request #2427: Support client certificate on cli and nginx URL: https://github.com/apache/incubator-openwhisk/pull/2427#discussion_r126664765 ## File path: tests/src/test/scala/common/Wsk.scala ## @@ -71,6 +71,8 @@ import

[GitHub] bpoole16 opened a new issue #2472: Move field filter to a flag

2017-07-11 Thread git
bpoole16 opened a new issue #2472: Move field filter to a flag URL: https://github.com/apache/incubator-openwhisk/issues/2472 Currently, field filter is an argument that can be sent along side of activation id; i.e. `wsk activation get ACTIVATION_ID FIELD_FILTER`. Because there are two

[GitHub] Katiyman commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting

2017-07-11 Thread git
Katiyman commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting URL: https://github.com/apache/incubator-openwhisk/issues/2264#issuecomment-314397713 I also got these similar errors, but all were because of proxy setting in my env.. i dont

[GitHub] bjustin-ibm closed pull request #82: Remove forwardslash for package name

2017-07-11 Thread git
bjustin-ibm closed pull request #82: Remove forwardslash for package name URL: https://github.com/apache/incubator-openwhisk-package-pushnotifications/pull/82 This is an automated message from the Apache Git Service. To

[GitHub] underwoodb-sd-ibm commented on issue #2326: (Review) Alphabetize

2017-07-11 Thread git
underwoodb-sd-ibm commented on issue #2326: (Review) Alphabetize URL: https://github.com/apache/incubator-openwhisk/pull/2326#issuecomment-314465465 PG3 844 This is an automated message from the Apache Git Service. To

[GitHub] bjustin-ibm closed pull request #2437: Update install Catalog script.

2017-07-11 Thread git
bjustin-ibm closed pull request #2437: Update install Catalog script. URL: https://github.com/apache/incubator-openwhisk/pull/2437 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] rabbah commented on issue #2113: CLI error messages are replicated three times

2017-07-11 Thread git
rabbah commented on issue #2113: CLI error messages are replicated three times URL: https://github.com/apache/incubator-openwhisk/issues/2113#issuecomment-314476062 I mean the replication in the error messages themselves like this: errMsg := wski18n.T( "Unable to

[GitHub] jpkrohling commented on issue #2413: Integration with OpenTracing api

2017-07-11 Thread git
jpkrohling commented on issue #2413: Integration with OpenTracing api URL: https://github.com/apache/incubator-openwhisk/pull/2413#issuecomment-314483193 I don't think so: there has been a thread on the mailing list (subject: "Adding OpenTracing support"), and it looks like that one has a

[GitHub] bjustin-ibm commented on a change in pull request #5: Update README with badges and source files with ASF license headers.

2017-07-11 Thread git
bjustin-ibm commented on a change in pull request #5: Update README with badges and source files with ASF license headers. URL: https://github.com/apache/incubator-openwhisk-playground/pull/5#discussion_r126694459 ## File path: README.md ## @@ -1,10 +1,13 @@ -#OpenWhisk

[GitHub] rabbah commented on issue #2413: Integration with OpenTracing api

2017-07-11 Thread git
rabbah commented on issue #2413: Integration with OpenTracing api URL: https://github.com/apache/incubator-openwhisk/pull/2413#issuecomment-314477110 There is a second tracing pr #2282 - does it make sense to consider consolidating efforts?

[GitHub] jpkrohling commented on issue #2413: Integration with OpenTracing api

2017-07-11 Thread git
jpkrohling commented on issue #2413: Integration with OpenTracing api URL: https://github.com/apache/incubator-openwhisk/pull/2413#issuecomment-314483193 I don't think so: there has been a thread on the mailing list, and it looks like that one has a different goal.

[GitHub] bjustin-ibm commented on issue #2437: Update install Catalog script.

2017-07-11 Thread git
bjustin-ibm commented on issue #2437: Update install Catalog script. URL: https://github.com/apache/incubator-openwhisk/pull/2437#issuecomment-314468817 Resolves #2468 This is an automated message from the Apache Git

[GitHub] bjustin-ibm commented on a change in pull request #2: Add Apache 2 license badge and travis badge.

2017-07-11 Thread git
bjustin-ibm commented on a change in pull request #2: Add Apache 2 license badge and travis badge. URL: https://github.com/apache/incubator-openwhisk-podspecs/pull/2#discussion_r126693618 ## File path: README.md ## @@ -0,0 +1,6 @@ +# CocoaPods Podspecs for

[GitHub] bjustin-ibm commented on issue #2437: Update install Catalog script.

2017-07-11 Thread git
bjustin-ibm commented on issue #2437: Update install Catalog script. URL: https://github.com/apache/incubator-openwhisk/pull/2437#issuecomment-314209038 ? PG2 1792 This is an automated message from the Apache Git Service.

[GitHub] dubeejw commented on issue #2461: Get Action URL from CLI (Review)

2017-07-11 Thread git
dubeejw commented on issue #2461: Get Action URL from CLI (Review) URL: https://github.com/apache/incubator-openwhisk/pull/2461#issuecomment-314525639 @mdeuser, any thing else on this one? This is an automated message from

[GitHub] jessealva opened a new pull request #2474: WIP Adding status of rule to output.

2017-07-11 Thread git
jessealva opened a new pull request #2474: WIP Adding status of rule to output. URL: https://github.com/apache/incubator-openwhisk/pull/2474 The output looks like this now ``` rules /guest/rule-hello2 private

[GitHub] jessealva commented on issue #2474: WIP Adding status of rule to output.

2017-07-11 Thread git
jessealva commented on issue #2474: WIP Adding status of rule to output. URL: https://github.com/apache/incubator-openwhisk/pull/2474#issuecomment-314494053 @dubeejw Looking for feedback This is an automated message from

[GitHub] jessealva commented on issue #2462: WIP Updating the way we print names in the Cli Fixes #1155

2017-07-11 Thread git
jessealva commented on issue #2462: WIP Updating the way we print names in the Cli Fixes #1155 URL: https://github.com/apache/incubator-openwhisk/pull/2462#issuecomment-314498539 PG1, #1767 for after a merge with master that contained changes i had to merge manually.

[GitHub] mrutkows commented on issue #197: Use one canary document per provider instance

2017-07-11 Thread git
mrutkows commented on issue #197: Use one canary document per provider instance URL: https://github.com/apache/incubator-openwhisk-package-kafka/pull/197#issuecomment-314544809 @houshengbo thanks Vincent This is an

[GitHub] bjustin-ibm commented on issue #198: Do not attempt to share DB connections across multiple processes

2017-07-11 Thread git
bjustin-ibm commented on issue #198: Do not attempt to share DB connections across multiple processes URL: https://github.com/apache/incubator-openwhisk-package-kafka/pull/198#issuecomment-314534399 @dubeejw please review fc47ac116c131c5a134d48a9a8983b4ced315b26 only. I'll rebase once

[GitHub] bjustin-ibm commented on issue #198: Do not attempt to share DB connections across multiple processes

2017-07-11 Thread git
bjustin-ibm commented on issue #198: Do not attempt to share DB connections across multiple processes URL: https://github.com/apache/incubator-openwhisk-package-kafka/pull/198#issuecomment-314542801 Resolves #195 This is

[GitHub] dubeejw commented on issue #198: Do not attempt to share DB connections across multiple processes

2017-07-11 Thread git
dubeejw commented on issue #198: Do not attempt to share DB connections across multiple processes URL: https://github.com/apache/incubator-openwhisk-package-kafka/pull/198#issuecomment-314548139 @houshengbo, please merge.

[GitHub] underwoodb-sd-ibm commented on issue #2326: (Review) Alphabetize

2017-07-11 Thread git
underwoodb-sd-ibm commented on issue #2326: (Review) Alphabetize URL: https://github.com/apache/incubator-openwhisk/pull/2326#issuecomment-314527377 PG3 845 Passed This is an automated message from the Apache Git Service.

[GitHub] houshengbo closed pull request #197: Use one canary document per provider instance

2017-07-11 Thread git
houshengbo closed pull request #197: Use one canary document per provider instance URL: https://github.com/apache/incubator-openwhisk-package-kafka/pull/197 This is an automated message from the Apache Git Service. To

[GitHub] dubeejw commented on issue #198: Do not attempt to share DB connections across multiple processes

2017-07-11 Thread git
dubeejw commented on issue #198: Do not attempt to share DB connections across multiple processes URL: https://github.com/apache/incubator-openwhisk-package-kafka/pull/198#issuecomment-314540461 @houshengbo, please merge.

[GitHub] underwoodb-sd-ibm commented on issue #2424: (Review) Leading Slash (CLI issue #2328)

2017-07-11 Thread git
underwoodb-sd-ibm commented on issue #2424: (Review) Leading Slash (CLI issue #2328) URL: https://github.com/apache/incubator-openwhisk/pull/2424#issuecomment-314404138 PG4 506 This is an automated message from the Apache

[GitHub] underwoodb-sd-ibm commented on issue #2424: (Review) Leading Slash (CLI issue #2328)

2017-07-11 Thread git
underwoodb-sd-ibm commented on issue #2424: (Review) Leading Slash (CLI issue #2328) URL: https://github.com/apache/incubator-openwhisk/pull/2424#issuecomment-314590728 PG4 511 Passed This is an automated message from the

[GitHub] saurabh1284 commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting

2017-07-11 Thread git
saurabh1284 commented on issue #2264: Unable to connect to the controller docker: Controller docker not starting URL: https://github.com/apache/incubator-openwhisk/issues/2264#issuecomment-314375589 @Katiyman .. Yes . All above env variables are unset/blank. I again freshly

[GitHub] lzbj commented on issue #2279: Return Nicer Errors when Non-Integer Values are Passed as Integer Arguments (CLI)

2017-07-11 Thread git
lzbj commented on issue #2279: Return Nicer Errors when Non-Integer Values are Passed as Integer Arguments (CLI) URL: https://github.com/apache/incubator-openwhisk/issues/2279#issuecomment-314382791 @dubeejw , I think this kind of error is throw by cobra package, right? can we control

[GitHub] lzbj commented on issue #2113: CLI error messages are replicated three times

2017-07-11 Thread git
lzbj commented on issue #2113: CLI error messages are replicated three times URL: https://github.com/apache/incubator-openwhisk/issues/2113#issuecomment-314388282 @rabbah , do you mean this kind of replication

[GitHub] taylorking commented on issue #130: For the identity propagation, used a signed JWT to carry the credential downstream

2017-07-11 Thread git
taylorking commented on issue #130: For the identity propagation, used a signed JWT to carry the credential downstream URL: https://github.com/apache/incubator-openwhisk-apigateway/issues/130#issuecomment-314564045 Now that we have JOSE in here it might be cool to sign our own tokens so

[GitHub] mdeuser commented on a change in pull request #2436: API GW V2 updates

2017-07-11 Thread git
mdeuser commented on a change in pull request #2436: API GW V2 updates URL: https://github.com/apache/incubator-openwhisk/pull/2436#discussion_r126805823 ## File path: tools/cli/go-whisk-cli/commands/action.go ## @@ -857,7 +857,10 @@ func isWebAction(client *whisk.Client,

[GitHub] mdeuser commented on issue #2461: Get Action URL from CLI (Review)

2017-07-11 Thread git
mdeuser commented on issue #2461: Get Action URL from CLI (Review) URL: https://github.com/apache/incubator-openwhisk/pull/2461#issuecomment-314566187 LGTM This is an automated message from the Apache Git Service. To

[GitHub] dubeejw commented on a change in pull request #2436: API GW V2 updates

2017-07-11 Thread git
dubeejw commented on a change in pull request #2436: API GW V2 updates URL: https://github.com/apache/incubator-openwhisk/pull/2436#discussion_r126802244 ## File path: core/routemgmt/getApi/getApi.js ## @@ -154,12 +154,12 @@ function validateArgs(message) { return

[GitHub] mrutkows opened a new pull request #33: Add ASF License headers to all source files. Fix other scan errors.

2017-07-11 Thread git
mrutkows opened a new pull request #33: Add ASF License headers to all source files. Fix other scan errors. URL: https://github.com/apache/incubator-openwhisk-debugger/pull/33 This is an automated message from the Apache

[GitHub] zhy989 commented on issue #21: issue about couchdb

2017-07-11 Thread git
zhy989 commented on issue #21: issue about couchdb URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/21#issuecomment-314340632 @DanLavine thanks! I download invoker script file from branch "remotes/origin/ansible_invoker_remove", and I have set up the

[GitHub] ashishth09 opened a new issue #82: Unable to pass string value of true/value in the annotations from command line

2017-07-11 Thread git
ashishth09 opened a new issue #82: Unable to pass string value of true/value in the annotations from command line URL: https://github.com/apache/incubator-openwhisk-cli/issues/82 I am trying to create some action by passing some annotation along the way. ``` wsk -v action create

[GitHub] akrabat commented on issue #2468: Cannot install catalog in Vagrant on Mac

2017-07-11 Thread git
akrabat commented on issue #2468: Cannot install catalog in Vagrant on Mac URL: https://github.com/apache/incubator-openwhisk/issues/2468#issuecomment-314359780 I believe that this will be fixed when https://github.com/apache/incubator-openwhisk/pull/2437 is merged.

[GitHub] cjelger opened a new issue #2471: Nodejs web actions do not support multiple occurences of the same request parameter

2017-07-11 Thread git
cjelger opened a new issue #2471: Nodejs web actions do not support multiple occurences of the same request parameter URL: https://github.com/apache/incubator-openwhisk/issues/2471 Calling a nodejs web action with multiple occurences of the same request parameter is not supported. For

[GitHub] daisy-ycguo opened a new pull request #25: Add two video links

2017-07-11 Thread git
daisy-ycguo opened a new pull request #25: Add two video links URL: https://github.com/apache/incubator-openwhisk-external-resources/pull/25 I'd like to share video recordings of two webinars in a mini academy program in IBM China : - Matt Rutkowski's speech about OpenWhisk and

[GitHub] mrutkows commented on issue #1: Update source files with ASF Licenses; Add ASF badge to README.

2017-07-11 Thread git
mrutkows commented on issue #1: Update source files with ASF Licenses; Add ASF badge to README. URL: https://github.com/apache/incubator-openwhisk-sample-matos/pull/1#issuecomment-314621482 @bjustin-ibm Sorry Justin, but the scancode utility (which predated me) enforced no tabs and EOF

[GitHub] rabbah commented on issue #1: Update source files with ASF Licenses; Add ASF badge to README.

2017-07-11 Thread git
rabbah commented on issue #1: Update source files with ASF Licenses; Add ASF badge to README. URL: https://github.com/apache/incubator-openwhisk-sample-matos/pull/1#issuecomment-314625278 https://github.com/apache/incubator-openwhisk-sample-matos/pull/1/files?w=1 Ignores white space

[GitHub] daisy-ycguo closed pull request #81: Test cases sync

2017-07-11 Thread git
daisy-ycguo closed pull request #81: Test cases sync URL: https://github.com/apache/incubator-openwhisk-cli/pull/81 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] rabbah commented on issue #1: Update source files with ASF Licenses; Add ASF badge to README.

2017-07-11 Thread git
rabbah commented on issue #1: Update source files with ASF Licenses; Add ASF badge to README. URL: https://github.com/apache/incubator-openwhisk-sample-matos/pull/1#issuecomment-314625560 Historically scan code was only applied to the core repo and to specific files. It is nice to have

[GitHub] houshengbo opened a new pull request #83: Revert "Test cases sync (#81)"

2017-07-11 Thread git
houshengbo opened a new pull request #83: Revert "Test cases sync (#81)" URL: https://github.com/apache/incubator-openwhisk-cli/pull/83 This reverts commit 193c3c5731439eb0f1f03d56ee79f5b3a1e3734b. This is an automated

[GitHub] daisy-ycguo closed pull request #83: Revert "Test cases sync (#81)"

2017-07-11 Thread git
daisy-ycguo closed pull request #83: Revert "Test cases sync (#81)" URL: https://github.com/apache/incubator-openwhisk-cli/pull/83 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] houshengbo opened a new pull request #84: Test cases sync

2017-07-11 Thread git
houshengbo opened a new pull request #84: Test cases sync URL: https://github.com/apache/incubator-openwhisk-cli/pull/84 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] mrutkows commented on issue #262: Adjust the code to reflect latest API gateway version.

2017-07-11 Thread git
mrutkows commented on issue #262: Adjust the code to reflect latest API gateway version. URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/262#issuecomment-314629374 @lzbj Please initially support the Full grammar for now and open a new issue to work on the Simple grammar

[GitHub] dubeejw opened a new pull request #73: Return Expected JSON Response from Web Action

2017-07-11 Thread git
dubeejw opened a new pull request #73: Return Expected JSON Response from Web Action URL: https://github.com/apache/incubator-openwhisk-package-alarms/pull/73 Invocation from alarms.js sends an HTTP header with Accept: application/json to alarmsWebAction.js, so return JSON from the call.

[GitHub] dubeejw opened a new pull request #116: Return Expected JSON Response from Web Action

2017-07-11 Thread git
dubeejw opened a new pull request #116: Return Expected JSON Response from Web Action URL: https://github.com/apache/incubator-openwhisk-package-cloudant/pull/116 Invocation from changes.js sends an HTTP header with `Accept: application/json` to changesWebAction.js, so return JSON from