You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by st...@apache.org on 2019/11/29 09:23:23 UTC

[openwhisk] branch master updated (0f8ee7d -> 58c8976)

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

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


    from 0f8ee7d  Update alpakka-s3 to 1.1.2. (#4746)
     add 58c8976  Serialize `updated` value of entity document in response (#4646)

No new revisions were added by this update.

Summary of changes:
 .../apache/openwhisk/core/entity/WhiskAction.scala |  25 ++--
 .../apache/openwhisk/core/entity/WhiskEntity.scala |  16 ++-
 .../openwhisk/core/entity/WhiskPackage.scala       |  13 +-
 .../apache/openwhisk/core/entity/WhiskRule.scala   |  23 ++--
 .../openwhisk/core/entity/WhiskTrigger.scala       |  11 +-
 .../src/main/resources/apiv1swagger.json           |   4 +
 .../core/controller/test/ActionsApiTests.scala     | 131 ++++++++++++++-------
 .../controller/test/ControllerTestCommon.scala     |  12 ++
 .../controller/test/PackageActionsApiTests.scala   |   3 +-
 .../core/controller/test/PackagesApiTests.scala    |  34 ++++--
 .../core/controller/test/RulesApiTests.scala       |  98 ++++++++++-----
 .../core/controller/test/TriggersApiTests.scala    |  36 ++++--
 .../openwhisk/core/entity/test/SchemaTests.scala   |   6 +-
 .../core/entity/test/WhiskEntityTests.scala        |   6 +-
 14 files changed, 298 insertions(+), 120 deletions(-)