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/10 12:43:38 UTC

[incubator-openwhisk-cli] annotated tag latest updated (9bf88df -> 58da412)

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 9bf88df  (tag)
      to 58da412  (tag)
 tagging fae105252359bba5c6a783d875df838ec6081dab (commit)
 replaces 1.0.0
      by Travis CI
      on Thu Aug 10 12:43:35 2017 +0000

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

    from e78e761  Add rule status to CLI rule list  (#2474)
     add 7609d52  Prints bashauto-completion install script to STDOUT (#2520)
     add 1c2b32d  Remove "experimental" gateway api (#2547)
     add 3dadc17  Ensure Action Update Creates a Web Action (#2435)
     add 533665b  Clean Up CLI Tests (#2541)
     add 9040015  add wskadmin limits get/delete and cleanup tests subjects for limits. (#2553)
     add 3be8a17  Limit length of HTTP body displayed when debugging. (#2491)
     add 813e9ee  Prints bashauto-completion install script to STDOUT (#2520)
     add 1a30433  Support multiple response header values in raw web actions (#2577)
     add 34c5fc1  Remove "experimental" gateway api (#2547)
     add 19a3a55  Ensure Action Update Creates a Web Action (#2435)
     add fae1052  Update go version from 1.7 to 1.8

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |   4 +-
 CONTRIBUTING.md                                    |   2 +-
 Dockerfile                                         |   2 +-
 Godeps/Godeps.json                                 |   2 +-
 commands/action.go                                 |  33 +-
 commands/activation.go                             |  18 +-
 commands/api.go                                    | 830 ++-------------------
 commands/commands.go                               |  24 +-
 commands/flags.go                                  |   5 +
 commands/namespace.go                              |   4 +-
 commands/package.go                                |  44 +-
 commands/property.go                               |  24 +-
 commands/rule.go                                   |  22 +-
 commands/sdk.go                                    |  58 +-
 commands/shared.go                                 |   4 +-
 commands/trigger.go                                |  42 +-
 commands/util.go                                   |  58 +-
 commands/wsk.go                                    |   1 -
 tests/dat/actions/multipleHeaders.js               |   8 +
 tests/dat/apigw/testswaggerdoc1                    | 104 +--
 tests/dat/apigw/testswaggerdoc2                    | 272 ++-----
 tests/src/integration/integration_test.go          |  28 -
 .../apigw/healthtests/ApiGwEndToEndTests.scala     |  73 +-
 .../test/scala/system/basic/WskBasicTests.scala    |   4 -
 .../test/scala/system/basic/WskPackageTests.scala  |   4 -
 .../src/test/scala/system/basic/WskSdkTests.scala  |   6 +
 .../scala/whisk/core/admin/WskAdminTests.scala     |  17 +
 .../actions/test/ApiGwRoutemgmtActionTests.scala   | 283 +------
 .../scala/whisk/core/cli/test/ApiGwTests.scala     | 475 ++----------
 .../whisk/core/cli/test/WskBasicUsageTests.scala   | 190 +++--
 .../whisk/core/cli/test/WskWebActionsTests.scala   |  23 +
 wski18n/i18n_resources.go                          |  22 +-
 wski18n/resources/en_US.all.json                   |  22 +-
 33 files changed, 614 insertions(+), 2094 deletions(-)
 create mode 100644 tests/dat/actions/multipleHeaders.js

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].