[GitHub] [openwhisk-release] rabbah commented on a change in pull request #349: Add a flag to remove the temporal directory.

2020-10-05 Thread GitBox
rabbah commented on a change in pull request #349: URL: https://github.com/apache/openwhisk-release/pull/349#discussion_r499987120 ## File path: tools/rcverify.sh ## @@ -216,3 +218,9 @@ echo $(tput setaf 6) echo run the following command to remove the scratch space: echo " r

[GitHub] [openwhisk-release] style95 commented on a change in pull request #349: Add a flag to remove the temporal directory.

2020-10-05 Thread GitBox
style95 commented on a change in pull request #349: URL: https://github.com/apache/openwhisk-release/pull/349#discussion_r500014091 ## File path: tools/rcverify.sh ## @@ -216,3 +218,9 @@ echo $(tput setaf 6) echo run the following command to remove the scratch space: echo "

[GitHub] [openwhisk] shazron opened a new pull request #4991: fix: add new Windows docker.exe location

2020-10-05 Thread GitBox
shazron opened a new pull request #4991: URL: https://github.com/apache/openwhisk/pull/4991 See https://github.com/docker/for-win/issues/7898 See https://github.com/adobe/aio-cli-plugin-app/issues/304 ## Description The Windows docker.exe location has been change

[GitHub] [openwhisk-release] rabbah commented on a change in pull request #349: Add a flag to remove the temporal directory.

2020-10-05 Thread GitBox
rabbah commented on a change in pull request #349: URL: https://github.com/apache/openwhisk-release/pull/349#discussion_r500037641 ## File path: tools/rcverify.sh ## @@ -38,6 +38,8 @@ V=${3?"missing version e.g., '3.19.0'"} # the release candidate, usualy 'rc1' RC=${4:-rc1}

[GitHub] [openwhisk-release] rabbah commented on a change in pull request #349: Add a flag to remove the temporal directory.

2020-10-05 Thread GitBox
rabbah commented on a change in pull request #349: URL: https://github.com/apache/openwhisk-release/pull/349#discussion_r500038477 ## File path: tools/rcverify.sh ## @@ -38,6 +38,8 @@ V=${3?"missing version e.g., '3.19.0'"} # the release candidate, usualy 'rc1' RC=${4:-rc1}

[GitHub] [openwhisk-release] rabbah commented on a change in pull request #349: Add a flag to remove the temporal directory.

2020-10-05 Thread GitBox
rabbah commented on a change in pull request #349: URL: https://github.com/apache/openwhisk-release/pull/349#discussion_r500037641 ## File path: tools/rcverify.sh ## @@ -38,6 +38,8 @@ V=${3?"missing version e.g., '3.19.0'"} # the release candidate, usualy 'rc1' RC=${4:-rc1}

[GitHub] [openwhisk-release] rabbah commented on a change in pull request #349: Add a flag to remove the temporal directory.

2020-10-05 Thread GitBox
rabbah commented on a change in pull request #349: URL: https://github.com/apache/openwhisk-release/pull/349#discussion_r500038477 ## File path: tools/rcverify.sh ## @@ -38,6 +38,8 @@ V=${3?"missing version e.g., '3.19.0'"} # the release candidate, usualy 'rc1' RC=${4:-rc1}

[GitHub] [openwhisk-release] rabbah commented on a change in pull request #349: Add a flag to remove the temporal directory.

2020-10-05 Thread GitBox
rabbah commented on a change in pull request #349: URL: https://github.com/apache/openwhisk-release/pull/349#discussion_r500037641 ## File path: tools/rcverify.sh ## @@ -38,6 +38,8 @@ V=${3?"missing version e.g., '3.19.0'"} # the release candidate, usualy 'rc1' RC=${4:-rc1}

[GitHub] [openwhisk-release] rabbah commented on a change in pull request #349: Add a flag to remove the temporal directory.

2020-10-05 Thread GitBox
rabbah commented on a change in pull request #349: URL: https://github.com/apache/openwhisk-release/pull/349#discussion_r500037966 ## File path: tools/rcverify.sh ## @@ -212,7 +214,15 @@ packageJsonCheckVersion "$DIR/$BASE/package.json" $V printf "scanning package-lock.json fo

[GitHub] [openwhisk-release] style95 commented on a change in pull request #349: Add a flag to remove the temporal directory.

2020-10-06 Thread GitBox
style95 commented on a change in pull request #349: URL: https://github.com/apache/openwhisk-release/pull/349#discussion_r500050275 ## File path: tools/rcverify.sh ## @@ -38,6 +38,8 @@ V=${3?"missing version e.g., '3.19.0'"} # the release candidate, usualy 'rc1' RC=${4:-rc1}

[GitHub] [openwhisk-release] style95 commented on a change in pull request #349: Add a flag to remove the temporal directory.

2020-10-06 Thread GitBox
style95 commented on a change in pull request #349: URL: https://github.com/apache/openwhisk-release/pull/349#discussion_r500054944 ## File path: tools/rcverify.sh ## @@ -38,6 +38,8 @@ V=${3?"missing version e.g., '3.19.0'"} # the release candidate, usualy 'rc1' RC=${4:-rc1}

[GitHub] [openwhisk] style95 commented on a change in pull request #4855: Improvements to parameter encryption to support per-namespace keys

2020-10-06 Thread GitBox
style95 commented on a change in pull request #4855: URL: https://github.com/apache/openwhisk/pull/4855#discussion_r499346321 ## File path: common/scala/src/main/scala/org/apache/openwhisk/core/entity/ParameterEncryption.scala ## @@ -26,79 +26,85 @@ import javax.crypto.spec.{G

[GitHub] [openwhisk-release] rabbah commented on a change in pull request #349: Add a flag to remove the temporal directory.

2020-10-06 Thread GitBox
rabbah commented on a change in pull request #349: URL: https://github.com/apache/openwhisk-release/pull/349#discussion_r500246386 ## File path: tools/rcverify.sh ## @@ -38,6 +38,8 @@ V=${3?"missing version e.g., '3.19.0'"} # the release candidate, usualy 'rc1' RC=${4:-rc1}

[GitHub] [openwhisk-release] rabbah commented on pull request #349: Add a flag to remove the temporal directory.

2020-10-06 Thread GitBox
rabbah commented on pull request #349: URL: https://github.com/apache/openwhisk-release/pull/349#issuecomment-704244783 > One thing to note is, this feature will be enabled by default. Sorry I missed that. This is an a

[GitHub] [openwhisk] rabbah commented on a change in pull request #4855: Improvements to parameter encryption to support per-namespace keys

2020-10-06 Thread GitBox
rabbah commented on a change in pull request #4855: URL: https://github.com/apache/openwhisk/pull/4855#discussion_r500248667 ## File path: common/scala/src/main/scala/org/apache/openwhisk/core/entity/ParameterEncryption.scala ## @@ -26,79 +26,85 @@ import javax.crypto.spec.{GC

[GitHub] [openwhisk] mrutkows edited a comment on pull request #4990: Switch from hardcoded "https" protocol

2020-10-06 Thread GitBox
mrutkows edited a comment on pull request #4990: URL: https://github.com/apache/openwhisk/pull/4990#issuecomment-704417367 @rraavi @rabbah This indeed appears to fix the issue as described (since the regex for `parseActionUrl()` would fail otherwise). Just concerned that the action url may

[GitHub] [openwhisk] mrutkows commented on pull request #4990: Switch from hardcoded "https" protocol

2020-10-06 Thread GitBox
mrutkows commented on pull request #4990: URL: https://github.com/apache/openwhisk/pull/4990#issuecomment-704417367 @rraavi @rabbah This indeed appears to fix the issue as described since the regex for `parseActionUrl()` would fail. Just concerned that the action url may have a hardcoded p

[GitHub] [openwhisk-release] style95 merged pull request #349: Add a flag to remove the temporal directory.

2020-10-06 Thread GitBox
style95 merged pull request #349: URL: https://github.com/apache/openwhisk-release/pull/349 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 t

[GitHub] [openwhisk] codecov-io commented on pull request #4991: fix: add new Windows docker.exe location

2020-10-06 Thread GitBox
codecov-io commented on pull request #4991: URL: https://github.com/apache/openwhisk/pull/4991#issuecomment-704670957 # [Codecov](https://codecov.io/gh/apache/openwhisk/pull/4991?src=pr&el=h1) Report > :exclamation: No coverage uploaded for pull request base (`master@ef55353`). [Click h

[GitHub] [openwhisk] shazron commented on pull request #4991: fix: add new Windows docker.exe location

2020-10-06 Thread GitBox
shazron commented on pull request #4991: URL: https://github.com/apache/openwhisk/pull/4991#issuecomment-704675573 The tests pass now (I fixed the Scala formatting). For reference for others, to fix Scala formatting issues: ``` ./gradlew checkScalaFmt ./gradelw scalaFmt ``

[GitHub] [openwhisk] shazron edited a comment on pull request #4991: fix: add new Windows docker.exe location

2020-10-06 Thread GitBox
shazron edited a comment on pull request #4991: URL: https://github.com/apache/openwhisk/pull/4991#issuecomment-704675573 The tests pass now (I fixed the Scala formatting). For reference for others, to fix Scala formatting issues: ``` ./gradelw scalaFmt # should pass now .

[GitHub] [openwhisk-runtime-php] mhenke1 opened a new pull request #94: Update all PHP releases to gather fixes

2020-10-07 Thread GitBox
mhenke1 opened a new pull request #94: URL: https://github.com/apache/openwhisk-runtime-php/pull/94 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-php] mhenke1 merged pull request #94: Update all PHP releases to gather fixes

2020-10-07 Thread GitBox
mhenke1 merged pull request #94: URL: https://github.com/apache/openwhisk-runtime-php/pull/94 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] rabbah commented on a change in pull request #4954: Use latest code if action's revision is mismatched

2020-10-07 Thread GitBox
rabbah commented on a change in pull request #4954: URL: https://github.com/apache/openwhisk/pull/4954#discussion_r501033987 ## File path: core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/InvokerReactive.scala ## @@ -179,58 +234,7 @@ class InvokerReactive(

[GitHub] [openwhisk] rabbah merged pull request #4991: fix: add new Windows docker.exe location

2020-10-07 Thread GitBox
rabbah merged pull request #4991: URL: https://github.com/apache/openwhisk/pull/4991 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 to go to

[GitHub] [openwhisk] rabbah commented on pull request #4990: Switch from hardcoded "https" protocol

2020-10-07 Thread GitBox
rabbah commented on pull request #4990: URL: https://github.com/apache/openwhisk/pull/4990#issuecomment-704970992 @mrutkows I checked the source, didn't find any other references. This is an automated message from the Apa

[GitHub] [openwhisk] rabbah commented on a change in pull request #4972: Updated error responses around rate limiting to be more descriptive

2020-10-07 Thread GitBox
rabbah commented on a change in pull request #4972: URL: https://github.com/apache/openwhisk/pull/4972#discussion_r501055677 ## File path: common/scala/src/main/scala/org/apache/openwhisk/http/ErrorResponse.scala ## @@ -72,7 +72,7 @@ object Messages { /** Standard message

[GitHub] [openwhisk] mrutkows merged pull request #4990: Switch from hardcoded "https" protocol

2020-10-07 Thread GitBox
mrutkows merged pull request #4990: URL: https://github.com/apache/openwhisk/pull/4990 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 to go

[GitHub] [openwhisk] rabbah commented on pull request #4972: Updated error responses around rate limiting to be more descriptive

2020-10-07 Thread GitBox
rabbah commented on pull request #4972: URL: https://github.com/apache/openwhisk/pull/4972#issuecomment-704973786 As noted by @dgrove-oss and @bdoyle0182 each controller lacks total knowledge about the activation counts per namespace. This message will even vary per controller depending on

[GitHub] [openwhisk-catalog] dyllandry opened a new pull request #316: fix file name installCatalogUsingWskdeploy.sh camel casing

2020-10-07 Thread GitBox
dyllandry opened a new pull request #316: URL: https://github.com/apache/openwhisk-catalog/pull/316 This PR fixes a bad file name. The issue https://github.com/apache/openwhisk-devtools/issues/306 reports that `make add-catalog` fails because this file's name does not match what it

[GitHub] [openwhisk-devtools] dyllandry commented on issue #306: incorrect filenames in docker-compose/Makefile

2020-10-07 Thread GitBox
dyllandry commented on issue #306: URL: https://github.com/apache/openwhisk-devtools/issues/306#issuecomment-704977689 I created a PR https://github.com/apache/openwhisk-catalog/pull/316 in the repo that contains this file. I figured the problem is with them since the file name here follo

[GitHub] [openwhisk-devtools] rabbah commented on issue #306: incorrect filenames in docker-compose/Makefile

2020-10-07 Thread GitBox
rabbah commented on issue #306: URL: https://github.com/apache/openwhisk-devtools/issues/306#issuecomment-704987987 Using github search there are several locations that use existing name: https://github.com/search?q=installCatalogUsingWskdeploy.sh&type=code I wonder if fixing the

[GitHub] [openwhisk-catalog] rabbah commented on pull request #316: fix file name installCatalogUsingWskdeploy.sh camel casing

2020-10-07 Thread GitBox
rabbah commented on pull request #316: URL: https://github.com/apache/openwhisk-catalog/pull/316#issuecomment-704988134 I posted a comment https://github.com/apache/openwhisk-devtools/issues/306#issuecomment-704987987. This

[GitHub] [openwhisk-catalog] rabbah commented on pull request #316: fix file name installCatalogUsingWskdeploy.sh camel casing

2020-10-07 Thread GitBox
rabbah commented on pull request #316: URL: https://github.com/apache/openwhisk-catalog/pull/316#issuecomment-704988562 Thanks Dyllan for the patch. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [openwhisk] rabbah commented on a change in pull request #4983: [New Scheduler] Initial commit for the scheduler component

2020-10-07 Thread GitBox
rabbah commented on a change in pull request #4983: URL: https://github.com/apache/openwhisk/pull/4983#discussion_r501101156 ## File path: core/scheduler/src/main/scala/org/apache/openwhisk/core/scheduler/SchedulerServer.scala ## @@ -0,0 +1,73 @@ +/* + * Licensed to the Apache

[GitHub] [openwhisk-devtools] dyllandry commented on issue #306: incorrect filenames in docker-compose/Makefile

2020-10-07 Thread GitBox
dyllandry commented on issue #306: URL: https://github.com/apache/openwhisk-devtools/issues/306#issuecomment-705024861 It looks like a lot of results in your search clone this repo's main branch. If that PR was approved and it got merged, it would immediately break each of those projects

[GitHub] [openwhisk-devtools] dyllandry edited a comment on issue #306: incorrect filenames in docker-compose/Makefile

2020-10-07 Thread GitBox
dyllandry edited a comment on issue #306: URL: https://github.com/apache/openwhisk-devtools/issues/306#issuecomment-705024861 It looks like a lot of results in your search clone this repo's main branch. If that PR was approved and it got merged, it would immediately break each of those pr

[GitHub] [openwhisk-catalog] dyllandry commented on pull request #316: fix file name installCatalogUsingWskdeploy.sh camel casing

2020-10-07 Thread GitBox
dyllandry commented on pull request #316: URL: https://github.com/apache/openwhisk-catalog/pull/316#issuecomment-705025554 According to @rabbah's comment https://github.com/apache/openwhisk-devtools/issues/306#issuecomment-704987987 , I really do not like the sound of approving this PR.

[GitHub] [openwhisk-catalog] dyllandry closed pull request #316: fix file name installCatalogUsingWskdeploy.sh camel casing

2020-10-07 Thread GitBox
dyllandry closed pull request #316: URL: https://github.com/apache/openwhisk-catalog/pull/316 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-devtools] dyllandry opened a new pull request #324: fix file name in makefile

2020-10-07 Thread GitBox
dyllandry opened a new pull request #324: URL: https://github.com/apache/openwhisk-devtools/pull/324 `installCatalogUsingWskDeploy.sh` isn't actually the name of the file in that repo. It's similar, but the actual file name has a lower case 'd' in 'deploy'. This PR addresses https:/

[GitHub] [openwhisk-devtools] dyllandry commented on issue #320: Please keep Makefile upto date

2020-10-07 Thread GitBox
dyllandry commented on issue #320: URL: https://github.com/apache/openwhisk-devtools/issues/320#issuecomment-705053541 Hopefully bumping this will get it more attention. That commit adds a few required vars that I do not know where to get.

[GitHub] [openwhisk-devtools] dyllandry opened a new issue #325: all feed provider installations fail

2020-10-07 Thread GitBox
dyllandry opened a new issue #325: URL: https://github.com/apache/openwhisk-devtools/issues/325 I'd like to develop openwhisk functions that work off of alarms. I can't do that, the installation for the feed provider fails. According to the readme, we can run `make create-provider-al

[GitHub] [openwhisk-devtools] rabbah merged pull request #324: fix file name in makefile

2020-10-07 Thread GitBox
rabbah merged pull request #324: URL: https://github.com/apache/openwhisk-devtools/pull/324 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 t

[GitHub] [openwhisk] style95 commented on a change in pull request #4954: Use latest code if action's revision is mismatched

2020-10-07 Thread GitBox
style95 commented on a change in pull request #4954: URL: https://github.com/apache/openwhisk/pull/4954#discussion_r501405773 ## File path: core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/InvokerReactive.scala ## @@ -164,6 +164,62 @@ class InvokerReactive( pri

[GitHub] [openwhisk-devtools] style95 commented on issue #320: Please keep Makefile upto date

2020-10-07 Thread GitBox
style95 commented on issue #320: URL: https://github.com/apache/openwhisk-devtools/issues/320#issuecomment-705286727 @Keonhee Could you take a look at this? This is an automated message from the Apache Git Service. To res

[GitHub] [openwhisk] style95 commented on a change in pull request #4983: [New Scheduler] Initial commit for the scheduler component

2020-10-07 Thread GitBox
style95 commented on a change in pull request #4983: URL: https://github.com/apache/openwhisk/pull/4983#discussion_r501440428 ## File path: common/scala/src/main/scala/org/apache/openwhisk/core/connector/Message.scala ## @@ -426,3 +426,16 @@ object EventMessage extends Default

[GitHub] [openwhisk] style95 commented on a change in pull request #4983: [New Scheduler] Initial commit for the scheduler component

2020-10-07 Thread GitBox
style95 commented on a change in pull request #4983: URL: https://github.com/apache/openwhisk/pull/4983#discussion_r501442446 ## File path: common/scala/src/main/scala/org/apache/openwhisk/core/connector/Message.scala ## @@ -426,3 +426,16 @@ object EventMessage extends Default

[GitHub] [openwhisk] style95 closed pull request #4984: [New Scheduler] Add duration checker

2020-10-07 Thread GitBox
style95 closed pull request #4984: URL: https://github.com/apache/openwhisk/pull/4984 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 to go t

[GitHub] [openwhisk-devtools] KeonHee commented on issue #320: Please keep Makefile upto date

2020-10-07 Thread GitBox
KeonHee commented on issue #320: URL: https://github.com/apache/openwhisk-devtools/issues/320#issuecomment-705365504 Ok I will try to handle this issue. This is an automated message from the Apache Git Service. To respond to

[GitHub] [openwhisk-website] style95 closed pull request #440: [DO NOT MERGE] Enable argument to bind to 0.0.0.0

2020-10-08 Thread GitBox
style95 closed pull request #440: URL: https://github.com/apache/openwhisk-website/pull/440 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 t

[GitHub] [openwhisk-website] style95 closed pull request #440: [DO NOT MERGE] Enable argument to bind to 0.0.0.0

2020-10-08 Thread GitBox
style95 closed pull request #440: URL: https://github.com/apache/openwhisk-website/pull/440 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 t

[GitHub] [openwhisk-release] dgrove-oss opened a new pull request #350: runtime release configs

2020-10-08 Thread GitBox
dgrove-oss opened a new pull request #350: URL: https://github.com/apache/openwhisk-release/pull/350 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [openwhisk] cirium-ts opened a new issue #4992: Gradle Build taking a long time in the Model Configuration Step

2020-10-08 Thread GitBox
cirium-ts opened a new issue #4992: URL: https://github.com/apache/openwhisk/issues/4992 Why is gradle taking 4 minutes in the Model Configuration step for me? Here is an uploaded scan of a build I did at the cygwin prompt. I am on Windows, and have had similar timing issues using Window

[GitHub] [openwhisk] jiangpengcheng commented on a change in pull request #4986: [WIP]Implement action versioning

2020-10-08 Thread GitBox
jiangpengcheng commented on a change in pull request #4986: URL: https://github.com/apache/openwhisk/pull/4986#discussion_r502127875 ## File path: common/scala/src/main/scala/org/apache/openwhisk/core/entity/WhiskAction.scala ## @@ -548,8 +632,12 @@ object WhiskAction extends

[GitHub] [openwhisk] jiangpengcheng commented on a change in pull request #4986: [WIP]Implement action versioning

2020-10-08 Thread GitBox
jiangpengcheng commented on a change in pull request #4986: URL: https://github.com/apache/openwhisk/pull/4986#discussion_r502128037 ## File path: core/controller/src/main/scala/org/apache/openwhisk/core/controller/Actions.scala ## @@ -216,11 +224,23 @@ trait WhiskActionsApi e

[GitHub] [openwhisk] jiangpengcheng commented on pull request #4986: [WIP]Implement action versioning

2020-10-08 Thread GitBox
jiangpengcheng commented on pull request #4986: URL: https://github.com/apache/openwhisk/pull/4986#issuecomment-705919648 > Can we add creating a max version limit to todo? This is especially important if not supplying a version creates a new version on every action post, users will end up

[GitHub] [openwhisk-website] style95 closed pull request #440: [DO NOT MERGE] Enable argument to bind to 0.0.0.0

2020-10-09 Thread GitBox
style95 closed pull request #440: URL: https://github.com/apache/openwhisk-website/pull/440 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 to

[GitHub] [openwhisk-devtools] KeonHee commented on issue #320: Please keep Makefile upto date

2020-10-09 Thread GitBox
KeonHee commented on issue #320: URL: https://github.com/apache/openwhisk-devtools/issues/320#issuecomment-705365504 Ok I will try to handle this issue. This is an automated message from the Apache Git Service. To respond to

[GitHub] [openwhisk] style95 commented on a change in pull request #4983: [New Scheduler] Initial commit for the scheduler component

2020-10-09 Thread GitBox
style95 commented on a change in pull request #4983: URL: https://github.com/apache/openwhisk/pull/4983#discussion_r501440428 ## File path: common/scala/src/main/scala/org/apache/openwhisk/core/connector/Message.scala ## @@ -426,3 +426,16 @@ object EventMessage extends Default

[GitHub] [openwhisk] style95 closed pull request #4984: [New Scheduler] Add duration checker

2020-10-09 Thread GitBox
style95 closed pull request #4984: URL: https://github.com/apache/openwhisk/pull/4984 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 to go t

[GitHub] [openwhisk] jiangpengcheng commented on a change in pull request #4986: [WIP]Implement action versioning

2020-10-09 Thread GitBox
jiangpengcheng commented on a change in pull request #4986: URL: https://github.com/apache/openwhisk/pull/4986#discussion_r502127875 ## File path: common/scala/src/main/scala/org/apache/openwhisk/core/entity/WhiskAction.scala ## @@ -548,8 +632,12 @@ object WhiskAction extends

[GitHub] [openwhisk] jiangpengcheng commented on pull request #4986: [WIP]Implement action versioning

2020-10-09 Thread GitBox
jiangpengcheng commented on pull request #4986: URL: https://github.com/apache/openwhisk/pull/4986#issuecomment-705919648 > Can we add creating a max version limit to todo? This is especially important if not supplying a version creates a new version on every action post, users will end up

[GitHub] [openwhisk-release] dgrove-oss merged pull request #350: runtime release configs

2020-10-09 Thread GitBox
dgrove-oss merged pull request #350: URL: https://github.com/apache/openwhisk-release/pull/350 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [openwhisk] rraavi commented on pull request #4972: Updated error responses around rate limiting to be more descriptive

2020-10-09 Thread GitBox
rraavi commented on pull request #4972: URL: https://github.com/apache/openwhisk/pull/4972#issuecomment-706370891 So, close the linked PR right? This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [openwhisk] bdoyle0182 opened a new issue #4993: Feature Request: Operator Defined Activation Lifecycling Events

2020-10-09 Thread GitBox
bdoyle0182 opened a new issue #4993: URL: https://github.com/apache/openwhisk/issues/4993 Problem: Our openwhisk operation is strictly through a management orchestration layer built on top of openwhisk. We strictly use non-blocking activations, which requires us to get notification

[GitHub] [openwhisk-deploy-kube] dgrove-oss opened a new pull request #644: update runtime.json for 1.15.0 release wave

2020-10-09 Thread GitBox
dgrove-oss opened a new pull request #644: URL: https://github.com/apache/openwhisk-deploy-kube/pull/644 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [openwhisk-website] dgrove-oss opened a new pull request #449: update releases of rust, java, php, python, ruby, swift

2020-10-09 Thread GitBox
dgrove-oss opened a new pull request #449: URL: https://github.com/apache/openwhisk-website/pull/449 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [openwhisk-deploy-kube] dgrove-oss merged pull request #644: update runtime.json for 1.15.0 release wave

2020-10-09 Thread GitBox
dgrove-oss merged pull request #644: URL: https://github.com/apache/openwhisk-deploy-kube/pull/644 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-deploy-kube] dgrove-oss opened a new pull request #645: bump core repo tags to tip of master

2020-10-09 Thread GitBox
dgrove-oss opened a new pull request #645: URL: https://github.com/apache/openwhisk-deploy-kube/pull/645 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [openwhisk-website] dgrove-oss merged pull request #449: update releases of rust, java, php, python, ruby, swift

2020-10-09 Thread GitBox
dgrove-oss merged pull request #449: URL: https://github.com/apache/openwhisk-website/pull/449 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [openwhisk] crazyzcc619 opened a new issue #4994: How to change project ip and project port

2020-10-10 Thread GitBox
crazyzcc619 opened a new issue #4994: URL: https://github.com/apache/openwhisk/issues/4994 ## Environment details: * local deployment, native ubuntu, Mac OS, Kubernetes, ... * version of docker, ubuntu, ... ## Steps to reproduce the issue: 1. 2. 3.

[GitHub] [openwhisk] crazyzcc619 commented on issue #4994: How to change project ip and project port

2020-10-10 Thread GitBox
crazyzcc619 commented on issue #4994: URL: https://github.com/apache/openwhisk/issues/4994#issuecomment-706520814 Is there a great god to help This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [openwhisk] crazyzcc619 removed a comment on issue #4994: How to change project ip and project port

2020-10-10 Thread GitBox
crazyzcc619 removed a comment on issue #4994: URL: https://github.com/apache/openwhisk/issues/4994#issuecomment-706520814 Is there a great god to help This is an automated message from the Apache Git Service. To respond to th

[GitHub] [openwhisk] crazyzcc619 commented on issue #4994: How to change project ip and project port

2020-10-10 Thread GitBox
crazyzcc619 commented on issue #4994: URL: https://github.com/apache/openwhisk/issues/4994#issuecomment-706520864 Is there a great god to help This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [openwhisk-devtools] crazyzcc619 opened a new issue #326: The function can be created, but cannot run, prompt "The server is currently unavailable (because it is overloaded or down for maint

2020-10-10 Thread GitBox
crazyzcc619 opened a new issue #326: URL: https://github.com/apache/openwhisk-devtools/issues/326 The function can be created, but cannot run, prompt "The server is currently unavailable (because it is overloaded or down for maintenance)." -

[GitHub] [openwhisk-runtime-python] rabbah opened a new pull request #93: Remove non-action loop proxies.

2020-10-10 Thread GitBox
rabbah opened a new pull request #93: URL: https://github.com/apache/openwhisk-runtime-python/pull/93 The non-action loop based proxies are not being maintained. They are replaced by their action loop counterparts. This PR removes the relevant docker builds and code and updates the READM

[GitHub] [openwhisk-devtools] rabbah commented on issue #326: The function can be created, but cannot run, prompt "The server is currently unavailable (because it is overloaded or down for maintenanc

2020-10-10 Thread GitBox
rabbah commented on issue #326: URL: https://github.com/apache/openwhisk-devtools/issues/326#issuecomment-706637417 Check your controller logs - this could mean that the database isn't reachable or the invokers are offline. Unless you need a docker compose deployment, I suggest using th

[GitHub] [openwhisk-deploy-kube] rabbah merged pull request #645: bump core repo tags to tip of master

2020-10-10 Thread GitBox
rabbah merged pull request #645: URL: https://github.com/apache/openwhisk-deploy-kube/pull/645 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [openwhisk] rabbah commented on issue #4994: How to change project ip and project port

2020-10-10 Thread GitBox
rabbah commented on issue #4994: URL: https://github.com/apache/openwhisk/issues/4994#issuecomment-706637538 How are you deploying openwhisk? This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [openwhisk] autthapone commented on issue #4133: Permission denied error when trying to execute `make quick-start` step

2020-10-10 Thread GitBox
autthapone commented on issue #4133: URL: https://github.com/apache/openwhisk/issues/4133#issuecomment-706647739 Hi Ritesh, For the attached picture. Where do you find the cute docker graphics? Please suggest me. This is an

[GitHub] [openwhisk-deploy-kube] sciabarracom opened a new pull request #646: parametrize quota kafka [do not merge yet]

2020-10-11 Thread GitBox
sciabarracom opened a new pull request #646: URL: https://github.com/apache/openwhisk-deploy-kube/pull/646 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [openwhisk] sourpatchkidz8484 opened a new issue #4995: Hello

2020-10-11 Thread GitBox
sourpatchkidz8484 opened a new issue #4995: URL: https://github.com/apache/openwhisk/issues/4995 K This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [openwhisk] style95 merged pull request #4981: Add Activation Error Logging Config to Container Proxy

2020-10-11 Thread GitBox
style95 merged pull request #4981: URL: https://github.com/apache/openwhisk/pull/4981 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 to go t

[GitHub] [openwhisk] style95 commented on pull request #4981: Add Activation Error Logging Config to Container Proxy

2020-10-11 Thread GitBox
style95 commented on pull request #4981: URL: https://github.com/apache/openwhisk/pull/4981#issuecomment-706807680 Merged it due to inactivity. This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [openwhisk] style95 closed issue #4995: Hello

2020-10-11 Thread GitBox
style95 closed issue #4995: URL: https://github.com/apache/openwhisk/issues/4995 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 to go to the

[GitHub] [openwhisk] style95 commented on issue #4995: Hello

2020-10-11 Thread GitBox
style95 commented on issue #4995: URL: https://github.com/apache/openwhisk/issues/4995#issuecomment-706886374 closing. @sourpatchkidz8484 If you have any issue to report, please reopen or open a new issue. This is an

[GitHub] [openwhisk] style95 commented on pull request #4983: [New Scheduler] Initial commit for the scheduler component

2020-10-11 Thread GitBox
style95 commented on pull request #4983: URL: https://github.com/apache/openwhisk/pull/4983#issuecomment-706886842 It seems there are some issues in the travis job. This is an automated message from the Apache Git Service

[GitHub] [openwhisk] style95 closed pull request #4983: [New Scheduler] Initial commit for the scheduler component

2020-10-11 Thread GitBox
style95 closed pull request #4983: URL: https://github.com/apache/openwhisk/pull/4983 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 to go t

[GitHub] [openwhisk] style95 commented on issue #4993: Feature Request: Operator Defined Activation Lifecycling Events

2020-10-12 Thread GitBox
style95 commented on issue #4993: URL: https://github.com/apache/openwhisk/issues/4993#issuecomment-707097804 This generally looks good to me. And a couple of ideas came up. 1. If you need a notification for non-blocking activation, why don't you use just blocking activation? I

[GitHub] [openwhisk] style95 commented on a change in pull request #4989: Actions with require-whisk-auth annotation as boolean false are rejected by controller

2020-10-12 Thread GitBox
style95 commented on a change in pull request #4989: URL: https://github.com/apache/openwhisk/pull/4989#discussion_r503271492 ## File path: tests/src/test/scala/org/apache/openwhisk/core/cli/test/WskWebActionsTests.scala ## @@ -147,6 +147,25 @@ class WskWebActionsTests extends

[GitHub] [openwhisk] style95 merged pull request #4989: Actions with require-whisk-auth annotation as boolean false are rejected by controller

2020-10-12 Thread GitBox
style95 merged pull request #4989: URL: https://github.com/apache/openwhisk/pull/4989 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 to go t

[GitHub] [openwhisk] style95 commented on issue #4133: Permission denied error when trying to execute `make quick-start` step

2020-10-12 Thread GitBox
style95 commented on issue #4133: URL: https://github.com/apache/openwhisk/issues/4133#issuecomment-707099938 @autthapone I suppose that comes "About" in the Docker Desktop? ![image](https://user-images.githubusercontent.com/3447251/95748304-c1442200-0cd4-11eb-89c3-7117514f5015.png)

[GitHub] [openwhisk] style95 commented on issue #4992: Gradle Build taking a long time in the Model Configuration Step

2020-10-12 Thread GitBox
style95 commented on issue #4992: URL: https://github.com/apache/openwhisk/issues/4992#issuecomment-707101216 I think if that is your first build, it would pull all required dependencies and build all docker images which takes some time. Do you observe a similar build time in the subsequ

[GitHub] [openwhisk] style95 commented on pull request #4855: Improvements to parameter encryption to support per-namespace keys

2020-10-12 Thread GitBox
style95 commented on pull request #4855: URL: https://github.com/apache/openwhisk/pull/4855#issuecomment-707108427 > > I think operators would require two different sets of controllers, Kafkas, and invokers as this would change the ActivationMessage format. > > You mean for a roll ou

[GitHub] [openwhisk] style95 commented on a change in pull request #4855: Improvements to parameter encryption to support per-namespace keys

2020-10-12 Thread GitBox
style95 commented on a change in pull request #4855: URL: https://github.com/apache/openwhisk/pull/4855#discussion_r503283282 ## File path: common/scala/src/main/scala/org/apache/openwhisk/core/entity/ParameterEncryption.scala ## @@ -26,79 +26,85 @@ import javax.crypto.spec.{G

[GitHub] [openwhisk] codecov-io commented on pull request #4983: [New Scheduler] Initial commit for the scheduler component

2020-10-12 Thread GitBox
codecov-io commented on pull request #4983: URL: https://github.com/apache/openwhisk/pull/4983#issuecomment-707116829 # [Codecov](https://codecov.io/gh/apache/openwhisk/pull/4983?src=pr&el=h1) Report > Merging [#4983](https://codecov.io/gh/apache/openwhisk/pull/4983?src=pr&el=desc) into

[GitHub] [openwhisk] rabbah commented on issue #4985: actions with require-whisk-auth annotation as boolean false are rejected by controller

2020-10-12 Thread GitBox
rabbah commented on issue #4985: URL: https://github.com/apache/openwhisk/issues/4985#issuecomment-707176557 Thanks @nitikagarw for the contribution! This is an automated message from the Apache Git Service. To respond to th

[GitHub] [openwhisk] rabbah closed issue #4985: actions with require-whisk-auth annotation as boolean false are rejected by controller

2020-10-12 Thread GitBox
rabbah closed issue #4985: URL: https://github.com/apache/openwhisk/issues/4985 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 to go to the

[GitHub] [openwhisk-runtime-python] rabbah commented on pull request #93: Remove non-action loop proxies.

2020-10-12 Thread GitBox
rabbah commented on pull request #93: URL: https://github.com/apache/openwhisk-runtime-python/pull/93#issuecomment-707177318 I've sent a note to the dev list for comments before proceeding with a merge in 72 hours. This is

[GitHub] [openwhisk-runtime-swift] dgrove-oss opened a new pull request #124: add support for Swift 5.3

2020-10-12 Thread GitBox
dgrove-oss opened a new pull request #124: URL: https://github.com/apache/openwhisk-runtime-swift/pull/124 1. add support for Swift 5.3 by replicating Swift 5.1 2. Cleanup vestigial Swift 3 testing artifacts This is an aut

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