You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/04/01 17:58:58 UTC

[incubator-openwhisk-runtime-nodejs] tag 6@latest updated (e52f2d5 -> 0aaf0cf)

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

csantanapr pushed a change to tag 6@latest
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-nodejs.git.


*** WARNING: tag 6@latest was modified! ***

    from e52f2d5  (commit)
      to 0aaf0cf  (commit)
    from e52f2d5  Merge pull request #26 from csantanapr/bum_openwhisk_3.13
     add 968e40e  webhook for slack notification
     add 43b6721  Merge pull request #29 from dgrove-oss/slack-webhook
     add fd15ee4  update nodejs to 8.10.0 and npm openwhisk to 3.14.0 (#31)
     add 77f2ede  Update nodejs 6.14 and 8.11
     add aafb842  use Node.js
     add 0aaf0cf  Merge pull request #33 from csantanapr/issue_32_6.14_8.11

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |   8 +
 core/nodejs6Action/CHANGELOG.md                    |  10 +
 core/nodejs6Action/Dockerfile                      |   4 +-
 core/nodejs8Action/CHANGELOG.md                    |  12 +
 core/nodejs8Action/Dockerfile                      |   2 +-
 core/nodejs8Action/package.json                    |   2 +-
 .../scala/actionContainers/ActionContainer.scala   | 174 -----------
 .../ActionProxyContainerTests.scala                | 348 ---------------------
 .../scala/actionContainers/ResourceHelpers.scala   | 190 -----------
 .../NodeJs6ActionContainerTests.scala              |  28 ++
 .../NodeJs8ActionContainerTests.scala              |   2 +-
 .../NodeJsActionContainerTests.scala               |  14 +-
 12 files changed, 68 insertions(+), 726 deletions(-)
 delete mode 100644 tests/src/test/scala/actionContainers/ActionContainer.scala
 delete mode 100644 tests/src/test/scala/actionContainers/ActionProxyContainerTests.scala
 delete mode 100644 tests/src/test/scala/actionContainers/ResourceHelpers.scala
 create mode 100644 tests/src/test/scala/runtime/actionContainers/NodeJs6ActionContainerTests.scala
 rename tests/src/test/scala/{ => runtime}/actionContainers/NodeJs8ActionContainerTests.scala (98%)
 rename tests/src/test/scala/{ => runtime}/actionContainers/NodeJsActionContainerTests.scala (98%)

-- 
To stop receiving notification emails like this one, please contact
csantanapr@apache.org.