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 2017/08/17 17:42:04 UTC

[incubator-openwhisk-cli] annotated tag latest updated (58da412 -> 77b39de)

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

csantanapr pushed a change to annotated tag latest
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-cli.git.


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

    from 58da412  (tag)
      to 77b39de  (tag)
 tagging 083cbe1ad2e72d01da973e1b9d335f2a98ab50c0 (commit)
 replaces 1.0.0
      by Travis CI
      on Thu Aug 17 17:42:00 2017 +0000

- Log -----------------------------------------------------------------
Generated tag from Travis CI build 500
-----------------------------------------------------------------------

    from fae1052  Update go version from 1.7 to 1.8
     add 784ed57  bump to gradle4
     add ab4c0a8  Summary updates for actions without annotated descriptions: (#2490)
     add 9b26034  Allow FQN with 3 parts (namespace/package/action) to be input with/without leading slash in CLI (#2424)
     add 6aae54c  Allow CLI to sort entities by name (#2326)
     add 172e318  Pin the client go version to b239221db78b0578518daa81d97ab66cad6d08db
     add bfc0133  Summary updates for actions without annotated descriptions: (#2490)
     add eea71f2  Allow FQN with 3 parts (namespace/package/action) to be input with/without leading slash in CLI (#2424)
     add f61dfcf  Allow CLI to sort entities by name (#2326)
     add 2153503  Port Controller from Spray to Akka (#2218)
     add ff70485  Fix illegal header warnings for web actions specifying content type (#2619)
     add 083cbe1  Pull the openwhisk image instead of building it

No new revisions were added by this update.

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           |   3 +-
 gradlew                                            |  26 +-
 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 +-
 24 files changed, 1288 insertions(+), 563 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
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].