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

The 11 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:
 .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" <commits@openwhisk.apache.org>'].

Reply via email to