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 0aaf0cf (commit)
to b07f747 (commit)
from 0aaf0cf Merge pull request #33 from csantanapr/issue_32_6.14_8.11
add 9274bbd update notice file
add e0b999d Merge pull request #34 from daisy-ycguo/update-notice
add cab3252 update nodejs8 and nodejs6 (#35)
add 6a41492 update ChangeLog to reflect minor version bump instead of
major (#36)
add 731a0db add headers (#37)
add 8ae05a4 Add scancode to Travis using the ASF Release configuration.
(#39)
add 460025b Fix comments in setup.sh to reflect why we are cloning repos.
(#40)
add 02da80b Add the licenses of the dependencies into LICENSE
add 9d856c3 Merge pull request #38 from
houshengbo/add-license-for-dependencies
add 046615b update open nodejs runtime to push master tag to docker from
Travis (#45)
add b07f747 update openwhisk npm package for nodejs6 and nodejs8 (#46)
No new revisions were added by this update.
Summary of changes:
.travis.yml | 21 +-
LICENSE.txt | 252 +++-
NOTICE.md | 5 -
NOTICE.txt | 31 +
core/nodejs6Action/CHANGELOG.md | 31 +-
core/nodejs6Action/Dockerfile | 20 +-
core/nodejs8Action/CHANGELOG.md | 30 +-
core/nodejs8Action/Dockerfile | 18 +-
core/nodejs8Action/build.gradle | 2 +-
core/nodejs8Action/package.json | 2 +-
core/nodejsActionBase/Dockerfile | 16 +
licenses/LICENSE-XMLHttpRequest.txt | 22 +
licenses/LICENSE-apn.txt | 19 +
licenses/LICENSE-async.txt | 19 +
licenses/LICENSE-bodyparser.txt | 23 +
licenses/LICENSE-btoa.txt | 191 +++
licenses/LICENSE-cheerio.txt | 21 +
licenses/LICENSE-cloudant.txt | 74 ++
licenses/LICENSE-commander.txt | 22 +
licenses/LICENSE-consul.txt | 19 +
licenses/LICENSE-cookieparser.txt | 23 +
licenses/LICENSE-cradle.txt | 22 +
licenses/LICENSE-errorhandler.txt | 23 +
licenses/LICENSE-express.txt | 24 +
licenses/LICENSE-expresssession.txt | 24 +
licenses/LICENSE-glob.txt | 15 +
licenses/LICENSE-gm.txt | 9 +
licenses/LICENSE-iconvlite.txt | 20 +
licenses/LICENSE-lodash.txt | 49 +
licenses/LICENSE-log4js.txt | 13 +
licenses/LICENSE-marked.txt | 43 +
licenses/LICENSE-merge.txt | 21 +
licenses/LICENSE-moment.txt | 22 +
LICENSE.txt => licenses/LICENSE-mongodb.txt | 9 +-
licenses/LICENSE-mustache.txt | 11 +
licenses/LICENSE-nano.txt | 201 ++++
licenses/LICENSE-node.txt | 1248 ++++++++++++++++++++
licenses/LICENSE-nodemailer.txt | 16 +
licenses/LICENSE-nodeserver.txt | 21 +
licenses/LICENSE-nodeuuid.txt | 9 +
LICENSE.txt => licenses/LICENSE-openwhisk.txt | 3 +-
licenses/LICENSE-pkgcloud.txt | 19 +
licenses/LICENSE-process.txt | 22 +
licenses/LICENSE-redis.txt | 24 +
licenses/LICENSE-request.txt | 55 +
licenses/LICENSE-requestpromise.txt | 15 +
licenses/LICENSE-rimraf.txt | 15 +
licenses/LICENSE-semver.txt | 15 +
licenses/LICENSE-sendgrid.txt | 7 +
licenses/LICENSE-servefavicon.txt | 25 +
licenses/LICENSE-socketio.txt | 22 +
licenses/LICENSE-socketioclient.txt | 22 +
licenses/LICENSE-superagent.txt | 22 +
licenses/LICENSE-swaggertools.txt | 21 +
licenses/LICENSE-tmp.txt | 21 +
licenses/LICENSE-twilio.txt | 9 +
licenses/LICENSE-underscore.txt | 23 +
licenses/LICENSE-uuid.txt | 9 +
licenses/LICENSE-validator.txt | 20 +
.../LICENSE-watsondevelopercloud.txt | 28 +-
licenses/LICENSE-when.txt | 24 +
licenses/LICENSE-winston.txt | 19 +
licenses/LICENSE-ws.txt | 21 +
licenses/LICENSE-xml2js.txt | 19 +
licenses/LICENSE-yauzl.txt | 21 +
tools/travis/build.sh | 5 +
tools/travis/setup.sh | 6 +-
67 files changed, 3114 insertions(+), 59 deletions(-)
delete mode 100644 NOTICE.md
create mode 100644 NOTICE.txt
create mode 100644 licenses/LICENSE-XMLHttpRequest.txt
create mode 100644 licenses/LICENSE-apn.txt
create mode 100644 licenses/LICENSE-async.txt
create mode 100644 licenses/LICENSE-bodyparser.txt
create mode 100644 licenses/LICENSE-btoa.txt
create mode 100644 licenses/LICENSE-cheerio.txt
create mode 100644 licenses/LICENSE-cloudant.txt
create mode 100644 licenses/LICENSE-commander.txt
create mode 100644 licenses/LICENSE-consul.txt
create mode 100644 licenses/LICENSE-cookieparser.txt
create mode 100644 licenses/LICENSE-cradle.txt
create mode 100644 licenses/LICENSE-errorhandler.txt
create mode 100644 licenses/LICENSE-express.txt
create mode 100644 licenses/LICENSE-expresssession.txt
create mode 100644 licenses/LICENSE-glob.txt
create mode 100644 licenses/LICENSE-gm.txt
create mode 100644 licenses/LICENSE-iconvlite.txt
create mode 100644 licenses/LICENSE-lodash.txt
create mode 100644 licenses/LICENSE-log4js.txt
create mode 100644 licenses/LICENSE-marked.txt
create mode 100644 licenses/LICENSE-merge.txt
create mode 100644 licenses/LICENSE-moment.txt
copy LICENSE.txt => licenses/LICENSE-mongodb.txt (98%)
create mode 100644 licenses/LICENSE-mustache.txt
create mode 100644 licenses/LICENSE-nano.txt
create mode 100644 licenses/LICENSE-node.txt
create mode 100644 licenses/LICENSE-nodemailer.txt
create mode 100644 licenses/LICENSE-nodeserver.txt
create mode 100644 licenses/LICENSE-nodeuuid.txt
copy LICENSE.txt => licenses/LICENSE-openwhisk.txt (99%)
create mode 100644 licenses/LICENSE-pkgcloud.txt
create mode 100644 licenses/LICENSE-process.txt
create mode 100644 licenses/LICENSE-redis.txt
create mode 100644 licenses/LICENSE-request.txt
create mode 100644 licenses/LICENSE-requestpromise.txt
create mode 100644 licenses/LICENSE-rimraf.txt
create mode 100644 licenses/LICENSE-semver.txt
create mode 100644 licenses/LICENSE-sendgrid.txt
create mode 100644 licenses/LICENSE-servefavicon.txt
create mode 100644 licenses/LICENSE-socketio.txt
create mode 100644 licenses/LICENSE-socketioclient.txt
create mode 100644 licenses/LICENSE-superagent.txt
create mode 100644 licenses/LICENSE-swaggertools.txt
create mode 100644 licenses/LICENSE-tmp.txt
create mode 100644 licenses/LICENSE-twilio.txt
create mode 100644 licenses/LICENSE-underscore.txt
create mode 100644 licenses/LICENSE-uuid.txt
create mode 100644 licenses/LICENSE-validator.txt
copy LICENSE.txt => licenses/LICENSE-watsondevelopercloud.txt (89%)
create mode 100644 licenses/LICENSE-when.txt
create mode 100644 licenses/LICENSE-winston.txt
create mode 100644 licenses/LICENSE-ws.txt
create mode 100644 licenses/LICENSE-xml2js.txt
create mode 100644 licenses/LICENSE-yauzl.txt
--
To stop receiving notification emails like this one, please contact
[email protected].