[GitHub] csantanapr closed pull request #1: Update Travis to use remote as the cli installation mode

2017-11-21 Thread GitBox
csantanapr closed pull request #1: Update Travis to use remote as the cli installation mode URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/1 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the

[GitHub] jthomas commented on a change in pull request #3: support large arguments

2018-01-26 Thread GitBox
jthomas commented on a change in pull request #3: support large arguments URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/3#discussion_r164169939 ## File path: core/actionProxy/actionproxy.py ## @@ -127,18 +127,29 @@ def error(msg): try:

[GitHub] jthomas commented on a change in pull request #3: support large arguments

2018-01-26 Thread GitBox
jthomas commented on a change in pull request #3: support large arguments URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/3#discussion_r164169939 ## File path: core/actionProxy/actionproxy.py ## @@ -127,18 +127,29 @@ def error(msg): try:

[GitHub] jthomas commented on issue #3: support large arguments

2018-01-26 Thread GitBox
jthomas commented on issue #3: support large arguments URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/3#issuecomment-360848476 LGTM. This is an automated message from the Apache Git Service. To

[GitHub] RSulzmann opened a new pull request #3: support large arguments

2018-01-24 Thread GitBox
RSulzmann opened a new pull request #3: support large arguments URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/3 There is a limit of the argument size in a command line (MAX_ARG_STRLEN = 131071 bytes) . To support larger sizes, the input to the action code is

[GitHub] rabbah commented on issue #3: support large arguments

2018-01-24 Thread GitBox
rabbah commented on issue #3: support large arguments URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/3#issuecomment-360211242 Closes https://github.com/apache/incubator-openwhisk/issues/2542. @jthomas can you review.

[GitHub] rabbah commented on a change in pull request #3: support large arguments

2018-01-24 Thread GitBox
rabbah commented on a change in pull request #3: support large arguments URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/3#discussion_r163620453 ## File path: core/actionProxy/actionproxy.py ## @@ -127,18 +127,29 @@ def error(msg): try:

[GitHub] rabbah commented on issue #3: support large arguments

2018-01-24 Thread GitBox
rabbah commented on issue #3: support large arguments URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/3#issuecomment-360211763 We will need to add a test. You can use this example, which I did for swift to test the change.

[GitHub] csantanapr commented on issue #4: fix travis CI/CD

2018-01-26 Thread GitBox
csantanapr commented on issue #4: fix travis CI/CD URL: https://github.com/apache/incubator-openwhisk-runtime-docker/issues/4#issuecomment-360924634 Currently broken, it should be easy to fix in the

[GitHub] csantanapr opened a new issue #8: in certain environments with ipv6 disable

2018-01-26 Thread GitBox
csantanapr opened a new issue #8: in certain environments with ipv6 disable URL: https://github.com/apache/incubator-openwhisk-runtime-docker/issues/8 >Not being specific here causes python3 to try an ipv6 address first which fails on kernels/OS which do not contain the ipv6 module.

[GitHub] csantanapr opened a new pull request #12: adds jq perl zip git

2018-01-26 Thread GitBox
csantanapr opened a new pull request #12: adds jq perl zip git URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/12 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] csantanapr commented on issue #5: Add perl to dockerskeleton

2018-01-26 Thread GitBox
csantanapr commented on issue #5: Add perl to dockerskeleton URL: https://github.com/apache/incubator-openwhisk-runtime-docker/issues/5#issuecomment-360924902 cc @rabbah This is an automated message from the Apache Git

[GitHub] csantanapr opened a new issue #7: input larger than 128KB not working

2018-01-26 Thread GitBox
csantanapr opened a new issue #7: input larger than 128KB not working URL: https://github.com/apache/incubator-openwhisk-runtime-docker/issues/7 Fix by #3 This is an automated message from the Apache Git Service. To respond

[GitHub] csantanapr opened a new issue #9: add git utility to docker actions

2018-01-26 Thread GitBox
csantanapr opened a new issue #9: add git utility to docker actions URL: https://github.com/apache/incubator-openwhisk-runtime-docker/issues/9 Would be useful to have git utility in dockerskeleton Allows users to build devops actions where they can git clone and build/compile/package

[GitHub] csantanapr opened a new pull request #11: Issue 4 fix travis build

2018-01-26 Thread GitBox
csantanapr opened a new pull request #11: Issue 4 fix travis build URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/11 This is an automated message from the Apache Git Service. To respond to the

[GitHub] rabbah closed issue #4: fix travis CI/CD

2018-01-27 Thread GitBox
rabbah closed issue #4: fix travis CI/CD URL: https://github.com/apache/incubator-openwhisk-runtime-docker/issues/4 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] rabbah closed pull request #11: fix travis build

2018-01-27 Thread GitBox
rabbah closed pull request #11: fix travis build URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/11 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 foreign pull

[GitHub] csantanapr commented on issue #11: fix travis build

2018-01-27 Thread GitBox
csantanapr commented on issue #11: fix travis build URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/11#issuecomment-360980736 Could someone merge this? ?? This is an automated message from the

[GitHub] csantanapr commented on issue #3: support large arguments

2018-02-04 Thread GitBox
csantanapr commented on issue #3: support large arguments URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/3#issuecomment-362906189 Yep you read my mind ? This is an automated message from the Apache

[GitHub] rabbah commented on a change in pull request #12: adds jq perl zip git

2018-02-04 Thread GitBox
rabbah commented on a change in pull request #12: adds jq perl zip git URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/12#discussion_r165839302 ## File path: core/actionProxy/Dockerfile ## @@ -2,11 +2,8 @@ FROM python:3.6.1-alpine # Upgrade and

[GitHub] csantanapr commented on a change in pull request #3: support large arguments

2018-02-04 Thread GitBox
csantanapr commented on a change in pull request #3: support large arguments URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/3#discussion_r165844124 ## File path: core/actionProxy/actionproxy.py ## @@ -127,18 +128,29 @@ def error(msg):

[GitHub] csantanapr commented on a change in pull request #12: adds jq perl zip git

2018-02-04 Thread GitBox
csantanapr commented on a change in pull request #12: adds jq perl zip git URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/12#discussion_r165847397 ## File path: core/actionProxy/Dockerfile ## @@ -2,11 +2,8 @@ FROM python:3.6.1-alpine # Upgrade

[GitHub] csantanapr closed issue #10: add zip to dockerskeleton

2018-02-05 Thread GitBox
csantanapr closed issue #10: add zip to dockerskeleton URL: https://github.com/apache/incubator-openwhisk-runtime-docker/issues/10 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] csantanapr opened a new pull request #14: refactor large input tests to include perl and python

2018-02-05 Thread GitBox
csantanapr opened a new pull request #14: refactor large input tests to include perl and python URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/14 This is an automated message from the Apache Git

[GitHub] csantanapr closed issue #6: Add jq utility

2018-02-05 Thread GitBox
csantanapr closed issue #6: Add jq utility URL: https://github.com/apache/incubator-openwhisk-runtime-docker/issues/6 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] csantanapr closed issue #9: add git utility to docker actions

2018-02-05 Thread GitBox
csantanapr closed issue #9: add git utility to docker actions URL: https://github.com/apache/incubator-openwhisk-runtime-docker/issues/9 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] csantanapr closed issue #7: input larger than 128KB not working

2018-02-05 Thread GitBox
csantanapr closed issue #7: input larger than 128KB not working URL: https://github.com/apache/incubator-openwhisk-runtime-docker/issues/7 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] csantanapr closed issue #8: in certain environments with ipv6 disable

2018-02-05 Thread GitBox
csantanapr closed issue #8: in certain environments with ipv6 disable URL: https://github.com/apache/incubator-openwhisk-runtime-docker/issues/8 This is an automated message from the Apache Git Service. To respond to the

[GitHub] csantanapr closed issue #5: Add perl to dockerskeleton

2018-02-03 Thread GitBox
csantanapr closed issue #5: Add perl to dockerskeleton URL: https://github.com/apache/incubator-openwhisk-runtime-docker/issues/5 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] csantanapr closed pull request #2: Create socket on specific ipv4 address.

2018-02-04 Thread GitBox
csantanapr closed pull request #2: Create socket on specific ipv4 address. URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/2 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:

[GitHub] mrutkows commented on issue #1: Migration of Red Hat's existing work to the new ASF Incubator Repo

2018-07-12 Thread GitBox
mrutkows commented on issue #1: Migration of Red Hat's existing work to the new ASF Incubator Repo URL: https://github.com/apache/incubator-openwhisk-deploy-openshift/pull/1#issuecomment-404603414 @bwmcadams and thanks for preserving the Git history

[GitHub] bwmcadams opened a new pull request #1: Migration of Red Hat's existing work to the new ASF Incubator Repo

2018-07-12 Thread GitBox
bwmcadams opened a new pull request #1: Migration of Red Hat's existing work to the new ASF Incubator Repo URL: https://github.com/apache/incubator-openwhisk-deploy-openshift/pull/1 This comprises the work Red Hat has done thus far on making OpenShift and OpenWhisk work together. It

[GitHub] dgrove-oss commented on issue #1: Initial import of the Composer code

2018-10-03 Thread GitBox
dgrove-oss commented on issue #1: Initial import of the Composer code URL: https://github.com/apache/incubator-openwhisk-composer/pull/1#issuecomment-426771696 Scancode is clean: ``` daves-mbp:incubator-openwhisk-utilities dgrove$ ./scancode/scanCode.py --config

[GitHub] tardieu commented on issue #2: more boilerplate: fix DISCLAIMER; add CONTRIBUTING

2018-10-03 Thread GitBox
tardieu commented on issue #2: more boilerplate: fix DISCLAIMER; add CONTRIBUTING URL: https://github.com/apache/incubator-openwhisk-composer/pull/2#issuecomment-426781083 I propose `openwhisk-composer` for the npm package name.

[GitHub] tardieu opened a new pull request #1: Initial import of the Composer code

2018-10-03 Thread GitBox
tardieu opened a new pull request #1: Initial import of the Composer code URL: https://github.com/apache/incubator-openwhisk-composer/pull/1 IBM is donating the implementation of Composer (previously available https://github.com/ibm-functions/composer at under the Apache 2 license) to the

[GitHub] dgrove-oss opened a new pull request #2: more boilerplate: fix DISCLAIMER; add CONTRIBUTING

2018-10-03 Thread GitBox
dgrove-oss opened a new pull request #2: more boilerplate: fix DISCLAIMER; add CONTRIBUTING URL: https://github.com/apache/incubator-openwhisk-composer/pull/2 This is an automated message from the Apache Git Service. To

[GitHub] dgrove-oss closed pull request #1: Initial import of the Composer code

2018-10-03 Thread GitBox
dgrove-oss closed pull request #1: Initial import of the Composer code URL: https://github.com/apache/incubator-openwhisk-composer/pull/1 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] dgrove-oss commented on issue #1: Initial import of the Composer code

2018-10-03 Thread GitBox
dgrove-oss commented on issue #1: Initial import of the Composer code URL: https://github.com/apache/incubator-openwhisk-composer/pull/1#issuecomment-426771838 This is the contribution from IBM that is documented in https://issues.apache.org/jira/browse/INCUBATOR-222

[GitHub] dgrove-oss commented on issue #2: more boilerplate: fix DISCLAIMER; add CONTRIBUTING

2018-10-03 Thread GitBox
dgrove-oss commented on issue #2: more boilerplate: fix DISCLAIMER; add CONTRIBUTING URL: https://github.com/apache/incubator-openwhisk-composer/pull/2#issuecomment-426780383 that's the name of the old NPM module. The thought was to leave the npm module intact for a short time until we

[GitHub] rabbah commented on issue #2: more boilerplate: fix DISCLAIMER; add CONTRIBUTING

2018-10-03 Thread GitBox
rabbah commented on issue #2: more boilerplate: fix DISCLAIMER; add CONTRIBUTING URL: https://github.com/apache/incubator-openwhisk-composer/pull/2#issuecomment-426778537 can you fix the ibm mention in the README? This is an

[GitHub] rabbah edited a comment on issue #2: more boilerplate: fix DISCLAIMER; add CONTRIBUTING

2018-10-03 Thread GitBox
rabbah edited a comment on issue #2: more boilerplate: fix DISCLAIMER; add CONTRIBUTING URL: https://github.com/apache/incubator-openwhisk-composer/pull/2#issuecomment-426778537 can you fix the ibm mention in the README? `@ibm-functions/composer`

[GitHub] [incubator-openwhisk-runtime-rust] bruceadams opened a new pull request #1: Proposed changes to action_loop

2019-03-07 Thread GitBox
bruceadams opened a new pull request #1: Proposed changes to action_loop URL: https://github.com/apache/incubator-openwhisk-runtime-rust/pull/1 The key change here is using more of the power of Serde for parsing the input. There are several other, bigger picture things that should

[GitHub] [incubator-openwhisk-runtime-rust] sciabarracom merged pull request #1: Proposed changes to action_loop

2019-03-08 Thread GitBox
sciabarracom merged pull request #1: Proposed changes to action_loop URL: https://github.com/apache/incubator-openwhisk-runtime-rust/pull/1 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-openwhisk-runtime-rust] sciabarracom commented on issue #1: Proposed changes to action_loop

2019-03-07 Thread GitBox
sciabarracom commented on issue #1: Proposed changes to action_loop URL: https://github.com/apache/incubator-openwhisk-runtime-rust/pull/1#issuecomment-470587428 I am asking Roberto Diaz opinion as he is the original author of the Go ActionLoop

[GitHub] [incubator-openwhisk-runtime-rust] bruceadams edited a comment on issue #1: Proposed changes to action_loop

2019-03-07 Thread GitBox
bruceadams edited a comment on issue #1: Proposed changes to action_loop URL: https://github.com/apache/incubator-openwhisk-runtime-rust/pull/1#issuecomment-470714058 Ah, yup. Right there in the documentation https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html > If

[GitHub] [incubator-openwhisk-runtime-rust] sciabarracom commented on issue #1: Proposed changes to action_loop

2019-03-07 Thread GitBox
sciabarracom commented on issue #1: Proposed changes to action_loop URL: https://github.com/apache/incubator-openwhisk-runtime-rust/pull/1#issuecomment-470717971 Is it possible to get a fix also for the example? This is an

[GitHub] [incubator-openwhisk-runtime-rust] rdiaz82 commented on issue #1: Proposed changes to action_loop

2019-03-07 Thread GitBox
rdiaz82 commented on issue #1: Proposed changes to action_loop URL: https://github.com/apache/incubator-openwhisk-runtime-rust/pull/1#issuecomment-470720792 I would like to see this method signature `fn main(input_data: Value) -> Result` I have tested locally and it works nice

[GitHub] [incubator-openwhisk-runtime-rust] rdiaz82 commented on issue #1: Proposed changes to action_loop

2019-03-07 Thread GitBox
rdiaz82 commented on issue #1: Proposed changes to action_loop URL: https://github.com/apache/incubator-openwhisk-runtime-rust/pull/1#issuecomment-470724708 we can create one specific for that, what about `{"result": "error generating output response"}` or something like that

[GitHub] [incubator-openwhisk-runtime-rust] bruceadams commented on issue #1: Proposed changes to action_loop

2019-03-07 Thread GitBox
bruceadams commented on issue #1: Proposed changes to action_loop URL: https://github.com/apache/incubator-openwhisk-runtime-rust/pull/1#issuecomment-470714058 Ah, yup. Right there in the documentation https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html > If you’re

[GitHub] [incubator-openwhisk-runtime-rust] bruceadams edited a comment on issue #1: Proposed changes to action_loop

2019-03-07 Thread GitBox
bruceadams edited a comment on issue #1: Proposed changes to action_loop URL: https://github.com/apache/incubator-openwhisk-runtime-rust/pull/1#issuecomment-470712862 My understanding it that Rust projects that produce a binary _should_ check `Cargo.lock` into source control and Rust

[GitHub] [incubator-openwhisk-runtime-rust] rdiaz82 commented on issue #1: Proposed changes to action_loop

2019-03-07 Thread GitBox
rdiaz82 commented on issue #1: Proposed changes to action_loop URL: https://github.com/apache/incubator-openwhisk-runtime-rust/pull/1#issuecomment-470725225 I think that we should move this conversation to other place, to not spam the PR. I think that we can merge it and continue from

[GitHub] [incubator-openwhisk-runtime-rust] sciabarracom commented on issue #1: Proposed changes to action_loop

2019-03-07 Thread GitBox
sciabarracom commented on issue #1: Proposed changes to action_loop URL: https://github.com/apache/incubator-openwhisk-runtime-rust/pull/1#issuecomment-470725579 Ok give me the time to check if it builds and I will merge

[GitHub] [incubator-openwhisk-runtime-rust] rdiaz82 commented on a change in pull request #1: Proposed changes to action_loop

2019-03-07 Thread GitBox
rdiaz82 commented on a change in pull request #1: Proposed changes to action_loop URL: https://github.com/apache/incubator-openwhisk-runtime-rust/pull/1#discussion_r263592618 ## File path: rust1.32/src/action_loop/src/main.rs ## @@ -1,49 +1,46 @@ -extern crate

[GitHub] [incubator-openwhisk-runtime-rust] sciabarracom commented on issue #1: Proposed changes to action_loop

2019-03-07 Thread GitBox
sciabarracom commented on issue #1: Proposed changes to action_loop URL: https://github.com/apache/incubator-openwhisk-runtime-rust/pull/1#issuecomment-470722586 Which JSON the mainloop will emit if the result is an error?

[GitHub] [incubator-openwhisk-runtime-rust] bruceadams commented on a change in pull request #1: Proposed changes to action_loop

2019-03-07 Thread GitBox
bruceadams commented on a change in pull request #1: Proposed changes to action_loop URL: https://github.com/apache/incubator-openwhisk-runtime-rust/pull/1#discussion_r263588112 ## File path: rust1.32/src/action_loop/src/main.rs ## @@ -1,49 +1,46 @@ -extern crate

[GitHub] [incubator-openwhisk-runtime-rust] rdiaz82 commented on a change in pull request #1: Proposed changes to action_loop

2019-03-07 Thread GitBox
rdiaz82 commented on a change in pull request #1: Proposed changes to action_loop URL: https://github.com/apache/incubator-openwhisk-runtime-rust/pull/1#discussion_r263540710 ## File path: rust1.32/src/action_loop/src/main.rs ## @@ -1,49 +1,46 @@ -extern crate

[GitHub] [incubator-openwhisk-runtime-rust] bruceadams commented on a change in pull request #1: Proposed changes to action_loop

2019-03-07 Thread GitBox
bruceadams commented on a change in pull request #1: Proposed changes to action_loop URL: https://github.com/apache/incubator-openwhisk-runtime-rust/pull/1#discussion_r263590593 ## File path: rust1.32/src/action_loop/src/main.rs ## @@ -1,49 +1,46 @@ -extern crate

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas opened a new issue #1: Provider should be installable using Helm

2019-04-18 Thread GitBox
jthomas opened a new issue #1: Provider should be installable using Helm URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/issues/1 Follow same approach to other project components and allow providers to be installed with Helm charts.

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas opened a new issue #2: Trigger manager should return failures for trigger firing

2019-05-17 Thread GitBox
jthomas opened a new issue #2: Trigger manager should return failures for trigger firing URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/issues/2 https://github.com/apache/incubator-openwhisk-pluggable-provider/blob/master/provider/lib/triggers_manager.js#L202-L240

[GitHub] [incubator-openwhisk-pluggable-provider] markusthoemmes commented on a change in pull request #3: Fixing numerous issues discovered whilst developing new event source

2019-06-04 Thread GitBox
markusthoemmes commented on a change in pull request #3: Fixing numerous issues discovered whilst developing new event source URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/pull/3#discussion_r290255887 ## File path: provider/lib/triggers_manager.js

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas commented on a change in pull request #3: Fixing numerous issues discovered whilst developing new event source

2019-06-04 Thread GitBox
jthomas commented on a change in pull request #3: Fixing numerous issues discovered whilst developing new event source URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/pull/3#discussion_r290292293 ## File path: provider/lib/triggers_manager.js ## @@

[GitHub] [incubator-openwhisk-pluggable-provider] markusthoemmes commented on a change in pull request #3: Fixing numerous issues discovered whilst developing new event source

2019-06-04 Thread GitBox
markusthoemmes commented on a change in pull request #3: Fixing numerous issues discovered whilst developing new event source URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/pull/3#discussion_r290255720 ## File path: actions/event-actions/changesWebAction.js

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas commented on a change in pull request #3: Fixing numerous issues discovered whilst developing new event source

2019-06-04 Thread GitBox
jthomas commented on a change in pull request #3: Fixing numerous issues discovered whilst developing new event source URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/pull/3#discussion_r290289829 ## File path: actions/event-actions/changesWebAction.js

[GitHub] [incubator-openwhisk-pluggable-provider] markusthoemmes commented on a change in pull request #3: Fixing numerous issues discovered whilst developing new event source

2019-06-04 Thread GitBox
markusthoemmes commented on a change in pull request #3: Fixing numerous issues discovered whilst developing new event source URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/pull/3#discussion_r290293704 ## File path: actions/event-actions/changesWebAction.js

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas commented on issue #1: Provider should be installable using Helm

2019-06-05 Thread GitBox
jthomas commented on issue #1: Provider should be installable using Helm URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/issues/1#issuecomment-499146909 Work for this has started in https://github.com/apache/incubator-openwhisk-deploy-kube/pull/474

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas opened a new issue #7: Set up Travis to publish images to Docker Hub

2019-06-05 Thread GitBox
jthomas opened a new issue #7: Set up Travis to publish images to Docker Hub URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/issues/7 This pluggable provider should be made available as an official image on DH.

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas opened a new pull request #6: Removing Cloudant references

2019-06-05 Thread GitBox
jthomas opened a new pull request #6: Removing Cloudant references URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/pull/6 Continuing work to remove old references to Cloudant from the original fork. This includes - Adding new systems tests for generic

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas merged pull request #6: Removing Cloudant references

2019-06-05 Thread GitBox
jthomas merged pull request #6: Removing Cloudant references URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/pull/6 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas closed issue #4: Re-factor tests for new pluggable provider

2019-06-05 Thread GitBox
jthomas closed issue #4: Re-factor tests for new pluggable provider URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/issues/4 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas opened a new issue #5: Build is broken due to scancode issues.

2019-06-05 Thread GitBox
jthomas opened a new issue #5: Build is broken due to scancode issues. URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/issues/5 https://travis-ci.org/apache/incubator-openwhisk-pluggable-provider/builds

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas commented on a change in pull request #8: Fixing scancode issues.

2019-06-14 Thread GitBox
jthomas commented on a change in pull request #8: Fixing scancode issues. URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/pull/8#discussion_r293856268 ## File path: .travis.yml ## @@ -1,4 +1,5 @@ -# A Travis CI configuration file. Review comment:

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas opened a new pull request #8: Fixing scancode issues.

2019-06-14 Thread GitBox
jthomas opened a new pull request #8: Fixing scancode issues. URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/pull/8 See https://travis-ci.org/apache/incubator-openwhisk-pluggable-provider/builds/535290433?utm_source=github_status_medium=notification for issues.

[GitHub] [incubator-openwhisk-pluggable-provider] rabbah commented on a change in pull request #8: Fixing scancode issues.

2019-06-14 Thread GitBox
rabbah commented on a change in pull request #8: Fixing scancode issues. URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/pull/8#discussion_r293854937 ## File path: gradle/wrapper/gradle-wrapper.properties ## @@ -1,3 +1,6 @@ +# Licensed to the Apache

[GitHub] [incubator-openwhisk-pluggable-provider] rabbah commented on a change in pull request #8: Fixing scancode issues.

2019-06-14 Thread GitBox
rabbah commented on a change in pull request #8: Fixing scancode issues. URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/pull/8#discussion_r293854656 ## File path: .travis.yml ## @@ -1,4 +1,5 @@ -# A Travis CI configuration file. Review comment:

[GitHub] [incubator-openwhisk-pluggable-provider] mrutkows commented on a change in pull request #8: Fixing scancode issues.

2019-06-17 Thread GitBox
mrutkows commented on a change in pull request #8: Fixing scancode issues. URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/pull/8#discussion_r294308645 ## File path: gradle/wrapper/gradle-wrapper.properties ## @@ -1,3 +1,6 @@ +# Licensed to the

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas commented on issue #7: Set up Travis to publish images to Docker Hub

2019-06-25 Thread GitBox
jthomas commented on issue #7: Set up Travis to publish images to Docker Hub URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/issues/7#issuecomment-505382910 The build process is broken

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas commented on a change in pull request #8: Fixing scancode issues.

2019-06-17 Thread GitBox
jthomas commented on a change in pull request #8: Fixing scancode issues. URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/pull/8#discussion_r294325716 ## File path: gradle/wrapper/gradle-wrapper.properties ## @@ -1,3 +1,6 @@ +# Licensed to the Apache

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas commented on a change in pull request #8: Fixing scancode issues.

2019-06-17 Thread GitBox
jthomas commented on a change in pull request #8: Fixing scancode issues. URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/pull/8#discussion_r294325898 ## File path: .travis.yml ## @@ -1,4 +1,5 @@ -# A Travis CI configuration file. Review comment:

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas merged pull request #8: Fixing scancode issues.

2019-06-24 Thread GitBox
jthomas merged pull request #8: Fixing scancode issues. URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/pull/8 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas opened a new pull request #3: Fixing numerous issues discovered whilst developing new event source

2019-05-21 Thread GitBox
jthomas opened a new pull request #3: Fixing numerous issues discovered whilst developing new event source URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/pull/3 Whilst developing a new event source (https://github.com/jthomas/openwhisk-amqp-trigger-feed) for the

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas closed issue #2: Trigger manager should return failures for trigger firing

2019-05-21 Thread GitBox
jthomas closed issue #2: Trigger manager should return failures for trigger firing URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/issues/2 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas opened a new issue #4: Re-factor tests for new pluggable provider

2019-05-21 Thread GitBox
jthomas opened a new issue #4: Re-factor tests for new pluggable provider URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/issues/4 - Existing tests have been copied wholesale from original Cloudant project. These needs re-working for this project.

[GitHub] [openwhisk-pluggable-provider] jthomas opened a new pull request #10: Fixing WSK_CLI definition.

2019-08-05 Thread GitBox
jthomas opened a new pull request #10: Fixing WSK_CLI definition. URL: https://github.com/apache/openwhisk-pluggable-provider/pull/10 Needed to resolve https://github.com/apache/openwhisk-deploy-kube/pull/474 This is an

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas opened a new pull request #9: Fix invalid Travis credentials and change tag to nightly

2019-07-25 Thread GitBox
jthomas opened a new pull request #9: Fix invalid Travis credentials and change tag to nightly URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/pull/9 This is an automated message from the Apache Git

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas merged pull request #9: Fix invalid Travis credentials and change tag to nightly

2019-07-25 Thread GitBox
jthomas merged pull request #9: Fix invalid Travis credentials and change tag to nightly URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/pull/9 This is an automated message from the Apache Git Service.

[GitHub] [incubator-openwhisk-pluggable-provider] jthomas closed issue #5: Build is broken due to scancode issues.

2019-07-25 Thread GitBox
jthomas closed issue #5: Build is broken due to scancode issues. URL: https://github.com/apache/incubator-openwhisk-pluggable-provider/issues/5 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [openwhisk-runtime-deno] rabbah commented on a change in pull request #2: Add deno runtime

2020-09-10 Thread GitBox
rabbah commented on a change in pull request #2: URL: https://github.com/apache/openwhisk-runtime-deno/pull/2#discussion_r486587116 ## File path: .travis.yml ## @@ -0,0 +1,61 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license

[GitHub] [openwhisk-runtime-deno] rabbah commented on pull request #2: Add deno runtime

2020-10-10 Thread GitBox
rabbah commented on pull request #2: URL: https://github.com/apache/openwhisk-runtime-deno/pull/2#issuecomment-706631629 @satyarohith let's avoid the "loop" part of the naming in the docker images and class names - it's historical and no longer necessary to make that distinction. Since

[GitHub] [openwhisk-runtime-deno] rabbah opened a new pull request #1: Add keywords, issues, configure merge button.

2020-08-19 Thread GitBox
rabbah opened a new pull request #1: URL: https://github.com/apache/openwhisk-runtime-deno/pull/1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [openwhisk-runtime-deno] rabbah merged pull request #1: Add keywords, issues, configure merge button.

2020-08-19 Thread GitBox
rabbah merged pull request #1: URL: https://github.com/apache/openwhisk-runtime-deno/pull/1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [openwhisk-runtime-deno] satyarohith opened a new pull request #2: Add deno runtime

2020-08-26 Thread GitBox
satyarohith opened a new pull request #2: URL: https://github.com/apache/openwhisk-runtime-deno/pull/2 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [openwhisk-pluggable-provider] agnithamohan opened a new issue #12: npm test failed "Cannot find module 'noop-trigger-feed'"

2021-04-05 Thread GitBox
agnithamohan opened a new issue #12: URL: https://github.com/apache/openwhisk-pluggable-provider/issues/12 Hello, I've deployed openwhisk to Kubernetes by following [openwhisk-deploy-kube](https://github.com/apache/openwhisk-deploy-kube) using kind and the helm charts. I'm using

[GitHub] [openwhisk-pluggable-provider] rabbah merged pull request #11: chore: fix spelling and grammar

2021-03-09 Thread GitBox
rabbah merged pull request #11: URL: https://github.com/apache/openwhisk-pluggable-provider/pull/11 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [openwhisk-pluggable-provider] jbampton opened a new pull request #11: chore: fix spelling and grammar

2021-03-09 Thread GitBox
jbampton opened a new pull request #11: URL: https://github.com/apache/openwhisk-pluggable-provider/pull/11 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [openwhisk-runtime-deno] rabbah opened a new pull request #4: Add baseline docs etc.

2021-03-01 Thread GitBox
rabbah opened a new pull request #4: URL: https://github.com/apache/openwhisk-runtime-deno/pull/4 This add some ancillary files (License, contribution guide, gradle) and splits them out of #3 to reduce the initial runtime PR.

[GitHub] [openwhisk-runtime-deno] rabbah opened a new pull request #5: Implementation of the Deno runtime.

2021-03-01 Thread GitBox
rabbah opened a new pull request #5: URL: https://github.com/apache/openwhisk-runtime-deno/pull/5 This PR reduces the change set to introduce the Deno runtime implementation to the salient code. This is an automated

[GitHub] [openwhisk-runtime-deno] rabbah commented on a change in pull request #3: Implementation of the Deno runtime.

2021-03-01 Thread GitBox
rabbah commented on a change in pull request #3: URL: https://github.com/apache/openwhisk-runtime-deno/pull/3#discussion_r584954875 ## File path: .travis.yml ## @@ -0,0 +1,42 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license

[GitHub] [openwhisk-runtime-deno] rabbah closed pull request #3: Implementation of the Deno runtime.

2021-03-01 Thread GitBox
rabbah closed pull request #3: URL: https://github.com/apache/openwhisk-runtime-deno/pull/3 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [openwhisk-runtime-deno] rabbah commented on pull request #3: Implementation of the Deno runtime.

2021-03-01 Thread GitBox
rabbah commented on pull request #3: URL: https://github.com/apache/openwhisk-runtime-deno/pull/3#issuecomment-788201501 Replaced by two smaller PRs #4 and #5. This is an automated message from the Apache Git Service. To

[GitHub] [openwhisk-runtime-deno] rabbah commented on a change in pull request #5: Implementation of the Deno runtime.

2021-03-01 Thread GitBox
rabbah commented on a change in pull request #5: URL: https://github.com/apache/openwhisk-runtime-deno/pull/5#discussion_r585110269 ## File path: .travis.yml ## @@ -25,3 +25,18 @@ before_install: install: true script: - "./tools/travis/scan.sh && ./tools/travis/build.sh &&

  1   2   >