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

dgrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-nodejs.git.


    from 3e843c0  release prep (#158)
     new 5ca1d86  add license header to *.tmpl files
     new 7aca443  build nodejs-test.zip from source before running tests

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                             |  12 ++----------
 core/nodejsActionBase/docker-secret.yaml.tmpl          |  17 +++++++++++++++++
 tests/build.gradle                                     |  11 +++++++++++
 .../application.conf => dat/actions/build.sh}          |  16 +++++++++++-----
 tests/dat/actions/nodejs-test.zip                      | Bin 1186 -> 0 bytes
 .../build.gradle => actions/nodejs-test/main.js}       |  11 +++++++++--
 .../nodejs-test/node_modules/abcxyz/index.js}          |   5 +++--
 tests/dat/actions/nodejs-test/package.json             |  14 ++++++++++++++
 tests/src/test/knative/helloworld/build.yaml.tmpl      |  17 +++++++++++++++++
 tests/src/test/knative/helloworld/service.yaml.tmpl    |  17 +++++++++++++++++
 .../helloworldwithparams/build-without-code.yaml.tmpl  |  17 +++++++++++++++++
 .../test/knative/helloworldwithparams/build.yaml.tmpl  |  17 +++++++++++++++++
 .../knative/helloworldwithparams/service.yaml.tmpl     |  17 +++++++++++++++++
 .../webactionhelloworld/build-without-code.yaml.tmpl   |  17 +++++++++++++++++
 .../test/knative/webactionhelloworld/build.yaml.tmpl   |  17 +++++++++++++++++
 .../test/knative/webactionhelloworld/service.yaml.tmpl |  17 +++++++++++++++++
 tests/src/test/knative/webactionraw/build.yaml.tmpl    |  17 +++++++++++++++++
 tests/src/test/knative/webactionraw/service.yaml.tmpl  |  17 +++++++++++++++++
 18 files changed, 237 insertions(+), 19 deletions(-)
 copy tests/{src/test/resources/application.conf => dat/actions/build.sh} (82%)
 mode change 100644 => 100755
 delete mode 100644 tests/dat/actions/nodejs-test.zip
 copy tests/dat/{docker/nodejs8docker/build.gradle => 
actions/nodejs-test/main.js} (86%)
 copy tests/dat/{docker/nodejs8docker/build.gradle => 
actions/nodejs-test/node_modules/abcxyz/index.js} (90%)
 create mode 100644 tests/dat/actions/nodejs-test/package.json

Reply via email to