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/09/18 15:40:07 UTC

[incubator-openwhisk-cli] annotated tag latest updated (77b39de -> 08a20b1)

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 77b39de  (tag)
      to 08a20b1  (tag)
 tagging 2fc6865e26572128bda251b9dc131ac184ae1e5d (commit)
 replaces 1.0.0
      by Travis CI
      on Mon Sep 18 15:40:01 2017 +0000

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

    from 083cbe1  Pull the openwhisk image instead of building it
     add 0eafc9b  CLI User Agent Header (#2591)
     add 8556b55  Correct unable to set apihost issue.
     add 326ffdb  Clarify WSK_CONFIG_FILE empty string behavior (#2357)
     add 1d97cc6  Add activation logs strip option. (#2620)
     add 38f4cdb  Use the stale parameter on listing activations. (#2632)
     add f48f7ea  Rename CliActivationResponse & CliActivation, and change them from (#2592)
     add 12a12ba  remove experimental web actions support
     add 0d50da1  Fix handing of binary content-types in webactions (#2683)
     add 6101281  API gw test cleanup (#2493)
     add 613e631  Restore throttle check before each CLI call. (#2702)
     add 5e39d4b  Apply standard scala formatting. (#2650)
     add 04908d5  Remove redundant test suite. Also remove some spurious log messages. (#2693)
     add 2038ba5  CLI User Agent Header (#2591)
     add a8e3016  Test change for api host setting which previously caused CLI to crash.
     add 30ba302  Clarify WSK_CONFIG_FILE empty string behavior (#2357)
     add 2fc6865  Add activation logs strip option. (#2620)

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |    1 +
 Godeps/Godeps.json                                 |    4 +-
 commands/activation.go                             |    2 +-
 commands/commands.go                               |   10 +
 commands/flags.go                                  |    1 +
 commands/property.go                               |    7 +-
 commands/util.go                                   |   11 +-
 tests/dat/actions/corsHeaderMod.js                 |    2 +-
 tests/dat/actions/log.js                           |    7 +
 tests/dat/actions/multipleHeaders.js               |    2 +-
 tests/dat/actions/pngWeb.js                        |   13 +
 tests/src/integration/common/wsk.go                |    8 +-
 tests/src/integration/common/wskprops.go           |   55 -
 tests/src/integration/integration_test.go          |    8 +-
 .../apigw/healthtests/ApiGwEndToEndTests.scala     |  233 +-
 .../test/scala/system/basic/WskActionTests.scala   |  540 ++--
 .../test/scala/system/basic/WskBasicTests.scala    | 1629 +++++-----
 .../test/scala/system/basic/WskConsoleTests.scala  |   83 +-
 .../test/scala/system/basic/WskPackageTests.scala  |  169 +-
 .../src/test/scala/system/basic/WskRuleTests.scala |  706 +++--
 .../src/test/scala/system/basic/WskSdkTests.scala  |  152 +-
 .../test/scala/system/basic/WskSequenceTests.scala |  929 +++---
 .../scala/whisk/core/admin/WskAdminTests.scala     |  275 +-
 .../actions/test/ApiGwRoutemgmtActionTests.scala   |  781 +++--
 .../scala/whisk/core/cli/test/ApiGwTests.scala     | 1852 +++++------
 .../core/cli/test/WskActionSequenceTests.scala     |   81 +-
 .../whisk/core/cli/test/WskBasicUsageTests.scala   | 3215 ++++++++++----------
 .../scala/whisk/core/cli/test/WskConfigTests.scala |  471 +--
 .../whisk/core/cli/test/WskEntitlementTests.scala  |  557 ++--
 .../whisk/core/cli/test/WskWebActionsTests.scala   |  534 ++--
 wski18n/i18n_resources.go                          |   22 +-
 wski18n/resources/en_US.all.json                   |    4 +
 32 files changed, 6347 insertions(+), 6017 deletions(-)
 create mode 100644 tests/dat/actions/log.js
 create mode 100644 tests/dat/actions/pngWeb.js
 delete mode 100644 tests/src/integration/common/wskprops.go

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