[incubator-openwhisk-deploy-kube] branch master updated: retry failed installation of routemgmt package/actions (#413)

2019-01-14 Thread csantanapr
This is an automated email from the ASF dual-hosted git repository. csantanapr pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git The following commit(s) were added to refs/heads/master by this push: new 57dc228 retry

[incubator-openwhisk-deploy-kube] Diff for: [GitHub] csantanapr merged pull request #413: retry failed installation of routemgmt package/actions

2019-01-14 Thread GitBox
diff --git a/helm/openwhisk/configMapFiles/installPackages/myTask.sh b/helm/openwhisk/configMapFiles/installPackages/myTask.sh index 28184ff..90cd1f7 100644 --- a/helm/openwhisk/configMapFiles/installPackages/myTask.sh +++ b/helm/openwhisk/configMapFiles/installPackages/myTask.sh @@ -34,10 +34,23

[incubator-openwhisk-deploy-kube] Diff for: [GitHub] dgrove-oss closed pull request #411: add delay in healthy invoker readiness check

2019-01-14 Thread GitBox
diff --git a/helm/openwhisk/templates/_readiness.tpl b/helm/openwhisk/templates/_readiness.tpl index 11ead09..5441d7a 100644 --- a/helm/openwhisk/templates/_readiness.tpl +++ b/helm/openwhisk/templates/_readiness.tpl @@ -52,5 +52,5 @@ env: - name: "READINESS_URL" value: "http://{{

[incubator-openwhisk] Diff for: [GitHub] dubee closed pull request #3994: Optionally return a small portion of user logs for blocking invocations

2019-01-14 Thread GitBox
diff --git a/common/scala/src/main/scala/whisk/core/connector/Message.scala b/common/scala/src/main/scala/whisk/core/connector/Message.scala index 55e5a64e62..319b0b5661 100644 --- a/common/scala/src/main/scala/whisk/core/connector/Message.scala +++

[incubator-openwhisk] Diff for: [GitHub] dubee closed pull request #3704: Invoker graceful shutdown and drain mode

2019-01-14 Thread GitBox
diff --git a/common/scala/src/main/scala/whisk/common/Scheduler.scala b/common/scala/src/main/scala/whisk/common/Scheduler.scala index 28d150260e..bf73ad7d66 100644 --- a/common/scala/src/main/scala/whisk/common/Scheduler.scala +++ b/common/scala/src/main/scala/whisk/common/Scheduler.scala @@

[incubator-openwhisk] Diff for: [GitHub] dubee closed pull request #3977: Elasticsearch Activation Store

2019-01-14 Thread GitBox
diff --git a/common/scala/src/main/scala/whisk/core/WhiskConfig.scala b/common/scala/src/main/scala/whisk/core/WhiskConfig.scala index 5f7a8db5a0..56ec590963 100644 --- a/common/scala/src/main/scala/whisk/core/WhiskConfig.scala +++ b/common/scala/src/main/scala/whisk/core/WhiskConfig.scala @@

[incubator-openwhisk-deploy-kube] branch master updated: xenial finally in production for TravisCI; remove group:edge (#402)

2019-01-14 Thread csantanapr
This is an automated email from the ASF dual-hosted git repository. csantanapr pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git The following commit(s) were added to refs/heads/master by this push: new ff0be14 xenial

[incubator-openwhisk-deploy-kube] Diff for: [GitHub] csantanapr merged pull request #402: xenial finally in production for TravisCI; remove group:edge

2019-01-14 Thread GitBox
diff --git a/.travis.yml b/.travis.yml index a56efb6..d974e10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,6 @@ # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements; and to You under the Apache License, Version 2.0. -# See

[incubator-openwhisk] branch master updated: Optimize Kamon metric update flow (#4212)

2019-01-14 Thread markusthoemmes
This is an automated email from the ASF dual-hosted git repository. markusthoemmes pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git The following commit(s) were added to refs/heads/master by this push: new bb96c21 Optimize Kamon

[incubator-openwhisk] Diff for: [GitHub] markusthoemmes merged pull request #4212: Optimize Kamon metric update flow

2019-01-14 Thread GitBox
diff --git a/common/scala/src/main/scala/org/apache/openwhisk/common/Logging.scala b/common/scala/src/main/scala/org/apache/openwhisk/common/Logging.scala index b7cff4e3d2..eca76a57a5 100644 --- a/common/scala/src/main/scala/org/apache/openwhisk/common/Logging.scala +++