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 2018/03/15 00:23:53 UTC

[incubator-openwhisk-wskdeploy] annotated tag latest updated (ec7a7ea -> 4450e90)

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 ec7a7ea  (tag)
      to 4450e90  (tag)
 tagging b9fd4d317888319ddd3fea3ad8458b2b661ec407 (commit)
 replaces 0.9.1
      by Travis CI
      on Thu Mar 15 00:23:47 2018 +0000

- Log -----------------------------------------------------------------
Generated tag from Travis CI build 1832
-----------------------------------------------------------------------

    from 4209ba9  Add support to export binary (zip and jar) actions (#790)
     add b9fd4d3  Adding Docker and Native support (#801)

No new revisions were added by this update.

Summary of changes:
 parsers/manifest_parser.go                         | 816 ++++++++++-----------
 parsers/manifest_parser_test.go                    |  41 ++
 parsers/yamlparser.go                              |  30 +-
 .../manifest_data_compose_actions_for_docker.yaml} |  41 +-
 tests/src/integration/docker/actions/bash/exec     |   2 +
 tests/src/integration/docker/actions/exec.zip      | Bin 0 -> 223 bytes
 tests/src/integration/docker/actions/go/exec       | Bin 0 -> 2229083 bytes
 .../src/integration/docker/actions/go/sample.go    |  35 +-
 .../apigateway_test.go => docker/docker_test.go}   |  10 +-
 tests/src/integration/docker/manifest.yaml         |  46 ++
 utils/misc.go                                      |  69 --
 utils/runtimes.go                                  |   2 +
 12 files changed, 553 insertions(+), 539 deletions(-)
 copy tests/{src/integration/triggerrule/manifest.yml => dat/manifest_data_compose_actions_for_docker.yaml} (50%)
 create mode 100755 tests/src/integration/docker/actions/bash/exec
 create mode 100644 tests/src/integration/docker/actions/exec.zip
 create mode 100755 tests/src/integration/docker/actions/go/exec
 copy main.go => tests/src/integration/docker/actions/go/sample.go (59%)
 copy tests/src/integration/{apigateway/apigateway_test.go => docker/docker_test.go} (83%)
 create mode 100644 tests/src/integration/docker/manifest.yaml

-- 
To stop receiving notification emails like this one, please contact
houshengbo@apache.org.