You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by se...@apache.org on 2021/05/31 06:04:29 UTC

[openwhisk-vscode-extension] branch upgle-patch-2 updated (0658037 -> b0c31b2)

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

seonghyun pushed a change to branch upgle-patch-2
in repository https://gitbox.apache.org/repos/asf/openwhisk-vscode-extension.git.


    from 0658037  Add license header
     add b0c31b2  Fix invalid headers

No new revisions were added by this update.

Summary of changes:
 src/activationList.ts                         | 4 ++--
 src/authentication.ts                         | 4 ++--
 src/commands/common/openMetadataEditor.ts     | 4 ++--
 src/commands/createAction.ts                  | 4 ++--
 src/commands/createPackage.ts                 | 4 ++--
 src/commands/createWskdeployProject.ts        | 4 ++--
 src/commands/deleteAction.ts                  | 4 ++--
 src/commands/deletePackage.ts                 | 4 ++--
 src/commands/deleteTrigger.ts                 | 4 ++--
 src/commands/editAction.ts                    | 4 ++--
 src/commands/editActionMetadata.ts            | 4 ++--
 src/commands/editPackageMetadata.ts           | 4 ++--
 src/commands/index.ts                         | 4 ++--
 src/commands/invokeAction.ts                  | 4 ++--
 src/commands/openActionCode.ts                | 4 ++--
 src/commands/showTriggerInfo.ts               | 4 ++--
 src/common/index.ts                           | 4 ++--
 src/constant/path.ts                          | 4 ++--
 src/constant/runtimes.ts                      | 4 ++--
 src/constant/template.ts                      | 4 ++--
 src/entityExplorer.ts                         | 4 ++--
 src/extension.ts                              | 4 ++--
 src/manifestList.ts                           | 4 ++--
 src/storage.ts                                | 4 ++--
 src/test/runTest.ts                           | 4 ++--
 src/test/suite/StorageManager.test.ts         | 4 ++--
 src/test/suite/createWskdeployProject.test.ts | 4 ++--
 src/test/suite/entityExplorer.test.ts         | 4 ++--
 src/test/suite/index.ts                       | 4 ++--
 src/test/suite/manifestList.test.ts           | 4 ++--
 src/test/suite/wskContent.test.ts             | 4 ++--
 src/test/suite/wskEntity.test.ts              | 4 ++--
 src/wskContent.ts                             | 4 ++--
 src/wskEntity.ts                              | 4 ++--
 src/wskdeployYamlCompletion.ts                | 4 ++--
 35 files changed, 70 insertions(+), 70 deletions(-)