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 2021/05/27 08:59:10 UTC

[openwhisk-vscode-extension] branch master updated (0395d49 -> d738a30)

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-vscode-extension.git.


    from 0395d49  chore: fix HTML, grammar and spelling (#8)
     add d738a30  Add scancode (#9)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/node.js.yml                      |  3 ++
 .gitignore                                         | 27 ++++++++++++++
 CHANGELOG.md                                       | 21 ++++++++++-
 README.md                                          | 27 +++++++++++---
 resource/template/actioncode/sample.go             | 19 +++++++++-
 resource/template/actioncode/sample.js             | 17 +++++++++
 resource/template/actioncode/sample.py             | 19 ++++++++++
 resource/template/actioncode/sample.rb             | 20 ++++++++++-
 resource/template/actioncode/sample.swift          | 19 +++++++++-
 test-fixtures/invalid-manifest.yaml                | 16 +++++++++
 test-fixtures/valid-manifest.yaml                  |  4 +--
 .../workflows/node.js.yml => travis/scancode.sh    | 41 ++++++++++------------
 vsc-extension-quickstart.md                        | 19 ++++++++++
 webpack.config.js                                  | 17 +++++++++
 webview-template/invokeAction.html                 | 22 ++++++++++--
 webview-template/metadataEditor.html               | 20 ++++++++++-
 webview-template/sequenceActionInfo.html           | 22 ++++++++++--
 webview-template/triggerInfo.html                  | 28 ++++++++++++---
 wskdeploy-template/minimal/HOW-TO-DEPLOY.md        | 21 ++++++++++-
 wskdeploy-template/minimal/manifest.yaml           |  2 +-
 wskdeploy-template/minimal/src/index.js            | 17 +++++++++
 wskdeploy-template/minimal/src/index.test.js       | 17 +++++++++
 22 files changed, 373 insertions(+), 45 deletions(-)
 create mode 100644 .gitignore
 copy .github/workflows/node.js.yml => travis/scancode.sh (61%)
 mode change 100644 => 100755