Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1E3BB20049E for ; Thu, 10 Aug 2017 14:43:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1AE6916B340; Thu, 10 Aug 2017 12:43:41 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6142716B336 for ; Thu, 10 Aug 2017 14:43:40 +0200 (CEST) Received: (qmail 65877 invoked by uid 500); 10 Aug 2017 12:43:39 -0000 Mailing-List: contact commits-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list commits@openwhisk.apache.org Received: (qmail 65868 invoked by uid 99); 10 Aug 2017 12:43:39 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2017 12:43:39 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id D18C281245; Thu, 10 Aug 2017 12:43:38 +0000 (UTC) Date: Thu, 10 Aug 2017 12:43:38 +0000 To: , "' commits@openwhisk.apache.org" , '@gitbox.apache.org, Subject: [incubator-openwhisk-cli] annotated tag latest updated (9bf88df -> 58da412) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150236901879.29008.17097051349749315081@gitbox.apache.org> From: csantanapr@apache.org Reply-To: "commits@openwhisk.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk-cli X-Git-Refname: refs/tags/latest X-Git-Reftype: annotated tag X-Git-Oldrev: 9bf88df8b68060e9bd98482691e09786620b6677 X-Git-Newrev: 58da412636bc1f8058a46b98191c445ad5be5571 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Thu, 10 Aug 2017 12:43:41 -0000 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" '].