This is an automated email from the ASF dual-hosted git repository.
csantanapr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-cli.git.
from 784ed57 bump to gradle4
new ab4c0a8 Summary updates for actions without annotated descriptions:
(#2490)
new 9b26034 Allow FQN with 3 parts (namespace/package/action) to be input
with/without leading slash in CLI (#2424)
new 6aae54c Allow CLI to sort entities by name (#2326)
new 172e318 Pin the client go version to
b239221db78b0578518daa81d97ab66cad6d08db
new bfc0133 Summary updates for actions without annotated descriptions:
(#2490)
new eea71f2 Allow FQN with 3 parts (namespace/package/action) to be input
with/without leading slash in CLI (#2424)
new f61dfcf Allow CLI to sort entities by name (#2326)
new 2153503 Port Controller from Spray to Akka (#2218)
new ff70485 Fix illegal header warnings for web actions specifying
content type (#2619)
new 083cbe1 Pull the openwhisk image instead of building it
The 10 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:
Godeps/Godeps.json | 2 +-
commands/action.go | 114 +++---
commands/activation.go | 12 +-
commands/api.go | 143 ++++---
commands/flags.go | 1 +
commands/namespace.go | 37 +-
commands/package.go | 115 +++---
commands/qualified_name.go | 215 +++++++++++
commands/rule.go | 87 ++---
commands/shared.go | 13 -
commands/trigger.go | 114 +++---
commands/util.go | 375 +++++++++----------
commands/wsk.go | 2 +
gradle/wrapper/gradle-wrapper.properties | 1 -
tests/dat/actions/base64Web.js | 9 +
.../test/scala/system/basic/WskActionTests.scala | 1 -
.../test/scala/system/basic/WskSequenceTests.scala | 5 +-
.../scala/whisk/core/cli/test/ApiGwTests.scala | 39 +-
.../whisk/core/cli/test/WskBasicUsageTests.scala | 409 +++++++++++++++++++++
.../whisk/core/cli/test/WskWebActionsTests.scala | 65 ++--
tools/travis/test_openwhisk.sh | 11 +-
wski18n/i18n_resources.go | 22 +-
wski18n/resources/en_US.all.json | 31 +-
23 files changed, 1270 insertions(+), 553 deletions(-)
create mode 100644 commands/qualified_name.go
create mode 100644 tests/dat/actions/base64Web.js
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].