You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2017/10/26 03:12:09 UTC

[incubator-openwhisk-wskdeploy] annotated tag 0.8.9.2 updated (63ffbff -> 7e57812)

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" <co...@openwhisk.apache.org>'].