You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ch...@apache.org on 2019/08/26 05:25:59 UTC

[openwhisk] branch master updated (01a75cb -> ec6779c)

This is an automated email from the ASF dual-hosted git repository.

chetanm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git.


    from 01a75cb  Update java kind to include the version number too (#4390)
     add ec6779c  Allow parameters to be designated as init time properties (#4559)

No new revisions were added by this update.

Summary of changes:
 .../apache/openwhisk/core/connector/Message.scala  |  3 +-
 .../apache/openwhisk/core/entity/Parameter.scala   | 46 ++++++++++---
 .../apache/openwhisk/core/entity/WhiskAction.scala | 19 +++++-
 .../core/controller/actions/PrimitiveActions.scala |  1 +
 .../core/loadBalancer/InvokerSupervision.scala     |  3 +-
 .../core/containerpool/ContainerProxy.scala        | 22 ++++++-
 docs/actions-new.md                                |  7 +-
 .../scala/actionContainers/ActionContainer.scala   |  5 +-
 .../actionContainers/BasicActionRunnerTests.scala  | 45 ++++++++++++-
 .../containerpool/test/ContainerPoolTests.scala    |  3 +-
 .../containerpool/test/ContainerProxyTests.scala   | 29 +++++++-
 .../core/controller/test/ActionsApiTests.scala     | 39 ++++++++++-
 .../controller/test/ControllerTestCommon.scala     |  6 +-
 .../openwhisk/core/entity/test/SchemaTests.scala   | 77 +++++++++++++++++++---
 .../test/InvokerSupervisionTests.scala             |  3 +-
 .../test/ShardingContainerPoolBalancerTests.scala  |  3 +-
 tools/actionProxy/invoke.py                        | 12 +++-
 17 files changed, 284 insertions(+), 39 deletions(-)