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

houshengbo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-cli.git.


    from aeb8b46  Merge pull request #57 from 
houshengbo/update-client-go-version
     new 6c534d1  Allow docker actions with zip files.  (#2112)
     new bd1f645  Error when Entity Names are Provided to List Commands (#2075)
     new 05f2c14  Fix the existing integration tests
     new 6a8c178  Remove appveyor script due to extremely slow build

The 4 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:
 .appveyor.yml                             |  21 ----
 .travis.yml                               |   2 -
 README.md                                 |   6 +-
 commands/action.go                        | 120 +++++++++++----------
 commands/activation.go                    |  31 ++----
 commands/api.go                           |  22 ++--
 commands/flags.go                         |  41 +++----
 commands/namespace.go                     |  27 ++---
 commands/package.go                       | 174 ++++++++++++------------------
 commands/rule.go                          | 136 +++++++++--------------
 commands/shared.go                        |  47 ++++++++
 commands/trigger.go                       | 170 +++++++++++------------------
 commands/util.go                          |  20 ++--
 commands/wsk.go                           |  10 +-
 tests/src/integration/common/wskprops.go  |   6 +-
 tests/src/integration/integration_test.go |  10 +-
 tools/travis/install_openwhisk.sh         |  43 --------
 tools/travis/test_openwhisk.sh            |  70 +++++++-----
 wski18n/i18n_resources.go                 |  22 ++--
 wski18n/resources/en_US.all.json          |  28 ++---
 20 files changed, 445 insertions(+), 561 deletions(-)
 delete mode 100644 .appveyor.yml
 create mode 100644 commands/shared.go
 delete mode 100755 tools/travis/install_openwhisk.sh

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

Reply via email to