You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ty...@apache.org on 2019/11/13 16:02:52 UTC

[openwhisk] branch master updated (a3f41e6 -> 3235a94)

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

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


    from a3f41e6  Better error response for unsupported runtimes exception (#4704)
     add 3235a94  Remove legacy view code from subjects index. (#4638)

No new revisions were added by this update.

Summary of changes:
 ansible/files/auth_design_document_for_subjects_db_v2.0.0.json | 10 ++++++++++
 ansible/files/auth_index.json                                  | 10 ----------
 ansible/tasks/initdb.yml                                       |  2 +-
 common/scala/src/main/resources/application.conf               |  2 +-
 .../org/apache/openwhisk/core/database/DocumentHandler.scala   |  7 ++++---
 .../openwhisk/core/database/cosmosdb/CosmosDBViewMapper.scala  |  2 +-
 .../openwhisk/core/database/memory/MemoryViewMapper.scala      |  2 +-
 core/standalone/src/main/resources/standalone.conf             |  2 +-
 tools/admin/wskadmin                                           |  2 +-
 tools/dev/README.md                                            |  4 ++--
 10 files changed, 22 insertions(+), 21 deletions(-)
 create mode 100644 ansible/files/auth_design_document_for_subjects_db_v2.0.0.json
 delete mode 100644 ansible/files/auth_index.json