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/03/16 20:12:15 UTC

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

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 48ce284  (commit)
      to e52f2d5  (commit)
    from 48ce284  Merge pull request #3 from csantanapr/tag120
     add 66b2c86  Add more descriptive error message for unset OPENWHISK_HOME (#4)
     add 6242794  initial work for openwhisk nodejs8 LTS
     add 90025ef  Merge pull request #5 from csantanapr/nodejs8
     add 2eef0af  bumps to nodejs 6.12, openwhisk 3.10
     add 21e865b  Merge pull request #9 from csantanapr/issue-6-nodejs6-bump
     add 41244bf  Update Travis to use remote as the cli installation mode (#12)
     add 1c6c5db  update npm package openwhisk 3.11.0 and Node.js LTS 6.12.2 8.9.3 (#18)
     add 5c7fd31  Bump npm openwhisk version to pick up latest release. (#20)
     add 6ff92fc  Add the NOTICE file
     add 29cac52  Merge pull request #22 from houshengbo/add-license-notice
     add e6ba802  Switch to Maven based dependency (#21)
     add 71c57b9  Add the license headers (#24)
     add ddcc386  update to pickup openwhisk@3.13.0
     add 8e1f7a9  fix travis
     add 9d21e8e  bump using 3.13.1 regression
     add e52f2d5  Merge pull request #26 from csantanapr/bum_openwhisk_3.13

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |  1 +
 .travis.yml                                        | 19 ++++-
 NOTICE.md                                          |  5 ++
 README.md                                          | 92 ++++++++++++++++++----
 ansible/environments/local/group_vars/all          | 20 +++--
 ansible/environments/local/hosts                   |  7 +-
 core/nodejs6Action/CHANGELOG.md                    | 22 ++++++
 core/nodejs6Action/Dockerfile                      |  4 +-
 core/nodejs8Action/.dockerignore                   |  8 ++
 core/nodejs8Action/CHANGELOG.md                    | 25 ++++++
 core/nodejs8Action/Dockerfile                      | 11 +++
 core/nodejs8Action/build.gradle                    | 36 +++++++++
 core/nodejs8Action/package.json                    | 15 ++++
 core/nodejsActionBase/app.js                       |  7 +-
 core/nodejsActionBase/src/logger.js                | 60 --------------
 core/nodejsActionBase/src/service.js               |  8 +-
 settings.gradle                                    | 16 ++--
 tests/build.gradle                                 |  7 +-
 .../NodeJs8ActionContainerTests.scala              | 54 +++++++++++++
 .../NodeJsActionContainerTests.scala               |  5 +-
 tools/travis/build.sh                              | 39 ++++++---
 tools/travis/deploy.sh                             | 19 ++++-
 tools/travis/publish.sh                            | 17 ++++
 tools/travis/setup.sh                              | 17 ++++
 tools/travis/test.sh                               | 17 ++++
 25 files changed, 408 insertions(+), 123 deletions(-)
 create mode 100644 NOTICE.md
 create mode 100644 core/nodejs8Action/.dockerignore
 create mode 100644 core/nodejs8Action/CHANGELOG.md
 create mode 100644 core/nodejs8Action/Dockerfile
 create mode 100644 core/nodejs8Action/build.gradle
 create mode 100644 core/nodejs8Action/package.json
 delete mode 100644 core/nodejsActionBase/src/logger.js
 create mode 100644 tests/src/test/scala/actionContainers/NodeJs8ActionContainerTests.scala

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