This is an automated email from the ASF dual-hosted git repository.
houshengbo pushed a change to annotated tag latest
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git.
*** WARNING: tag latest was modified! ***
from be827ad (tag)
to 4c4cdd9 (tag)
tagging 8cafa35bf82c855b677770a69d0acf1f21e90de5 (commit)
replaces 0.9.0
by Travis CI
on Thu Feb 22 22:31:43 2018 +0000
- Log -----------------------------------------------------------------
Generated tag from Travis CI build 1702
-----------------------------------------------------------------------
from fa97469 Add 0.9.2 version of spec. (#747)
add 8cafa35 Remove top-level deprecated Package schema. (#743)
No new revisions were added by this update.
Summary of changes:
.travis.yml | 4 +-
cmd/add.go | 161 -----
cmd/init.go | 86 ---
cmd/publish.go | 132 -----
cmd/root.go | 2 +-
cmd/undeploy.go | 3 +
deployers/deploymentreader.go | 54 +-
deployers/deploymentreader_test.go | 71 +--
deployers/filesystemreader.go | 4 +-
deployers/manifestreader_test.go | 9 -
deployers/whiskclient.go | 12 +-
deployers/whiskclient_test.go | 22 +-
parsers/deploy_parser_test.go | 59 --
parsers/manifest_parser.go | 94 ++-
parsers/manifest_parser_test.go | 654 +++++++--------------
parsers/yamlparser.go | 15 +-
parsers/yamlparser_test.go | 88 +--
tests/dat/deployment_data_package.yaml | 22 -
tests/dat/deployment_data_package_env_var.yaml | 22 -
.../deployment_data_project_package_env_var.yaml | 26 -
...eployment_data_project_package_env_var_con.yaml | 26 -
.../dat/manifest_bad_yaml_invalid_package_key.yaml | 10 +-
...anifest_data_compose_actions_for_function.yaml} | 10 +-
...fest_data_compose_actions_for_invalid_web.yaml} | 7 +-
... manifest_data_compose_actions_for_limits.yaml} | 18 +-
... => manifest_data_compose_actions_for_web.yaml} | 19 +-
tests/dat/manifest_data_compose_api_records.yaml | 52 ++
...aml => manifest_data_compose_dependencies.yaml} | 12 +-
.../dat/manifest_data_compose_packages.yaml | 6 +-
..._rule.yaml => manifest_data_compose_rules.yaml} | 8 +-
...> manifest_data_compose_runtimes_implicit.yaml} | 22 +-
...r.yaml => manifest_data_compose_sequences.yaml} | 8 +-
tests/dat/manifest_data_compose_triggers.yaml | 36 +-
.../manifest_data_unmarshal_packages.yaml} | 18 +-
tests/dat/manifest_hello_java_jar.yaml | 14 +-
tests/dat/manifest_hello_nodejs.yaml | 12 +-
tests/dat/manifest_hello_nodejs_with_params.yaml | 18 +-
tests/dat/manifest_hello_python.yaml | 12 +-
tests/dat/manifest_hello_swift.yaml | 12 +-
... => manifest_invalid_packages_key_missing.yaml} | 2 +
.../src/integration/dependency/dependency_test.go | 34 +-
.../validate-package-in-manifest/actions/hello.js | 26 -
.../validate-package-in-manifest/deployment.yaml | 29 -
.../validate-package-in-manifest/manifest.yaml | 60 --
.../validate-package-in-manifest_test.go | 40 --
.../actions/helloworld.js | 32 -
.../validatePackageInDeployment/manifest.yaml | 27 -
.../validatePackageInDeployment_test.go | 42 --
.../validateSequencesCreation_test.go | 55 +-
utils/conversion.go | 11 +-
wski18n/i18n_ids.go | 2 +
wski18n/i18n_resources.go | 39 +-
wski18n/resources/en_US.all.json | 4 +
53 files changed, 627 insertions(+), 1636 deletions(-)
delete mode 100644 cmd/add.go
delete mode 100644 cmd/init.go
delete mode 100644 cmd/publish.go
delete mode 100644 tests/dat/deployment_data_package.yaml
delete mode 100644 tests/dat/deployment_data_package_env_var.yaml
delete mode 100644 tests/dat/deployment_data_project_package_env_var.yaml
delete mode 100644 tests/dat/deployment_data_project_package_env_var_con.yaml
copy tests/dat/{manifest_validate_package_grammar.yaml =>
manifest_data_compose_actions_for_function.yaml} (70%)
copy tests/dat/{manifest_validate_package_grammar.yaml =>
manifest_data_compose_actions_for_invalid_web.yaml} (86%)
copy tests/dat/{manifest_validate_package_grammar.yaml =>
manifest_data_compose_actions_for_limits.yaml} (65%)
copy tests/dat/{manifest_validate_package_grammar.yaml =>
manifest_data_compose_actions_for_web.yaml} (59%)
create mode 100644 tests/dat/manifest_data_compose_api_records.yaml
copy tests/dat/{manifest_validate_package_grammar.yaml =>
manifest_data_compose_dependencies.yaml} (76%)
copy specification/diagrams/README.md =>
tests/dat/manifest_data_compose_packages.yaml (94%)
copy tests/dat/{manifest_validate_rule.yaml =>
manifest_data_compose_rules.yaml} (88%)
copy tests/dat/{manifest_bad_yaml_invalid_comment.yaml =>
manifest_data_compose_runtimes_implicit.yaml} (68%)
copy tests/dat/{manifest_validate_package_grammar.yaml =>
manifest_data_compose_sequences.yaml} (86%)
rename tests/{src/integration/validatePackageInDeployment/deployment.yaml =>
dat/manifest_data_unmarshal_packages.yaml} (79%)
rename tests/dat/{manifest_invalid_package_missing.yaml =>
manifest_invalid_packages_key_missing.yaml} (97%)
delete mode 100644
tests/src/integration/validate-package-in-manifest/actions/hello.js
delete mode 100644
tests/src/integration/validate-package-in-manifest/deployment.yaml
delete mode 100644
tests/src/integration/validate-package-in-manifest/manifest.yaml
delete mode 100644
tests/src/integration/validate-package-in-manifest/validate-package-in-manifest_test.go
delete mode 100644
tests/src/integration/validatePackageInDeployment/actions/helloworld.js
delete mode 100644
tests/src/integration/validatePackageInDeployment/manifest.yaml
delete mode 100644
tests/src/integration/validatePackageInDeployment/validatePackageInDeployment_test.go
--
To stop receiving notification emails like this one, please contact
[email protected].