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 A6819200D37 for ; Thu, 26 Oct 2017 05:12:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A502B160BE0; Thu, 26 Oct 2017 03:12:12 +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 EB456160BDA for ; Thu, 26 Oct 2017 05:12:11 +0200 (CEST) Received: (qmail 56111 invoked by uid 500); 26 Oct 2017 03:12:11 -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 56102 invoked by uid 99); 26 Oct 2017 03:12:10 -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, 26 Oct 2017 03:12:10 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id EA64D81BBE; Thu, 26 Oct 2017 03:12:09 +0000 (UTC) Date: Thu, 26 Oct 2017 03:12:09 +0000 To: , "' commits@openwhisk.apache.org" , '@gitbox.apache.org, Subject: [incubator-openwhisk-wskdeploy] annotated tag 0.8.9.2 updated (63ffbff -> 7e57812) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150898752907.6040.3968156333196932379@gitbox.apache.org> From: houshengbo@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk-wskdeploy X-Git-Refname: refs/tags/0.8.9.2 X-Git-Reftype: annotated tag X-Git-Oldrev: 63ffbff71919bdaacf788d23c9cc12d7b50f3cea X-Git-Newrev: 7e5781214e24c32f637851c2e82eebcfe993c182 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Thu, 26 Oct 2017 03:12:12 -0000 This is an automated email from the ASF dual-hosted git repository. houshengbo pushed a change to annotated tag 0.8.9.2 in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git. *** WARNING: tag 0.8.9.2 was modified! *** from 63ffbff (tag) to 7e57812 (tag) tagging ced8f43f4de2f121b3e63d302ae50eba1f14b5bb (commit) replaces 0.8.9.1 by Vincent Hou on Wed Oct 25 23:11:44 2017 -0400 - Log ----------------------------------------------------------------- Generated the tag 0.8.9.2. ----------------------------------------------------------------------- from a801742 Separate out parameter related functions from general parser. (#625) add ced8f43 Adding support for project (#627) No new revisions were added by this update. Summary of changes: deployers/deploymentreader.go | 90 ++-- deployers/deploymentreader_test.go | 2 +- deployers/servicedeployer.go | 182 ++++---- deployers/verifier.go | 14 +- deployers/whiskclient.go | 6 +- ...eployment_hello_world_triggerrule_bindings.yaml | 2 +- ...deployment_hello_world_triggerrule_unbound.yaml | 2 +- parsers/deploy_parser.go | 4 +- parsers/deploy_parser_test.go | 384 ++++++++-------- parsers/manifest_parser.go | 14 +- parsers/yamlparser.go | 122 ++--- parsers/yamlparser_test.go | 27 +- tests/dat/deployment_compose_trigger.yaml | 2 +- ...plication.yaml => deployment_data_project.yaml} | 2 +- ...e.yaml => deployment_data_project_package.yaml} | 2 +- ...> deployment_data_project_package_env_var.yaml} | 2 +- ...ployment_data_project_package_env_var_con.yaml} | 2 +- ... deployment_data_project_packages_env_var.yaml} | 2 +- ...loyment_data_project_packages_env_var_con.yaml} | 2 +- tests/dat/deployment_validate_credentials.yaml | 2 +- .../dat/deployment_validate_deployment_reader.yaml | 2 +- tests/src/integration/alarmtrigger/deployment.yaml | 2 +- tests/src/integration/common/wskdeploy.go | 2 +- tests/src/integration/helloworld/deployment.yaml | 2 +- tests/src/integration/message-hub/deployment.yaml | 2 +- .../actions/hello.js | 0 .../deployment-with-application.yaml} | 6 +- .../deployment-with-project.yaml} | 8 +- .../manifest-with-application.yaml} | 12 +- .../manifest-with-project.yaml} | 12 +- .../validate-application-and-project_test.go} | 22 +- .../deployment.yaml | 2 +- .../deployment.yaml | 2 +- .../not-standard-deployment.yaml | 2 +- .../random-name-2.yaml | 2 +- .../yaml-deployment-with-yml-manifest.yaml | 2 +- .../validate-package-in-manifest/deployment.yaml | 2 +- .../validate-packages-in-manifest/deployment.yaml | 2 +- .../validatePackageInDeployment/deployment.yaml | 2 +- .../validatePackagesInDeployment/deployment.yaml | 2 +- tests/usecases/github/deployment.yaml | 2 +- tests/usecases/slack/deployment.yaml | 2 +- utils/misc.go | 2 +- wski18n/i18n_resources.go | 510 ++++++++++----------- wski18n/resources/en_US.all.json | 8 + 45 files changed, 759 insertions(+), 718 deletions(-) rename tests/dat/{deployment_data_application.yaml => deployment_data_project.yaml} (89%) rename tests/dat/{deployment_data_application_package.yaml => deployment_data_project_package.yaml} (94%) rename tests/dat/{deployment_data_application_package_env_var.yaml => deployment_data_project_package_env_var.yaml} (94%) rename tests/dat/{deployment_data_application_package_env_var_con.yaml => deployment_data_project_package_env_var_con.yaml} (94%) rename tests/dat/{deployment_data_application_packages_env_var.yaml => deployment_data_project_packages_env_var.yaml} (96%) rename tests/dat/{deployment_data_application_packages_env_var_con.yaml => deployment_data_project_packages_env_var_con.yaml} (97%) copy tests/src/integration/{validate-packages-in-manifest => validate-application-and-project}/actions/hello.js (100%) copy tests/{dat/deployment_validate_deployment_reader.yaml => src/integration/validate-application-and-project/deployment-with-application.yaml} (57%) copy tests/{dat/deployment_validate_deployment_reader.yaml => src/integration/validate-application-and-project/deployment-with-project.yaml} (50%) copy tests/src/integration/{alarmtrigger/manifest.yaml => validate-application-and-project/manifest-with-application.yaml} (67%) copy tests/src/integration/{alarmtrigger/manifest.yaml => validate-application-and-project/manifest-with-project.yaml} (67%) copy tests/src/integration/{triggerrule/triggerrule_test.go => validate-application-and-project/validate-application-and-project_test.go} (60%) -- To stop receiving notification emails like this one, please contact ['"commits@openwhisk.apache.org" '].