This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a change to branch rabbah-patch-1
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git.


      at 4eb655b  Fix broken links.

This branch includes the following new commits:

     new 367015d  Initial commit
     new e5024b1  Initial Checkin
     new 98c91c9  Add the first test case
     new df3cc6b  Merge pull request #3 from daisy-ycguo/test1
     new c8bbe59  WIP Issue #4, add example of API call
     new de6910d  Added a Makefile. Some code cleanup with golint.
     new 824407c  Merge pull request #7 from lzbj/development
     new d698068  WIP Issue #4, added service deployer which inspects file 
directories
     new e736721  Util reader to read content from web or local path. With some 
test code.
     new cde5260  Merge pull request #11 from lzbj/development
     new 3f22666  WIP Issue #4, read properties file to load auth, apihost, and 
namespace
     new 6f0fa9b  Adjusted the project hierarchy. Fixed the util bug with test 
code.
     new cdaecef  Add test case 2
     new 7a82ff0  Merge pull request #14 from lzbj/development
     new 503322a  Merge pull request #15 from daisy-ycguo/test2
     new 43f3aa8  Add testcase3
     new 39e2467  WIP Issue #4, more processing
     new 89252c7  Add travis CI support as minimum gate. Before merge any PR.
     new 89b11c3  Merge pull request #19 from daisy-ycguo/test3
     new 74b626d  Merge pull request #20 from lzbj/development
     new b15d977  Fix travis failed issue. Make package dependency to 
https://github.com/lzbj/go-whisk/whisk.git Before the go whisk client 
officially available on Github.
     new ee686b4  Update manifest parser and tests
     new 16507b5  Merge pull request #22 from lzbj/test_travis
     new b9cb61b  Merge pull request #24 from daisy-ycguo/update-parser
     new def9ef0  Remove minus character from manifest yaml files
     new 5cea739  Merge pull request #28 from daisy-ycguo/update-testcases
     new eceffed  WIP Issue #4, more processing
     new 415ebbb  WIP issue #4, move deploy code into root command to 
accommodate new name
     new 3a38998  Integrate paser with service deployer. Fix issue #18.
     new 527d6bb  Merge pull request #30 from lzbj/development
     new 4161b2b  Add interactive and default mode flags, WIP integration of 
defaults into manifest
     new 927d673  Add a Docker file for the wskdeploy, so user could use docker 
in convenient. Tweaked the Makefile also.
     new 23e7449  Add the godep file, so customer could build wskdeploy more 
robustly with 'godep go build' command.
     new ba3ab45  Merge pull request #36 from lzbj/development
     new c4ce42a  Update README with build instructions
     new 659ecb1  Create README.md
     new 2efb772  Update README.md
     new 46e8d14  Add files via upload
     new 9a0cfb9  Update README.md
     new ef8f946  Create images.md
     new 21f4fee  Add files via upload
     new bab8255  Update README.md
     new bda423a  Update README.md
     new 74d5635  Update README.md
     new 699c057  Update README.md
     new e6cc5f8  Update README about the Dockerfile build process.
     new 1b72b88  Merge pull request #38 from lzbj/development
     new 08ad563  add deployment file for the second test case
     new 4f904f6  Update parser
     new 1515edd  Merge pull request #39 from daisy-ycguo/improve-parser
     new 2447afc  Merge pull request #37 from daisy-ycguo/update-test2
     new f984dcb  Add deployment support for trigger. Also a little tweak to 
the paser. Address issue #43.
     new 3eb76fd  Merge pull request #44 from lzbj/deployment_triggerAndRule
     new d42a17b  Add deployementService support for rule. Address issue #43
     new cd25cf9  Little tweak to hide panic stack traces. Added verbose option 
with basic help message. Address issue #46.
     new b8736c2  Convert error to whisk.WskError to allow print detailed 
message and error code. Address issue #49.
     new 6bf1159  Merge pull request #50 from lzbj/issue49
     new 525d76f  Add command report to help user get an overall report about 
the deployments status on OpenWhisk platform. Address issue #42.
     new 9448482  Merge pull request #51 from lzbj/issue42
     new 5898f4d  Update deployment yaml files
     new 8977699  Merge pull request #52 from daisy-ycguo/deployment-yaml
     new a38ff4f  Add support for deployment.yaml Address issue #45.
     new ddd0918  [WIP] Add support to parse feed
     new 0f97a0b  Merge pull request #53 from lzbj/issue45
     new ff5804f  Merge pull request #54 from daisy-ycguo/parse-feed
     new dd1adc3  Fix issue #55 which cause by the rule creation api change.
     new 471eec2  Merge pull request #57 from lzbj/issue55
     new d0421b2  Add files via upload
     new 2a91670  Update README.md
     new aea67c6  Update README.md
     new dbc0925  Merge pull request #60 from mrutkows/master
     new 7496a68  Fix issue#58.
     new 719169c  Merge pull request #61 from lzbj/issue#58
     new 6e13ac5  Update test case 3
     new 62d6c35  Update test case 3
     new 079164b  Merge pull request #63 from daisy-ycguo/update-feed
     new 046bbb1  Create CONTRIBUTING.md
     new dc041cc  Fix issue #69.
     new 4453f56  Merge pull request #72 from lzbj/issue#69
     new aa0dc59  Implement issue#47 for the feed support. Add the feed infos 
as annotations for the trigger.
     new bf39fec  Add support for read action content from web Fix issue#65.
     new 134fe2d  Refactor yaml parser. Separate manifest and deployment parser 
to different go module To make it more clear.
     new a720f98  Update the godep file and README to tell user how to build 
with godep tool. Fix issue #74.
     new 3b4dd3d  Add DEPENDENCIES.md to track dependent libraries license type 
to make sure comply with Apache policy. Fix issue #73.
     new fe98ee2  Merge pull request #77 from lzbj/issue#73
     new 1cbb029  Merge branch 'master' into development
     new b5dd923  Add a section that shows how to run the command with 'Go' or 
with binary file directly
     new 7190afe  Add Version command support for openwhisk-wskdeploy. Twisted 
code to reflect the change from wskdeploy to openwhisk-wskdeploy.
     new 0b05920  Update CONTRIBUTING.md
     new 5cb6e40  Fixes Issue #87 and #88, add 2 tests cases
     new 371f602  Merge pull request #89 from paulcastro/moretests
     new b3dc517  Fix filename spelling in whiskbot testcase
     new 9ad16e8  Merge pull request #90 from paulcastro/minorfix
     new 496c9bd  Update gitignore with emacs and osx bits
     new 8ee8063  Merge pull request #91 from paulcastro/master
     new 575e825  Add files via upload
     new c2d9a65  Update README.md
     new 06af72b  Update README.md
     new 506d092  Update README.md
     new bc16816  Add multipackage support, add sequences, reformat 
printDeployment, refactor
     new 7b9a890  Fix master branch tests failuer.
     new 7c22fcc  Simplify 'how to build ..' section and add a section on 
contributing by creating a fork. (#112)
     new 2b69d98  Update .gitignore
     new d72d86e  Fixes issue_93, add undeployment where you should only 
undeploy assets that are installed
     new f646ee1  Fix issue #113. (#115)
     new 7bba1a8  Adding known issues section in readme and fix some typos. 
(#119)
     new 5a02ba2  Fixes #105, adds prompts for misisng credentials, hostname, 
and/or namespace
     new 36d359e  Fix issue #123, support both yaml and yml file extensions. 
(#124)
     new 74fdbe4  Initial init command implementation (#106) (#128)
     new b696ad5  Add verifier to support for undeploy command. Initial commit 
(#130)
     new 205627e  Fix triggerrule testcase. Removed unused credential field.
     new a07a1d9  Remove leading slash in README so copy/pasting works for 
triggerrule example.
     new 1bee5b3  Fixes Issue #120, implement filesystemreader for usedefault 
mode
     new 262695e  Refactor tests folder, rename testcases to usercases, (#140)
     new eb50cdc  Update README.md (#144)
     new 2eba58f  Fixes Issue #141, make deployment.yaml optional
     new f55d908  Add message-hub use cases, for issue #139. (#149)
     new 4c41d58  WIP, change error messages
     new 0825d48  Fixes Issue #134, adds support for feed actions.  Limited 
testing on alamrs
     new 5b824e3  Add a basic check step to allow quick fail. For issue #148. 
(#152)
     new 77a503e  Update README.md (#155)
     new f271d6e  Fixes issue #146, add support for in-line parameters (#151)
     new 2a5b438  Fixes #163 (#164)
     new 3086fac  Fixes #165 (#166)
     new a703d6c  Updating help message (#170)
     new 7e7e58a  Update README.md (#169)
     new 9c14976  Fixes issue #160, use latest go-whisk code, restore i18n 
(#162)
     new 2828b37  Add Publish command. For now it just register the package to 
a OpenWhisk Hub
     new ef97787  Use HTTP PUT instead of GET to publish a package.
     new 670db5c  Support $notation in the manifest and deployemnt file. With 
test cases codes.
     new 3210b4f  github release with travis FTW (#188)
     new 9492a43  Add the support of github release in travis (#184)
     new 161b90d  Rename the binaries into wskdeploy within zip files (#191)
     new 9bf6fb6  Add the missing windows binary (#192)
     new b1cfbd0  Add the release download information in README (#193)
     new 7049193  Add basic gradle wrapper bin. (#181)
     new 68b6b1d  Update all .go files with ASF header. Address issue #195.
     new 3ccb223  wskdeploy can now run as an openwhisk action. (#200)
     new d556b28  Update README.md (#204)
     new 5777253  Fix issue 208 (#209)
     new 5f71914  fix issue #211 (#212)
     new 2090b11  Adding test case for alarm trigger (#190)
     new 8934019  Add the missing double quote to the field baseUrl for 
deployment application (#210)
     new 7ea8972  Fix issue #213 (#214)
     new c16d5bd  Add openwhisk installation in Travis (#218)
     new f5410ac  Update README.md about the cross compile with Docker/gradle.
     new 4fc540f  Remodel the CMD package by separating the implementations 
(#220)
     new 0507721  Treat inline parameter value as JSON and add support for 
expanded par… (#221)
     new 34bcfc6  Add support action location be a dir.
     new a520263  Enhancement of the travis ci with integration tests (#199)
     new 77e6aec  Add local packages as the resource to build binaries
     new 15f6244  Add simple api-gateway support as option 1.
     new e7b641d  Zip action whole folder instead of just files. (#235)
     new 90ae7ae  Add the unit tests to command lines (#238)
     new ff0275e  Adding 0.8.4 spec. version
     new 2a793ff  Update README.md
     new bb631b9  Modify the integration to test against the binaries (#244)
     new 42ea8d3  Fix #246 (#247)
     new 222467f  Add web action support with simple format.
     new add3ee6  Update the openwhisk setup (#253)
     new 4eb3c96  Fixes issues #41, #226, add github and binding dependencies 
key to deploy and undeploy
     new e3bf3dc  Update the reference from openwhisk to apache (#264)
     new 5bfb306  Adjust unitary tests to it's correct path as the golang best 
practices.
     new b615aea  Add "badges" for Apache 2.0 License and Travis (master 
builds) to README (#266)
     new 3f92f51  Add files via upload
     new 9a4fa2d  Update Dockerfile (#268)
     new ed72774  Fixing zip action creation (#275)
     new 2d68e7b  Update the client go version to 
f26793c94fd6883867eaa98ed8249024128cbcc6 (#281)
     new 6e40a9a    Add zipaction integration test cases. (#256)
     new 376c2b7  Enable scancode and update all files that did not pass. (#283)
     new f176e39  Update openwhisk install to use incubator repo.
     new 318abbb  Remove duplicated code of configurations. (#280)
     new bd782fb  Fixing JAR failure (#278)
     new 2afb6c3  Bump go to 1.8 and gradle to 4.0 as Openwhisk core repo. 
(#271)
     new 7c7f0fc  Update the version of openwhisk client go (#288)
     new a67e728  WIP: Update documentation on integration and unit tests. 
(#293)
     new b19fd77  Update the client go version to 
b3d194d8b937a801ee11efcf7f2544d9cea1f58e (#299)
     new 53bb673  Update images.md (#302)
     new 9b60669  Upload v0.8.6 of pkging Spec. as PDF. (#303)
     new f716b13  Fix Parameter Resolution (both schema) & documentation for 
the triggerrule use case (#298)
     new 8bf375c  indentation error in deployment.yaml and invalid comment in 
manifest.yaml. (#318)
     new 070651b  add three additional parms to test defaulting type values. 
(#319)
     new d338720  Pull the openwhisk images instead of building them in Travis
     new 827d385  Add missing ASF license headers to 2 integration test java 
files. (#363)
     new 5ccbb5c  Add ASF header to action testcase javascript file. (#364)
     new 162ad2e  Support both manifest.yaml and manifest.yml (#310)
     new b38471a  Improve manifest.yml and deployment.yml in webhook use case 
(#316)
     new 8cab7ea  Adding debug to see why travis builds are failing (#369)
     new 343dfa4  Exit when error is raised in the script of install_openwhisk 
(#371)
     new 32c440c  Enable field 'function' of Action entity, mark 'location' as 
deprecated field, (#367)
     new c4d2d72  Adding unit test cases for manifest_parser.go and more 
helloworld test cases (#368)
     new 2664178  Allow feed trigger update when creating triggers (#377)
     new 230b7ad  Make interative mode able to set to false (#375)
     new 9d54095  Remove the explicit api keys to access kafka service (#379)
     new 4bc8eb9  Fail the travis build as early as possible (#384)
     new 3cc38c9  Adding print statements (#387)
     new 1352788  Add files via upload (#389)
     new 0ddef37  remove invalid package_credential from Package structure.
     new fdeeea1  remove invalid package_credential from Package structure.
     new 74136fc  Load the credentials the same way as client go does (#392)
     new 490520e  Adding fix for web action integration test (#403)
     new 79bed71  Fixing Integration test - GitHub Dependency (#402)
     new cfb971e  Remove the build folder when it exists (#401)
     new 5c8b8b8  Rename the names of packages to avoid concurrency (#404)
     new 37925e4  Support more runtime types from bluemix host info. (#366)
     new c9c4ffd  adding back jaraction integration test
     new 1216793  adding newline in java file
     new 0ea0810  Make the config file able to work for .wskprops (#408)
     new 7465137  Update the README with more instructions of building binaries 
(#410)
     new d13b47e  fix some simple typos (#412)
     new 6953714  deploy sequences separately other than combining with actions 
(#396)
     new 47889c8  Add files via upload
     new b429552  Adding deprecation warning for using package in deployment 
file (#418)
     new ebc6add  Use const value to replace hard coded manifest yaml file 
name. (#424)
     new 5541d55  Print warning msg when env var is empty (#419)
     new 823ea87  Fixing undeployment with yml
     new cb96d26  Add the error handling mechanism (#420)
     new 43e9a8a  Fix for 359 (#428)
     new 1f500de  Adding README for GitHub use case (#434)
     new 2caf7b6  Create new error types (#433)
     new d5f8f7d  Adding integration test on helloworld (#432)
     new bd04a56  deprecating swift and php runtimes (#435)
     new 484c2b4  Adjust the code to reflect latest API gateway version. (#262)
     new 8ca010e  Support sub folder in git repo as a dependency project (#436)
     new 2693478  Handle the case when openwhisk service is unavailable (#444)
     new cc7fe16  Pop up all the errors in deploy (#445)
     new 7d3572a  more unit tests for yamlparser.go (#440)
     new 49f6f37  Updated YAML parser to run unmarshal with parsing errors 
(#446)
     new c331864  more unit tests for manifest_parser.go (#441)
     new 68d74d5  Updating YAML version (#454)
     new 3a7485c  Reference github packages under incubator-openwhisk-test 
repo. (#455)
     new 1ced630  Cleanup usecases (#457)
     new 2f496fc  Create the error type for openwhisk client error (#447)
     new 14240c6  Validating wskdeploy with different manifest and deployment 
files (#459)
     new e98efb0  Add some SuggestFor attribute for sub command (#460)
     new 22e8462  Dropping whiskbot usecase as its not applicable and supported 
(#462)
     new 8538b9a  Use the InputYamlFileError as the error when failing to parse 
yaml file (#463)
     new eeaab34  Create binding when dependency name and the origin package 
name are different (#461)
     new 9868f1c  fixing integration test, using correct action name (#469)
     new 11af2c5  add secure/encrypted env. variable via Travis (#466)
     new 38d32f1  Update Dependency use case to use incubator-openwhisk-test 
packages (#470)
     new efa2550  Use feed in trigger entity instead of source (#465)
     new 382339c  Add line number and file name into ParseError (#477)
     new a460917  Adding a use case on slack (#479)
     new e82ff9e  Start a proper programming guide in markdown (#482)
     new 33b6694  Add default http timeout (#481)
     new 980d3b7  add cloudant and messagehub info. (#484)
     new 7062399  Verify if the encrypted secure keys are available (#487)
     new 71d2ec6  Fixing the precedence order of retreiving credentials and 
adding unit tests (#485)
     new 2a5fe55  Add sequence validation tests (#483)
     new d6d74e5  Update README.md (#488)
     new d3d0ab4  Update guide, add debugging and configuring markdown. (#489)
     new 96f3922  Add the integration test for alarm service (#486)
     new 7d6e243  Add runtime warnings. (#491)
     new 594cf57  Add unit test to fileoperations (#497)
     new 0eda06c  Fix single-line parameter to look for Type names (and default 
with proper value) (#511)
     new 333bde1  support string and env variable concatenation (#513)
     new c4bb46d  Add the document to explain how to generate i18n_resources.go 
(#517)
     new ed64874  Modify the error messages (#493)
     new e6987dd  Adding support for packages in manifest (#519)
     new 89aa538  Fix typed parameters, add missing functional tests (#518)
     new 32ceaac  Updated .PHONY targets (#521)
     new 8affb3d  Move code to misc.go (#500)
     new 7a0845b  Correct the BLUEMIX_NAMESPACE (#516)
     new 218e77e  Refactor yamlpaster_test.go (#520)
     new bd75269  add cloudant case in integration test (#503)
     new 8f7621d  Correct the path of manifest.yaml for cloudant integration 
test (#525)
     new 538d4b1  Programming Guide part4, plus reworked README with index 
(#526)
     new 5d0529d  Adding packages support for dependencies in manifest file 
(#527)
     new 453c919  Updating all manifest files to use packages (#529)
     new 75134fd  Implement the trigger deletion in the correct order (#532)
     new ea0cfa6  Adding integration test on message hub (#528)
     new 49c7246  update the readme of i18n tooling (#531)
     new f892b89  adding test on package in manifest (#535)
     new e7464ec  Upload spec. v0.8.9 as PDF. (#540)
     new c08b0f1  Remove the trigger if feed fails to be called (#534)
     new 30b3db7  Guide part5 (#538)
     new 9165b88  Add the 32-bit binaries build for each operating system (#543)
     new b8e9dac  Check mandatory field Version and License (#522)
     new 0009556  Fixed bugs, typos, index, clarified unsupported features. 
(#549)
     new fa1ba2d  Cloudant updates (#546)
     new 61a0412  Programming Guide - part6 and Specification in HTML (#551)
     new 2580015  Update the document for the use case of message hub (#545)
     new 02c5ddd  Add strict flag for user defined runtime. (#541)
     new 606f8b7  Fix an issue of deploymentreader and add a unit test (#542)
     new 03c87f1  Update Programming Guide - part7 (#555)
     new 4add0dc  Add integration test for inputs and annotation bindings (#552)
     new 5df1b6b  Updating dependency documentation (#559)
     new 46c3277  Update Programmin Guide - part8, add TriggerRule examples 
(#561)
     new 2f94cf1  add Action limits support (#556)
     new 7d54329  fixing typo in cmdline arg - project (#564)
     new 2500186  Adding real world live application (#562)
     new 6dac744  Skip running cloudant tests until we fix issue 574 (#575)
     new c63778c  Rename manifest and deployment yaml files to meaningful name 
(#566)
     new 3a29c97  Update spec to v0.8.9 rev2 (#573)
     new 14c6095  removing function field from package (#567)
     new 5954b1f  Silence Usage on error (#576)
     new 1db40db  Programming Guide updates - part9 (#570)
     new ab623d4  Add the support of certificate checking for secure mode (#571)
     new 52d7450  Fix the error regarding the error message (#579)
     new eab6a7b  Add the support of the key 'packages' in deployment.yaml 
(#580)
     new 77236cb  Fix the issue with wskdeploy report (#583)
     new 012df82  Programming Guide - part 10 (#584)
     new e42d4ae  Update travis creds for dockerhub (#589)
     new b6041db  Create the basic struct for Deployment and Manifest yaml 
(#587)
     new 45238bb  Fixing concurrent access to single zip file (#588)
     new b66cba3  support Trigger feed update (#590)
     new bd87a92  Programming Guide - part11 - sequence example (#591)
     new 079b3f5  Use "YAML: Parsing errors:" as the header for parsing erros 
(#593)
     new 6cfcc0e  adding integration testing back (#594)
     new 02bad68  temp fix for trigger and rule overlapping (#595)
     new 180614d  fixing owbp package name collision (#598)
     new 263ffb7  disable integration test (#600)
     new d31e3ad  fixing dependenct package name collision (#599)
     new 09f2c03  publish to docker (#596)
     new a079773  Add Json support for Input parameters (#601)
     new 409975a  changing rule/trigger names and removing dependency for now 
(#603)
     new 2876555  WIP: JSON Output support  (#607)
     new 9ed3425  Add the support to read env variable for package name (#614)
     new eeffdb6  Adding manifest for incubator-openwhisk-githubslackbot (#602)
     new a801742  Separate out parameter related functions from general parser. 
(#625)
     new ced8f43  Adding support for project (#627)
     new 627e96e  Streamline custom error types. (#626)
     new 0a56911  update main project README to link to the i18n README. (#629)
     new 2d400be  Adding Action Annotations (#631)
     new f5dc5d3  Adding annotation from openwhisk readme (#635)
     new a6da16a  Fixes 
https://github.com/apache/incubator-openwhisk-wskdeploy/issues/289 (#637)
     new 0cab728  Fixes #290 Change util_test.go's ReadUrl test URL to a 
neutral address (#638)
     new fe8deff  Fixes #331 Delete dead code - manifestreader.go (#639)
     new 9e6ce10  Fixes #326 Rename UnmarshalDeployment to unmarshalDeployment 
(#640)
     new 3cce36d  Fixes Delete dead code - deployer_parser.go #324 (#641)
     new ab36af9  Fixes Rename Marshal to marshal #320 (#643)
     new 7577d27  Adding managed deployment model (#644)
     new b5d1d3a  Add unit tests for wskdeploy custom error types. (#632)
     new e9d3d02  Remove unnecessary rule changes (#661)
     new 9c2b6d8  Make travis faster (#663)
     new 9ed9197  Update Packaging spec. to 0.9.1 (#662)
     new 2153d18  Support custom errors that pass in lower-level errors. (#649)
     new 6dfb9e7  Refactor "error" related data/functions into their own pkg to 
avoid cycles. (#665)
     new 4ea4e1d  Uncommenting managed deployment for rules, package, actions, 
and sequences (#666)
     new 1b646cf  Use data files for manifest tests and simplify (#668)
     new b682b75  Add YAMLParserError test and underlying support for testing 
(#670)
     new 5c87981  wskdeploy runtime overhaul (#669)
     new 8954d82  disabling message hub integration test (#674)
     new 15482e0  Adding message hub test back (#675)
     new c6b0aeb  lossen line # checks on go yaml parser as it keeps changing. 
(#677)
     new 6043327  Refactor some utils to their own descriptive packages. (#676)
     new cea9582  Parameterizing trigger name rule name as well as triggers and 
actions inside rule (#678)
     new a519826  Use proper IDs when referencing i18n strings. (Base changes + 
phase 1 conversions) (#679)
     new 150171b  Update WhiskClient.go to use i18n IDs. (#684)
     new 9840db4  Phase 3 of i18n readiness and conversion to IDs (#687)
     new ab223fe  Update the installation of dependencies based on godep (#689)
     new de315bc  Move all hardcoded strings from Cobra commands and remaining 
.go files into i18n files. (#688)
     new ae06ebe  Go format source code (#700)
     new 9c9f5f9  Remove verifier.go to confirm no test impact. (#698)
     new ce2eca4  Add the support to package the source code (#706)
     new e87c98a  Adding support for raw HTTP web actions (#707)
     new 1425456  Add .txt as suffix to LICENSE, NOTICE and CHANGELOG (#714)
     new 79a46ca  Add the support to generate the "latest" tag automatically 
(#720)
     new a0f05e8  Comment out the integration tests (#721)
     new a47b99c  Add the correct api key (#722)
     new 88d7943  Add the integration test back to the Travis build (#723)
     new 9b26295  Adding examples of web action annotations (#719)
     new e115698  Add Apache Licnese (#709)
     new 86f8078  API Gateway deployment/undeployment (#717)
     new e1df931  making sure apigw token check is done when apis are defined 
(#727)
     new dfc38de  Adding support for export managed project back to manifest 
(#715)
     new 42d4a54  Adding rule annotations for managed project (#731)
     new d20216e  Add gradle rat (#733)
     new 4bf0fbc  adding env. variable support in trigger feed (#732)
     new a313451  Fix release document to clearly separate "git" command 
examples from command syntax (#736)
     new 40f6455  GH-735 adjusting check for github to mainly make sure that 
github app… (#738)
     new 2514c48  fixing seg violation error (#744)
     new 535ae5b  adding info message with openwhisk url for runtimes (#737)
     new c85d8a0  Adding support for env variables into github repo (#746)
     new fa97469  Add 0.9.2 version of spec. (#747)
     new 8cafa35  Remove top-level deprecated Package schema. (#743)
     new 2c03e05  Add the NOTICE for further development (#753)
     new 33a9616  removing support for use-default flag (#759)
     new fb07796  Adding support for default package (#754)
     new 956b20d  Add the NOTICE for further development (#753) (#763)
     new 873e168  Deprecating Application in favor of Project (#764)
     new 71be344  Update deploymentreader.go tests and fix bind logic. (#765)
     new cc0394c  upgrading go client (#772)
     new 76ca1e0  adding support for using env. variables in inputs JSON (#766)
     new 9ca3c3d  add --projectname  flag (#775)
     new c57a600  Adding support for Inline Code and reading action source from 
URL (#776)
     new c08d805  Add trace support, include -trace flag and -v for go test. 
(#785)
     new 668bd1f  Adding support for package binding from any namespace and 
declaring public packages (#784)
     new de68d4b  Fix the failure issue in travis (#792)
     new 51fd441  Resolves #795 (#796)
     new 029c4af  Add assets tags when exported (#789)
     new 715f562  Display error message for each missing wskprop value. (#800)
     new 4209ba9  Add support to export binary (zip and jar) actions (#790)
     new b9fd4d3  Adding Docker and Native support (#801)
     new 46c5069  Change the use the variables under environment local (#806)
     new eaf3b86  Deprecating Interactive Mode and introducing Preview (#807)
     new 7d72ab0  deprecating WithinOpenWhisk flag (#811)
     new 837945e  Change the gradle build to use the gogradle plugin (#812)
     new 063263c  Keep the date update-to-date when the tag latest is updated 
(#814)
     new 92f8d55  Add the missing ; to update the tag "latest"
     new 32a02ed  Multiple Project Management, adding sync command, and 
undeploy just using Project Name   (#816)
     new 2f00ca5  add notification webhook for slack notification of PR 
results. (#817)
     new ec49a0a  Adding documentation on Sync And Adding package binding to 
any /<namespace>/<package> (#823)
     new ef14755  Fix the build failure in building binaries (#830)
     new 9890b17  Updated documentation and examples to use the new packages 
syntax (#827)
     new 0e3ce8a  #825 Added documentation and example for API Gateway hello 
world (#829)
     new 5c2a689  Fix location of new API GW example doc. (#831)
     new b2b1b7f  replacing github repo to avoid using personal namespace (#832)
     new e6daeea  Extend export to support project with dependencies (#828)
     new 8f4f2c7  Remove the deletion of the previous latest tag (#833)
     new 3396e50  Configure Travis in order to keep published artifacts with 
existing tag
     new 95d16d2  Remove tag condition on Travis release
     new 0094245  Set the default tag to latest
     new d2d5b44  Update the latest tag for Travis build
     new 4eaa07d  Add the releases based on tag (#840)
     new 39b4803  Add the missing semicolon (#841)
     new 4ee25af  Adding support for conductor, web sequences, and converting 
to web actions for api gateway (#834)
     new 486c5d4  update notice file (#842)
     new 938cca6  Update spec. to include release 0.9.2 features as workig 
draft 2. (#853)
     new e2954e3  Fix the missing version for the binary
     new 2f1996c  adding support to create api gateway based on sequences (#858)
     new 266ea3d  Remove the variable clibuild (#860)
     new f51419d  Add the LICENSE and NOTICE into the binary packages (#844)
     new 4153544  upgrading go client version (#864)
     new 853e9dc  Partial fix for issue #847 (#861)
     new de4e3d8  Refactoring ManifestReader (#863)
     new fca1450  fixing image name (#867)
     new d981b36  Export blackbox (#866)
     new f42dedf  Fix example with old package syntax. (#873)
     new 51f1412  Add scancode using ASF config. to Travis build.
     new 2f6fa8d  Documentation for the export feature (#862)
     new 8c7bd6b  Avoid releasing artifacts by Travis builds of CRON (#878)
     new b5664c1  Adding annotation conversion (#877)
     new a111d99  Append bundled dependencies in to LICENSE file (#868)
     new 16a061c  Add ASF license headers to API Gateway integration test's 
javascript source files. (#882)
     new fe90a04  Add license header to 3 files (#883)
     new 10ef2c4  Update .md and .sh files to pass scancode with latest .cfg 
(#885)
     new a6f0a81  adding license files (#886)
     new 52ce59c  Change the LICENSE file into the format defined in release 
(#888)
     new db93642  adding env. variables in action function (#893)
     new 71a99c9  adding list of YAML key/values which supports env. variables 
(#894)
     new 53dcce2  remove Apache long header if short header exists (#896)
     new ce5e9e7  Resolves issue #880 (#890)
     new cfdbcc9  Fix all files with Hash license header to fix typo. (#897)
     new 4b4d647  Restore the LICENSE and NOTICE to fit the source code release 
(#902)
     new abd26a6  resolves issue #898 (#903)
     new b3aa03b  Resolves issue #899 (#906)
     new 647db37  Fix makefile ASF header & use ICF as example of curl usage. 
(#907)
     new 5fa0e94  Fix for 909 (#910)
     new 32cd6e8  Fix travis yaml file asf header, change to mini. (#912)
     new f7f2aaf  Fix mini license header (#914)
     new 658e9e6  Fix last few files missing correct ASF header and EOF errors. 
(#915)
     new 8caf15f  Resolves issue #916 (#917)
     new c3459f0  Project and Package Inputs (#870)
     new cc3f768  Enable API Gateway integration test in Travis (#923)
     new 50308d7  Add ASF license header to .gradle files. (#921)
     new 7da7746  fixing deployment file inputs
     new 57c1227  Remove the redundant packages from the release artifacts 
(#934)
     new 137956c  replacing cat with a simple helloworld example
     new 8c18e4e  adding action file
     new 753cd11  fixing zip action
     new 9e863c2  Add the build_tag_release script back (#936)
     new 65b3e28  Fix the format issue of the binaries (#938)
     new 8faa2e8  getting rid of node modules (#937)
     new 0934bd9  introducing deployment to IBM cloud functions using exported 
manifest (#939)
     new abcee5d  commenting out TestExportHelloWorld as its unstable in Travis 
(#941)
     new 3731c0f  Update path to errors list linked from docs (#942)
     new ae54ff3  Add the help message, if manifest file is not accesible to 
wskdeploy and undeploy (#943)
     new 07ce883  Update Travis to use ASF-Release.cfg (#945)
     new d3c1c37  Transition specification to markdown/html and move all PDFs 
under archive dir. (#948)
     new a13b53b  Add the DISCLAIMER file for Apache incubator project (#952)
     new a9238ea  runtimes (#946)
     new 54c10c3  Continue spec. conversion to markdown and add navigation 
(#950)
     new 18a9898  Adding support for API path parameters and repsonse type HTTP 
(#951)
     new ae5a28d  Pin the client go to the commit 
1e505228d7bb7f16c3077af2b0311ff4cf6e84a3 (#953)
     new 7620ef7  disabling export integration tests (#954)
     new 755d4a4  Adds support for api export (#918)
     new 829ba85  Updating trigger creation/deletion process (#958)
     new 796a8c2  Move API Gateway playbook. (#957)
     new 2d82d34  Fix the issue to generate artifacts with tag name (#960)
     new eaff9f7  Run the properties.yml playbook in order to create 
whisk.properties (#964)
     new cd3c3c4  Update the version of Client Go library for 0.9.0 (#962)
     new a550d9f  Add `go get` to populate the vendor file (#967)
     new 621d8e0  Add docs for publishing to Homebrew (#968)
     new 0b3a9ab  Improving Usage message (#973)
     new 4aae200  #956 Fixed apigateway docs and example manifests (#974)
     new e9b75ef  #975 Added HTTP response documentation (#976)
     new a3efa2c  Bug fix. Export shouldn't fail when ApiGW missing (#979)
     new 785d887  adding recursive call to interpolate JSON (#980)
     new 79ddf4a  skipping response data in case of http request was successful 
(#981)
     new cce1877  adding ruby runtime (#983)
     new 7b1f473  update integration test (#987)
     new 01dafd8  fixes #797 (#989)
     new 0e807ac  Update programming_guide.md (#990)
     new 4ad4b9c  Fix the failure for golint (#995)
     new 3092f1f  Introducing include and exclude in zip action (#991)
     new 83e2152  Upgrade the Go version to 1.9 (#997)
     new 5daa7b8  Add version number to the bump (#1001)
     new 561702f  go-runtime (#1006)
     new 90d1701  Upload PDF of 0.9.3 spec. (#1008)
     new 60a942a  Enable export verbose output (#996)
     new 736b4c7  adding pkg and action version number with interpolation 
(#1009)
     new 59a6613  Add support to parse the type slice (#1010)
     new efbf11c  Add nodejs:10 kind for wskdeploy (#1011)
     new 97fe8c3  add ruby to specifications file (#1012)
     new 7bf2617  Add fallback method to find wskprops when go-client fails 
(#1015)
     new 3bcc605  dropping static data file on runtimes (#1017)
     new 0215046  Add support for .Net dotnet:2.2 action kind (#1019)
     new 276eeaf  Add PHP 7.3 runtime (#1021)
     new d4eeea3  add swift 4.2 (#1022)
     new cc7ffc0  fix got clone instructs (#1024)
     new fc8de64  Enable programatic support for additional request headers 
(#1023)
     new 8effbcb  git attributes for working in unix or windows (#1026)
     new 5a7921e  fix test syntax errors (#1025)
     new ff5c6a3  only print info messages when the verbose flag is enabled 
(#1027)
     new 8766c9b  Add API entity schema (#1029)
     new 9c72e1b  link api schema to specification overview page (#1030)
     new a4d6818  update runtimes used in tests (#1036)
     new fd77eda  raise memorySize limit to 2048MB (#1034)
     new f545a12  add go, now that it is available at 
https://openwhisk.ng.bluemix.net/ (#1038)
     new 4eb655b  Fix broken links.

The 522 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Reply via email to