[GitHub] csantanapr commented on issue #123: Integrated OW GW and existing API Manangement

2018-05-08 Thread GitBox
csantanapr commented on issue #123: Integrated OW GW and existing API Manangement URL: https://github.com/apache/incubator-openwhisk-devtools/pull/123#issuecomment-387564884 @ddragosd there are problems in Travis This

[GitHub] mrutkows opened a new pull request #143: Update tracking information and make this repo scancode compliant.

2018-05-08 Thread GitBox
mrutkows opened a new pull request #143: Update tracking information and make this repo scancode compliant. URL: https://github.com/apache/incubator-openwhisk-release/pull/143 This is an automated message from the Apache

[GitHub] houshengbo closed pull request #49: Add ASF license headers to all Scala .conf files.

2018-05-08 Thread GitBox
houshengbo closed pull request #49: Add ASF license headers to all Scala .conf files. URL: https://github.com/apache/incubator-openwhisk-runtime-java/pull/49 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] codecov-io commented on issue #3232: Making prewarm kind (and count) configurable

2018-05-08 Thread GitBox
codecov-io commented on issue #3232: Making prewarm kind (and count) configurable URL: https://github.com/apache/incubator-openwhisk/pull/3232#issuecomment-387519362 # [Codecov](https://codecov.io/gh/apache/incubator-openwhisk/pull/3232?src=pr=h1) Report > Merging

[GitHub] jasonpet opened a new pull request #149: loosen restrictions on redis values

2018-05-08 Thread GitBox
jasonpet opened a new pull request #149: loosen restrictions on redis values URL: https://github.com/apache/incubator-openwhisk-package-alarms/pull/149 Allow values other than just host0 and host1 for the field "active". Also allow user to specify a redis key prefix if they want instead

[GitHub] codecov-io commented on issue #3613: Split test jobs in Travis

2018-05-08 Thread GitBox
codecov-io commented on issue #3613: Split test jobs in Travis URL: https://github.com/apache/incubator-openwhisk/pull/3613#issuecomment-386723418 # [Codecov](https://codecov.io/gh/apache/incubator-openwhisk/pull/3613?src=pr=h1) Report > Merging

[GitHub] codecov-io commented on issue #3613: Split test jobs in Travis

2018-05-08 Thread GitBox
codecov-io commented on issue #3613: Split test jobs in Travis URL: https://github.com/apache/incubator-openwhisk/pull/3613#issuecomment-386723418 # [Codecov](https://codecov.io/gh/apache/incubator-openwhisk/pull/3613?src=pr=h1) Report > Merging

[GitHub] codecov-io commented on issue #3627: remove unused imports or dead variables as reported in travis build.

2018-05-08 Thread GitBox
codecov-io commented on issue #3627: remove unused imports or dead variables as reported in travis build. URL: https://github.com/apache/incubator-openwhisk/pull/3627#issuecomment-387504099 # [Codecov](https://codecov.io/gh/apache/incubator-openwhisk/pull/3627?src=pr=h1) Report >

[GitHub] codecov-io commented on issue #3628: Revert "Replace WALA Pair with clean new Pair."

2018-05-08 Thread GitBox
codecov-io commented on issue #3628: Revert "Replace WALA Pair with clean new Pair." URL: https://github.com/apache/incubator-openwhisk/pull/3628#issuecomment-387504314 # [Codecov](https://codecov.io/gh/apache/incubator-openwhisk/pull/3628?src=pr=h1) Report > Merging

[GitHub] mdeuser closed pull request #292: Account for variable length timestamps when stripping logs

2018-05-08 Thread GitBox
mdeuser closed pull request #292: Account for variable length timestamps when stripping logs URL: https://github.com/apache/incubator-openwhisk-cli/pull/292 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] mdeuser closed issue #291: Activation log --strip command malforms output

2018-05-08 Thread GitBox
mdeuser closed issue #291: Activation log --strip command malforms output URL: https://github.com/apache/incubator-openwhisk-cli/issues/291 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] chetanmeh commented on issue #3619: Provide an activation store SPI

2018-05-08 Thread GitBox
chetanmeh commented on issue #3619: Provide an activation store SPI URL: https://github.com/apache/incubator-openwhisk/pull/3619#issuecomment-387539747 @dubee Can you share some details on requirement of a new SPI as the `ActivationStoreProvider` introduced in this PR is having similar

[GitHub] ddragosd opened a new pull request #123: Integrated OW GW and existing API Mamangement

2018-05-08 Thread GitBox
ddragosd opened a new pull request #123: Integrated OW GW and existing API Mamangement URL: https://github.com/apache/incubator-openwhisk-devtools/pull/123 Changes: - [x] API Gateway docker image uses `openwhisk/apigateway` container - [x] Added `make init-api-management`; it is

[GitHub] csantanapr commented on a change in pull request #3613: Split test jobs in Travis

2018-05-08 Thread GitBox
csantanapr commented on a change in pull request #3613: Split test jobs in Travis URL: https://github.com/apache/incubator-openwhisk/pull/3613#discussion_r186927802 ## File path: tests/build.gradle ## @@ -33,8 +34,70 @@ def leanExcludes = [ '**/*WskCli*' ]

[GitHub] csantanapr opened a new pull request #34: add openssh client for dockerskeleton

2018-05-08 Thread GitBox
csantanapr opened a new pull request #34: add openssh client for dockerskeleton URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/34 Closes #26 This is an automated message from the Apache Git Service.

[GitHub] markusthoemmes commented on issue #3618: Why did you deprecate the LoadBalancerService and use ShardingContainerPoolBalancer?

2018-05-08 Thread GitBox
markusthoemmes commented on issue #3618: Why did you deprecate the LoadBalancerService and use ShardingContainerPoolBalancer? URL: https://github.com/apache/incubator-openwhisk/issues/3618#issuecomment-387298938 The loadbalancing algorithm was/is the same in both loadbalancers. The "old"

[GitHub] csantanapr commented on issue #26: git clone not working when using ssh git url (add ssh client)

2018-05-08 Thread GitBox
csantanapr commented on issue #26: git clone not working when using ssh git url (add ssh client) URL: https://github.com/apache/incubator-openwhisk-runtime-docker/issues/26#issuecomment-387619448 It looks like `openssh-client` package in alpine only adds client no deamon. And this is

[GitHub] csantanapr closed pull request #123: Integrated OW GW and existing API Manangement

2018-05-08 Thread GitBox
csantanapr closed pull request #123: Integrated OW GW and existing API Manangement URL: https://github.com/apache/incubator-openwhisk-devtools/pull/123 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] csantanapr commented on issue #123: Integrated OW GW and existing API Manangement

2018-05-08 Thread GitBox
csantanapr commented on issue #123: Integrated OW GW and existing API Manangement URL: https://github.com/apache/incubator-openwhisk-devtools/pull/123#issuecomment-387584517 works for me locally on mac This is an automated

[GitHub] csantanapr closed pull request #3628: Revert "Replace WALA Pair with clean new Pair."

2018-05-08 Thread GitBox
csantanapr closed pull request #3628: Revert "Replace WALA Pair with clean new Pair." URL: https://github.com/apache/incubator-openwhisk/pull/3628 This is an automated message from the Apache Git Service. To respond to the

[GitHub] csantanapr commented on issue #3628: Revert "Replace WALA Pair with clean new Pair."

2018-05-08 Thread GitBox
csantanapr commented on issue #3628: Revert "Replace WALA Pair with clean new Pair." URL: https://github.com/apache/incubator-openwhisk/pull/3628#issuecomment-387588450 downstreams already fixed This is an automated message

[GitHub] shazron commented on issue #3208: Source files for images in docs folder

2018-05-08 Thread GitBox
shazron commented on issue #3208: Source files for images in docs folder URL: https://github.com/apache/incubator-openwhisk/issues/3208#issuecomment-377846828 The only one I can think of is GIMP or Photopea (only the former is open source, the latter is free). If we want the real

[GitHub] csantanapr opened a new pull request #56: fix tests using httpbin swiftyrequest

2018-05-08 Thread GitBox
csantanapr opened a new pull request #56: fix tests using httpbin swiftyrequest URL: https://github.com/apache/incubator-openwhisk-runtime-swift/pull/56 This is an automated message from the Apache Git Service. To respond to

[GitHub] csantanapr opened a new issue #3630: bump new version of swift/ios starter app

2018-05-08 Thread GitBox
csantanapr opened a new issue #3630: bump new version of swift/ios starter app URL: https://github.com/apache/incubator-openwhisk/issues/3630 update nginx to point to latest version of swift/ios starter app https://github.com/apache/incubator-openwhisk-client-swift/releases/tag/0.3.0

[GitHub] csantanapr opened a new issue #26: update to go 1.10.2

2018-05-08 Thread GitBox
csantanapr opened a new issue #26: update to go 1.10.2 URL: https://github.com/apache/incubator-openwhisk-runtime-go/issues/26 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] csantanapr opened a new pull request #28: publish action loop also

2018-05-08 Thread GitBox
csantanapr opened a new pull request #28: publish action loop also URL: https://github.com/apache/incubator-openwhisk-runtime-go/pull/28 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] dgrove-oss commented on issue #187: include Helm-based deployment in TravisCI matrix

2018-05-08 Thread GitBox
dgrove-oss commented on issue #187: include Helm-based deployment in TravisCI matrix URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/187#issuecomment-387581877 @rabbah @csantanapr -- could one of you please review this PR. I finally managed to find the right set of

[GitHub] pritidesai closed pull request #143: Update tracking information and make this repo scancode compliant.

2018-05-08 Thread GitBox
pritidesai closed pull request #143: Update tracking information and make this repo scancode compliant. URL: https://github.com/apache/incubator-openwhisk-release/pull/143 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for

[GitHub] codecov-io commented on issue #2795: enable concurrent activation processing

2018-05-08 Thread GitBox
codecov-io commented on issue #2795: enable concurrent activation processing URL: https://github.com/apache/incubator-openwhisk/pull/2795#issuecomment-386889684 # [Codecov](https://codecov.io/gh/apache/incubator-openwhisk/pull/2795?src=pr=h1) Report > Merging

[GitHub] csantanapr commented on issue #3208: Source files for images in docs folder

2018-05-08 Thread GitBox
csantanapr commented on issue #3208: Source files for images in docs folder URL: https://github.com/apache/incubator-openwhisk/issues/3208#issuecomment-387595263 Let's use GIMP then for Logo This is an automated message from

[GitHub] style95 opened a new issue #3629: [Feature requests] action protection

2018-05-08 Thread GitBox
style95 opened a new issue #3629: [Feature requests] action protection URL: https://github.com/apache/incubator-openwhisk/issues/3629 It would be great if we can have feature to protect actions from accidental deletion. Since it can happen at anytime and the impact is critical when

[GitHub] csantanapr closed pull request #48: Fixes issue #47, updates code to latest syntax, build for iOS 11

2018-05-08 Thread GitBox
csantanapr closed pull request #48: Fixes issue #47, updates code to latest syntax, build for iOS 11 URL: https://github.com/apache/incubator-openwhisk-client-swift/pull/48 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for

[GitHub] csantanapr opened a new pull request #27: update to use go 1.10.2

2018-05-08 Thread GitBox
csantanapr opened a new pull request #27: update to use go 1.10.2 URL: https://github.com/apache/incubator-openwhisk-runtime-go/pull/27 Closes #26 This is an automated message from the Apache Git Service. To respond to the

[GitHub] ddragosd commented on issue #123: Integrated OW GW and existing API Manangement

2018-05-08 Thread GitBox
ddragosd commented on issue #123: Integrated OW GW and existing API Manangement URL: https://github.com/apache/incubator-openwhisk-devtools/pull/123#issuecomment-387580308 The build is fixed. The tests also include an additional check for web actions: ``` invoking:

[GitHub] daisy-ycguo opened a new pull request #144: Update header scan policy document

2018-05-08 Thread GitBox
daisy-ycguo opened a new pull request #144: Update header scan policy document URL: https://github.com/apache/incubator-openwhisk-release/pull/144 The PR includes below changes: - add `docker.gradle`, `settings.gradle`, `build.gradle` to the inclusion list. - add `gradlew` and

[GitHub] csantanapr commented on issue #3207: Remove Consul from "The Internal flow of processing" section diagram in about.md

2018-05-08 Thread GitBox
csantanapr commented on issue #3207: Remove Consul from "The Internal flow of processing" section diagram in about.md URL: https://github.com/apache/incubator-openwhisk/issues/3207#issuecomment-387595386 @shazron go ahead and create new diagram with draw.io

[GitHub] sciabarracom commented on issue #23: FAIL: Example_badinit_nocompiler

2018-05-08 Thread GitBox
sciabarracom commented on issue #23: FAIL: Example_badinit_nocompiler URL: https://github.com/apache/incubator-openwhisk-runtime-go/issues/23#issuecomment-38762 Can I get a debug build? Will contact you on slack, you start the build I’m debug and give me ssh to connect to the

[GitHub] csantanapr closed pull request #28: publish action loop also

2018-05-08 Thread GitBox
csantanapr closed pull request #28: publish action loop also URL: https://github.com/apache/incubator-openwhisk-runtime-go/pull/28 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] csantanapr closed pull request #29: skip clean up for travis deploy

2018-05-08 Thread GitBox
csantanapr closed pull request #29: skip clean up for travis deploy URL: https://github.com/apache/incubator-openwhisk-runtime-go/pull/29 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is

[GitHub] csantanapr commented on issue #23: FAIL: Example_badinit_nocompiler

2018-05-08 Thread GitBox
csantanapr commented on issue #23: FAIL: Example_badinit_nocompiler URL: https://github.com/apache/incubator-openwhisk-runtime-go/issues/23#issuecomment-387620416 @sciabarra you have an update on this? This is an automated

[GitHub] csantanapr closed pull request #27: update to use go 1.10.2

2018-05-08 Thread GitBox
csantanapr closed pull request #27: update to use go 1.10.2 URL: https://github.com/apache/incubator-openwhisk-runtime-go/pull/27 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] csantanapr closed issue #26: update to go 1.10.2

2018-05-08 Thread GitBox
csantanapr closed issue #26: update to go 1.10.2 URL: https://github.com/apache/incubator-openwhisk-runtime-go/issues/26 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] csantanapr opened a new pull request #29: skip clean up for travis deploy

2018-05-08 Thread GitBox
csantanapr opened a new pull request #29: skip clean up for travis deploy URL: https://github.com/apache/incubator-openwhisk-runtime-go/pull/29 This is an automated message from the Apache Git Service. To respond to the

[GitHub] csantanapr commented on issue #3208: Source files for images in docs folder

2018-05-08 Thread GitBox
csantanapr commented on issue #3208: Source files for images in docs folder URL: https://github.com/apache/incubator-openwhisk/issues/3208#issuecomment-387595760 Also Photopea can be use to edit GIMP format (XCF) This is an

[GitHub] csantanapr closed issue #47: Update SDK to Swift 4

2018-05-08 Thread GitBox
csantanapr closed issue #47: Update SDK to Swift 4 URL: https://github.com/apache/incubator-openwhisk-client-swift/issues/47 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] csantanapr commented on issue #47: Update SDK to Swift 4

2018-05-08 Thread GitBox
csantanapr commented on issue #47: Update SDK to Swift 4 URL: https://github.com/apache/incubator-openwhisk-client-swift/issues/47#issuecomment-387609605 Closed by #48 This is an automated message from the Apache Git

[GitHub] csantanapr opened a new pull request #3631: bump new version of ios staterapp

2018-05-08 Thread GitBox
csantanapr opened a new pull request #3631: bump new version of ios staterapp URL: https://github.com/apache/incubator-openwhisk/pull/3631 Closes #3630 ## Description bump new version of ios staterapp in nginx ## Related issue and scope - [x] I opened an issue to

[GitHub] dgrove-oss commented on issue #187: include Helm-based deployment in TravisCI matrix

2018-05-08 Thread GitBox
dgrove-oss commented on issue #187: include Helm-based deployment in TravisCI matrix URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/187#issuecomment-387581877 @rabbah @csantanapr -- could one of you please review this PR? I finally managed to find the right set of

[GitHub] markusthoemmes closed issue #3621: [Proposal] New Scheduling algorithm

2018-05-08 Thread GitBox
markusthoemmes closed issue #3621: [Proposal] New Scheduling algorithm URL: https://github.com/apache/incubator-openwhisk/issues/3621 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] markusthoemmes commented on issue #3621: [Proposal] New Scheduling algorithm

2018-05-08 Thread GitBox
markusthoemmes commented on issue #3621: [Proposal] New Scheduling algorithm URL: https://github.com/apache/incubator-openwhisk/issues/3621#issuecomment-387323538 As this is a major proposal, let's please keep this on the dev-list and/or decide on the dev-list to pull it into an issue

[GitHub] junoyoon commented on issue #3570: ArtifactStore implementation for MongoDB

2018-05-08 Thread GitBox
junoyoon commented on issue #3570: ArtifactStore implementation for MongoDB URL: https://github.com/apache/incubator-openwhisk/pull/3570#issuecomment-387343123 rebase please. This is an automated message from the Apache Git

[GitHub] codecov-io commented on issue #3604: Limit cipher suites used for Kafka SSL

2018-05-08 Thread GitBox
codecov-io commented on issue #3604: Limit cipher suites used for Kafka SSL URL: https://github.com/apache/incubator-openwhisk/pull/3604#issuecomment-386046594 # [Codecov](https://codecov.io/gh/apache/incubator-openwhisk/pull/3604?src=pr=h1) Report > Merging

[GitHub] codecov-io commented on issue #3617: Move version information to pureconfig and remove `whisk_version_name`.

2018-05-08 Thread GitBox
codecov-io commented on issue #3617: Move version information to pureconfig and remove `whisk_version_name`. URL: https://github.com/apache/incubator-openwhisk/pull/3617#issuecomment-387315559 # [Codecov](https://codecov.io/gh/apache/incubator-openwhisk/pull/3617?src=pr=h1) Report >

[GitHub] cbickel closed pull request #3604: Limit cipher suites used for Kafka SSL

2018-05-08 Thread GitBox
cbickel closed pull request #3604: Limit cipher suites used for Kafka SSL URL: https://github.com/apache/incubator-openwhisk/pull/3604 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] markusthoemmes commented on issue #3618: Why did you deprecate the LoadBalancerService and use ShardingContainerPoolBalancer?

2018-05-08 Thread GitBox
markusthoemmes commented on issue #3618: Why did you deprecate the LoadBalancerService and use ShardingContainerPoolBalancer? URL: https://github.com/apache/incubator-openwhisk/issues/3618#issuecomment-387323085 You might want to participate in #3621.

[GitHub] markusthoemmes commented on issue #3618: Why did you deprecate the LoadBalancerService and use ShardingContainerPoolBalancer?

2018-05-08 Thread GitBox
markusthoemmes commented on issue #3618: Why did you deprecate the LoadBalancerService and use ShardingContainerPoolBalancer? URL: https://github.com/apache/incubator-openwhisk/issues/3618#issuecomment-387323085 You might want to participate in #3621. Or rather the linked dev-list

[GitHub] bdelacretaz commented on issue #294: Fix the copyryright IBM issue in the headers

2018-05-08 Thread GitBox
bdelacretaz commented on issue #294: Fix the copyryright IBM issue in the headers URL: https://github.com/apache/incubator-openwhisk-apigateway/issues/294#issuecomment-387304312 > If we decide to donate everything, we can only keep the apache license without IBM copyright. What do

[GitHub] cbickel commented on issue #3617: Move version information to pureconfig and remove `whisk_version_name`.

2018-05-08 Thread GitBox
cbickel commented on issue #3617: Move version information to pureconfig and remove `whisk_version_name`. URL: https://github.com/apache/incubator-openwhisk/pull/3617#issuecomment-387320553 PG2#3100 is  This is an

[GitHub] codecov-io commented on issue #3609: Support "+json" content-types as WebAction input.

2018-05-08 Thread GitBox
codecov-io commented on issue #3609: Support "+json" content-types as WebAction input. URL: https://github.com/apache/incubator-openwhisk/pull/3609#issuecomment-386563634 # [Codecov](https://codecov.io/gh/apache/incubator-openwhisk/pull/3609?src=pr=h1) Report > Merging

[GitHub] mrutkows commented on issue #3620: Remove Eclipse license header and IBM copyright from a test file

2018-05-08 Thread GitBox
mrutkows commented on issue #3620: Remove Eclipse license header and IBM copyright from a test file URL: https://github.com/apache/incubator-openwhisk/pull/3620#issuecomment-387398570 @daisy-ycguo this file either needs to be replaced or removed from the release package/distribution if a

[GitHub] codecov-io commented on issue #3617: Move version information to pureconfig and remove `whisk_version_name`.

2018-05-08 Thread GitBox
codecov-io commented on issue #3617: Move version information to pureconfig and remove `whisk_version_name`. URL: https://github.com/apache/incubator-openwhisk/pull/3617#issuecomment-387315559 # [Codecov](https://codecov.io/gh/apache/incubator-openwhisk/pull/3617?src=pr=h1) Report >

[GitHub] Himavanth commented on a change in pull request #3232: Making prewarm kind (and count) configurable

2018-05-08 Thread GitBox
Himavanth commented on a change in pull request #3232: Making prewarm kind (and count) configurable URL: https://github.com/apache/incubator-openwhisk/pull/3232#discussion_r186704544 ## File path: common/scala/src/main/resources/application.conf ## @@ -141,11 +141,11 @@

[GitHub] rabbah commented on issue #3620: Remove Eclipse license header and IBM copyright from a test file

2018-05-08 Thread GitBox
rabbah commented on issue #3620: Remove Eclipse license header and IBM copyright from a test file URL: https://github.com/apache/incubator-openwhisk/pull/3620#issuecomment-387393336 Indeed this came from WALA. We can replace all this code quickly in this repo although I don’t know how

[GitHub] sandrarapp opened a new issue #3623: Inconsistency in response of GET activations API call

2018-05-08 Thread GitBox
sandrarapp opened a new issue #3623: Inconsistency in response of GET activations API call URL: https://github.com/apache/incubator-openwhisk/issues/3623 Performing a GET call on the activations api without including docs (i.e. setting `docs` query parameter to `false`) I receive a

[GitHub] mrutkows closed pull request #54: Remove IBM copyright from 3 files

2018-05-08 Thread GitBox
mrutkows closed pull request #54: Remove IBM copyright from 3 files URL: https://github.com/apache/incubator-openwhisk-runtime-swift/pull/54 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this

[GitHub] mrutkows commented on issue #3620: Remove Eclipse license header and IBM copyright from a test file

2018-05-08 Thread GitBox
mrutkows commented on issue #3620: Remove Eclipse license header and IBM copyright from a test file URL: https://github.com/apache/incubator-openwhisk/pull/3620#issuecomment-387398570 @daisy-ycguo this file either needs to be replaced or removed from the release package/distribution if a

[GitHub] mrutkows opened a new issue #142: Replace or remove Pair.java from main openwhisk repo.

2018-05-08 Thread GitBox
mrutkows opened a new issue #142: Replace or remove Pair.java from main openwhisk repo. URL: https://github.com/apache/incubator-openwhisk-release/issues/142 This file was coped from another project for testing purposes; its license cannot be removed or changed. Instead, the file itself

[GitHub] mrutkows commented on issue #3620: Remove Eclipse license header and IBM copyright from a test file

2018-05-08 Thread GitBox
mrutkows commented on issue #3620: Remove Eclipse license header and IBM copyright from a test file URL: https://github.com/apache/incubator-openwhisk/pull/3620#issuecomment-387390212 @daisy-ycguo @houshengbo This license header appears to indicate that this code (entire file) may have

[GitHub] codecov-io commented on issue #3617: Move version information to pureconfig and remove `whisk_version_name`.

2018-05-08 Thread GitBox
codecov-io commented on issue #3617: Move version information to pureconfig and remove `whisk_version_name`. URL: https://github.com/apache/incubator-openwhisk/pull/3617#issuecomment-387315559 # [Codecov](https://codecov.io/gh/apache/incubator-openwhisk/pull/3617?src=pr=h1) Report >

[GitHub] mrutkows commented on issue #3620: Remove Eclipse license header and IBM copyright from a test file

2018-05-08 Thread GitBox
mrutkows commented on issue #3620: Remove Eclipse license header and IBM copyright from a test file URL: https://github.com/apache/incubator-openwhisk/pull/3620#issuecomment-387392063 @daisy-ycguo it appears this file has existed in the public domain for some time. For example, this

[GitHub] mrutkows commented on issue #29: Add .sh and .md scanning support in new .cfg file.

2018-05-08 Thread GitBox
mrutkows commented on issue #29: Add .sh and .md scanning support in new .cfg file. URL: https://github.com/apache/incubator-openwhisk-utilities/pull/29#issuecomment-387401547 closes #27 and closes #28 This is an automated

[GitHub] csantanapr commented on issue #3623: Inconsistency in response of GET activations API call

2018-05-08 Thread GitBox
csantanapr commented on issue #3623: Inconsistency in response of GET activations API call URL: https://github.com/apache/incubator-openwhisk/issues/3623#issuecomment-387401462 The activations DB view needs to updated to also emit statusCode for triggers now that are present.

[GitHub] mrutkows closed pull request #896: Remove Apache long header if short header exists

2018-05-08 Thread GitBox
mrutkows closed pull request #896: Remove Apache long header if short header exists URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/896 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] mrutkows commented on issue #137: JDK license issue for the runtime Java

2018-05-08 Thread GitBox
mrutkows commented on issue #137: JDK license issue for the runtime Java URL: https://github.com/apache/incubator-openwhisk-release/issues/137#issuecomment-387405467 regardless, we will need to remove the Oracle JDK as it is Category X (if we intend to release binaries) and understand it

[GitHub] markusthoemmes commented on issue #3623: Inconsistency in response of GET activations API call

2018-05-08 Thread GitBox
markusthoemmes commented on issue #3623: Inconsistency in response of GET activations API call URL: https://github.com/apache/incubator-openwhisk/issues/3623#issuecomment-387414158 FWIW any failures during trigger fires are ignored by the status code and it is **always** 0. I guess

[GitHub] rabbah opened a new pull request #171: Remove reference to Pair and replace with beskope class.

2018-05-08 Thread GitBox
rabbah opened a new pull request #171: Remove reference to Pair and replace with beskope class. URL: https://github.com/apache/incubator-openwhisk-package-cloudant/pull/171 This is related to removing the `Pair` class from the openwhisk repo.

[GitHub] rabbah commented on issue #3624: Replace WALA Pair with clean new Pair.

2018-05-08 Thread GitBox
rabbah commented on issue #3624: Replace WALA Pair with clean new Pair. URL: https://github.com/apache/incubator-openwhisk/pull/3624#issuecomment-387427873 This will need a PG. This is an automated message from the Apache

[GitHub] chetanmeh commented on issue #3613: Split test jobs in Travis

2018-05-08 Thread GitBox
chetanmeh commented on issue #3613: Split test jobs in Travis URL: https://github.com/apache/incubator-openwhisk/pull/3613#issuecomment-387433061 Post splitting of `build.sh` time has come down to ~ 31 mins

[GitHub] rabbah closed pull request #3609: Support "+json" content-types as WebAction input.

2018-05-08 Thread GitBox
rabbah closed pull request #3609: Support "+json" content-types as WebAction input. URL: https://github.com/apache/incubator-openwhisk/pull/3609 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

[GitHub] dgrove-oss commented on issue #172: add travis2slack webhook

2018-05-08 Thread GitBox
dgrove-oss commented on issue #172: add travis2slack webhook URL: https://github.com/apache/incubator-openwhisk-package-cloudant/pull/172#issuecomment-387447164 I'll post a screenshot here once the hook succeeds. Please don't merge before then in case I messed up the URL.

[GitHub] csantanapr commented on a change in pull request #3613: Split test jobs in Travis

2018-05-08 Thread GitBox
csantanapr commented on a change in pull request #3613: Split test jobs in Travis URL: https://github.com/apache/incubator-openwhisk/pull/3613#discussion_r186773922 ## File path: .travis.yml ## @@ -48,18 +48,32 @@ notifications: before_install: - pip install

[GitHub] dgrove-oss commented on issue #172: add travis2slack webhook

2018-05-08 Thread GitBox
dgrove-oss commented on issue #172: add travis2slack webhook URL: https://github.com/apache/incubator-openwhisk-package-cloudant/pull/172#issuecomment-387449258 Good to go. ![screen shot 2018-05-08 at 11 47 14

[GitHub] dgrove-oss opened a new pull request #172: add travis2slack webhook

2018-05-08 Thread GitBox
dgrove-oss opened a new pull request #172: add travis2slack webhook URL: https://github.com/apache/incubator-openwhisk-package-cloudant/pull/172 This is an automated message from the Apache Git Service. To respond to the

[GitHub] codecov-io commented on issue #3613: Split test jobs in Travis

2018-05-08 Thread GitBox
codecov-io commented on issue #3613: Split test jobs in Travis URL: https://github.com/apache/incubator-openwhisk/pull/3613#issuecomment-386723418 # [Codecov](https://codecov.io/gh/apache/incubator-openwhisk/pull/3613?src=pr=h1) Report > Merging

[GitHub] codecov-io commented on issue #3615: Terminate route for invalid list skip values

2018-05-08 Thread GitBox
codecov-io commented on issue #3615: Terminate route for invalid list skip values URL: https://github.com/apache/incubator-openwhisk/pull/3615#issuecomment-386757956 # [Codecov](https://codecov.io/gh/apache/incubator-openwhisk/pull/3615?src=pr=h1) Report > Merging

[GitHub] markusthoemmes commented on issue #3609: Support "+json" content-types as WebAction input.

2018-05-08 Thread GitBox
markusthoemmes commented on issue #3609: Support "+json" content-types as WebAction input. URL: https://github.com/apache/incubator-openwhisk/pull/3609#issuecomment-387441853 PG2 3101  This is an automated message from

[GitHub] csantanapr closed issue #114: docker-compose doesn't work unless I close chrome

2018-05-08 Thread GitBox
csantanapr closed issue #114: docker-compose doesn't work unless I close chrome URL: https://github.com/apache/incubator-openwhisk-devtools/issues/114 This is an automated message from the Apache Git Service. To respond to

[GitHub] csantanapr closed pull request #120: removed port check for ports 80 and 443

2018-05-08 Thread GitBox
csantanapr closed pull request #120: removed port check for ports 80 and 443 URL: https://github.com/apache/incubator-openwhisk-devtools/pull/120 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

[GitHub] chetanmeh commented on issue #3613: Split test jobs in Travis

2018-05-08 Thread GitBox
chetanmeh commented on issue #3613: Split test jobs in Travis URL: https://github.com/apache/incubator-openwhisk/pull/3613#issuecomment-387433061 Post splitting of `build.sh` time has come down to ~ 31 mins (current master is at 46 mins)

[GitHub] codecov-io commented on issue #3626: Add ASF license headers to all Scala .conf files.

2018-05-08 Thread GitBox
codecov-io commented on issue #3626: Add ASF license headers to all Scala .conf files. URL: https://github.com/apache/incubator-openwhisk/pull/3626#issuecomment-387448696 # [Codecov](https://codecov.io/gh/apache/incubator-openwhisk/pull/3626?src=pr=h1) Report > Merging

[GitHub] rabbah closed pull request #172: add travis2slack webhook

2018-05-08 Thread GitBox
rabbah closed pull request #172: add travis2slack webhook URL: https://github.com/apache/incubator-openwhisk-package-cloudant/pull/172 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] rabbah commented on issue #172: add travis2slack webhook

2018-05-08 Thread GitBox
rabbah commented on issue #172: add travis2slack webhook URL: https://github.com/apache/incubator-openwhisk-package-cloudant/pull/172#issuecomment-387452746 thanks! This is an automated message from the Apache Git Service.

[GitHub] csantanapr closed pull request #3599: bump nodejs6 1.8.1 -> 1.9.0, bump nodejs8 1.5.1 -> 1.6.0

2018-05-08 Thread GitBox
csantanapr closed pull request #3599: bump nodejs6 1.8.1 -> 1.9.0, bump nodejs8 1.5.1 -> 1.6.0 URL: https://github.com/apache/incubator-openwhisk/pull/3599 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] rabbah opened a new pull request #3624: Replace WALA Pair with clean new Pair.

2018-05-08 Thread GitBox
rabbah opened a new pull request #3624: Replace WALA Pair with clean new Pair. URL: https://github.com/apache/incubator-openwhisk/pull/3624 Replace generic `Pair` with simpler type that reflects actual usage. This removes the WALA code. ## Description ##

[GitHub] mrutkows opened a new pull request #33: Support .conf files in default ASF license scanning configurations

2018-05-08 Thread GitBox
mrutkows opened a new pull request #33: Support .conf files in default ASF license scanning configurations URL: https://github.com/apache/incubator-openwhisk-utilities/pull/33 This is an automated message from the Apache

[GitHub] dubee opened a new pull request #3625: Bump Ansible to 2.5.2

2018-05-08 Thread GitBox
dubee opened a new pull request #3625: Bump Ansible to 2.5.2 URL: https://github.com/apache/incubator-openwhisk/pull/3625 Kube has problems with Ansible 2.5.0 which are resolved in 2.5.2. ## Description ## Related issue and scope - [ ] I opened an issue to

[GitHub] fmaschler commented on issue #3603: Java root processes from kafka, controller and invoker

2018-05-08 Thread GitBox
fmaschler commented on issue #3603: Java root processes from kafka, controller and invoker URL: https://github.com/apache/incubator-openwhisk/issues/3603#issuecomment-387418005 This is exactly what I was looking for! I searched the issues before but not PR's... I will follow the

[GitHub] codecov-io commented on issue #3619: Provide an activation store SPI

2018-05-08 Thread GitBox
codecov-io commented on issue #3619: Provide an activation store SPI URL: https://github.com/apache/incubator-openwhisk/pull/3619#issuecomment-387224274 # [Codecov](https://codecov.io/gh/apache/incubator-openwhisk/pull/3619?src=pr=h1) Report > Merging

[GitHub] codecov-io commented on issue #3624: Replace WALA Pair with clean new Pair.

2018-05-08 Thread GitBox
codecov-io commented on issue #3624: Replace WALA Pair with clean new Pair. URL: https://github.com/apache/incubator-openwhisk/pull/3624#issuecomment-387426839 # [Codecov](https://codecov.io/gh/apache/incubator-openwhisk/pull/3624?src=pr=h1) Report > Merging

[GitHub] codecov-io commented on issue #3625: Bump Ansible to 2.5.2

2018-05-08 Thread GitBox
codecov-io commented on issue #3625: Bump Ansible to 2.5.2 URL: https://github.com/apache/incubator-openwhisk/pull/3625#issuecomment-387429533 # [Codecov](https://codecov.io/gh/apache/incubator-openwhisk/pull/3625?src=pr=h1) Report > Merging

  1   2   >