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 0105B200D3A for ; Wed, 15 Nov 2017 19:12:29 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id F3C52160BF4; Wed, 15 Nov 2017 18:12:28 +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 1DDB8160BE4 for ; Wed, 15 Nov 2017 19:12:27 +0100 (CET) Received: (qmail 71393 invoked by uid 500); 15 Nov 2017 18:12:27 -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 71384 invoked by uid 99); 15 Nov 2017 18:12:27 -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; Wed, 15 Nov 2017 18:12:27 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 9D69481BCC; Wed, 15 Nov 2017 18:12:26 +0000 (UTC) Date: Wed, 15 Nov 2017 18:12:26 +0000 To: , "' commits@openwhisk.apache.org" , '@gitbox.apache.org, Subject: [incubator-openwhisk-cli] annotated tag latest updated (2045496 -> 934e707) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151076954654.16094.9926006752016453072@gitbox.apache.org> From: csantanapr@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: 20454969f8a28d3bcf965df1fcf5841b6797ab6a X-Git-Newrev: 934e70771e9a3b014eabb8e305bb7211bea841df X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Wed, 15 Nov 2017 18:12:29 -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 2045496 (tag) to 934e707 (tag) tagging d29bd3c93bc1b9a2b28e6f1df5a1c15c247cc023 (commit) replaces 1.0.0 by Travis CI on Wed Nov 15 18:12:23 2017 +0000 - Log ----------------------------------------------------------------- Generated tag from Travis CI build 595 ----------------------------------------------------------------------- from 24f3a2b Allow CLI to Save Code from Action (#2544) add 52c6a58 Fix issue with trailing spaces and handle comments in the property file. (#2772) add 0d41807 WIP Support retrieving status and configuration of feed triggers in CLI (#2893) add 41c4855 Pin to the version of client go to a67e8509a92beb6c68f0c9da43562af1f5d2b13c add 2ac591e Fix issue with trailing spaces and handle comments in the property file. (#2772) add 2120761 Replace the test cases of action and package with REST implementation (#2621) add c073786 Update the test cases about rules with REST implementation (#2895) add 0b88c71 Replace sequence with REST implementation (#2917) add 71877f8 Replace basic runtimes with REST implementation (#2920) add 31f4e0e WIP Support retrieving status and configuration of feed triggers in CLI (#2893) add 3bda579 Add the support of certificate checking for secure mode (#2864) add 015a969 Re-implement the test cases under whisk.core.cli.test package in REST add 09cbb75 Replace test cases of api gateway with REST (#2944) add 196ad40 Completely settle throttle after the API GW test suite is run (#2963) add 3dd373a Clean up all the test cases (#2962) add fe59142 Refactor api gw test's throttle clearance method (#2965) add d29bd3c Clean up all the Travis environment No new revisions were added by this update. Summary of changes: Godeps/Godeps.json | 2 +- commands/trigger.go | 39 +- commands/util.go | 4 + wski18n/detection.go => tests/dat/actions/hello.py | 34 +- tests/dat/actions/hello.swift | 10 + tests/dat/actions/helloJava.jar | Bin 0 -> 1082 bytes tests/dat/actions/helloJavaDefaultPackage.jar | Bin 0 -> 1288 bytes tests/dat/actions/issue-1562.js | 6 + tests/dat/actions/malformed.py | 2 + tests/dat/actions/niam.js | 3 + tests/dat/actions/niam.py | 6 + tests/dat/actions/niam.swift | 4 + tests/dat/actions/python2_virtualenv.zip | Bin 0 -> 3644338 bytes tests/dat/actions/python3_virtualenv.zip | Bin 0 -> 3804236 bytes .../dat/actions/pythonVersion.py | 32 +- tests/dat/actions/stdenv.py | 7 + tests/dat/actions/zippedaction.zip | Bin 0 -> 51940 bytes .../apigw/healthtests/ApiGwCliEndToEndTests.scala | 34 +- .../apigw/healthtests/ApiGwEndToEndTests.scala | 73 ++- .../test/scala/system/basic/WskActionTests.scala | 23 +- .../scala/system/basic/WskBasicJavaTests.scala | 104 ++++ .../scala/system/basic/WskBasicNodeTests.scala | 140 +++++ .../scala/system/basic/WskBasicPythonTests.scala | 142 +++++ .../scala/system/basic/WskBasicSwift3Tests.scala | 65 +++ .../test/scala/system/basic/WskBasicTests.scala | 5 +- .../scala/system/basic/WskCliActionTests.scala | 29 +- .../scala/system/basic/WskCliBasicJavaTests.scala | 29 +- .../scala/system/basic/WskCliBasicNodeTests.scala | 29 +- .../system/basic/WskCliBasicPythonTests.scala | 29 +- .../system/basic/WskCliBasicSwift311Tests.scala | 30 +- .../system/basic/WskCliBasicSwift3Tests.scala | 29 +- .../scala/system/basic/WskCliConsoleTests.scala | 33 +- .../scala/system/basic/WskCliPackageTests.scala | 29 +- .../test/scala/system/basic/WskCliRuleTests.scala | 29 +- .../scala/system/basic/WskCliSequenceTests.scala | 31 +- .../test/scala/system/basic/WskConsoleTests.scala | 17 +- .../test/scala/system/basic/WskPackageTests.scala | 9 +- .../src/test/scala/system/basic/WskRuleTests.scala | 20 +- .../src/test/scala/system/basic/WskSdkTests.scala | 55 ++ .../test/scala/system/basic/WskSequenceTests.scala | 7 +- .../scala/whisk/core/admin/WskAdminTests.scala | 182 ------ .../test/ApiGwCliRoutemgmtActionTests.scala | 29 +- .../actions/test/ApiGwRoutemgmtActionTests.scala | 227 +------- .../scala/whisk/core/cli/test/ApiGwCliTests.scala | 34 +- .../scala/whisk/core/cli/test/ApiGwTests.scala | 641 +++++++-------------- .../scala/whisk/core/cli/test/BaseApiGwTests.scala | 156 +++++ .../whisk/core/cli/test/JsonArgsForTests.scala | 107 ++++ .../core/cli/test/WskActionSequenceTests.scala | 14 +- .../scala/whisk/core/cli/test/WskApiGwTests.scala | 438 ++++++++++++++ .../whisk/core/cli/test/WskBasicUsageTests.scala | 23 +- .../core/cli/test/WskCliActionSequenceTests.scala | 29 +- .../core/cli/test/WskCliEntitlementTests.scala | 35 +- .../core/cli/test/WskCliWebActionsTests.scala | 29 +- .../scala/whisk/core/cli/test/WskConfigTests.scala | 146 +++++ .../whisk/core/cli/test/WskEntitlementTests.scala | 94 +-- .../whisk/core/cli/test/WskWebActionsTests.scala | 12 +- tools/travis/test_openwhisk.sh | 11 +- wski18n/i18n_resources.go | 20 +- 58 files changed, 2003 insertions(+), 1364 deletions(-) copy wski18n/detection.go => tests/dat/actions/hello.py (60%) create mode 100644 tests/dat/actions/hello.swift create mode 100644 tests/dat/actions/helloJava.jar create mode 100644 tests/dat/actions/helloJavaDefaultPackage.jar create mode 100644 tests/dat/actions/issue-1562.js create mode 100644 tests/dat/actions/malformed.py create mode 100644 tests/dat/actions/niam.js create mode 100644 tests/dat/actions/niam.py create mode 100644 tests/dat/actions/niam.swift create mode 100644 tests/dat/actions/python2_virtualenv.zip create mode 100644 tests/dat/actions/python3_virtualenv.zip copy wski18n/detection.go => tests/dat/actions/pythonVersion.py (60%) create mode 100644 tests/dat/actions/stdenv.py create mode 100644 tests/dat/actions/zippedaction.zip copy wski18n/detection.go => tests/src/test/scala/apigw/healthtests/ApiGwCliEndToEndTests.scala (60%) create mode 100644 tests/src/test/scala/system/basic/WskBasicJavaTests.scala create mode 100644 tests/src/test/scala/system/basic/WskBasicNodeTests.scala create mode 100644 tests/src/test/scala/system/basic/WskBasicPythonTests.scala create mode 100644 tests/src/test/scala/system/basic/WskBasicSwift3Tests.scala copy wski18n/detection.go => tests/src/test/scala/system/basic/WskCliActionTests.scala (60%) copy wski18n/detection.go => tests/src/test/scala/system/basic/WskCliBasicJavaTests.scala (60%) copy wski18n/detection.go => tests/src/test/scala/system/basic/WskCliBasicNodeTests.scala (60%) copy wski18n/detection.go => tests/src/test/scala/system/basic/WskCliBasicPythonTests.scala (60%) copy wski18n/detection.go => tests/src/test/scala/system/basic/WskCliBasicSwift311Tests.scala (60%) copy wski18n/detection.go => tests/src/test/scala/system/basic/WskCliBasicSwift3Tests.scala (60%) copy wski18n/detection.go => tests/src/test/scala/system/basic/WskCliConsoleTests.scala (60%) copy wski18n/detection.go => tests/src/test/scala/system/basic/WskCliPackageTests.scala (60%) copy wski18n/detection.go => tests/src/test/scala/system/basic/WskCliRuleTests.scala (60%) copy wski18n/detection.go => tests/src/test/scala/system/basic/WskCliSequenceTests.scala (60%) delete mode 100644 tests/src/test/scala/whisk/core/admin/WskAdminTests.scala copy wski18n/detection.go => tests/src/test/scala/whisk/core/apigw/actions/test/ApiGwCliRoutemgmtActionTests.scala (60%) copy wski18n/detection.go => tests/src/test/scala/whisk/core/cli/test/ApiGwCliTests.scala (60%) create mode 100644 tests/src/test/scala/whisk/core/cli/test/BaseApiGwTests.scala create mode 100644 tests/src/test/scala/whisk/core/cli/test/JsonArgsForTests.scala create mode 100644 tests/src/test/scala/whisk/core/cli/test/WskApiGwTests.scala copy wski18n/detection.go => tests/src/test/scala/whisk/core/cli/test/WskCliActionSequenceTests.scala (60%) copy wski18n/detection.go => tests/src/test/scala/whisk/core/cli/test/WskCliEntitlementTests.scala (60%) copy wski18n/detection.go => tests/src/test/scala/whisk/core/cli/test/WskCliWebActionsTests.scala (60%) -- To stop receiving notification emails like this one, please contact ['"commits@openwhisk.apache.org" '].