You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/27 23:53:47 UTC

[GitHub] pritidesai commented on issue #754: Adding support for default package

pritidesai commented on issue #754: Adding support for default package
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/754#issuecomment-369069971
 
 
   thank you @mrutkows for the review, these changes have been tested against managed deployment as well. Here the high level flow is when a manifest file has a package name set to `default`, package creation is skipped, action is created directly under namespace. While creating rule, action is referred by `/namespace/action` instead of /namespace/package/action`. Also, the flag `DeployActionInPackage` is deleted here as this flag was only utilized during deployment and could not be used during undeployments. It was dropped to be consistent with a way we check if entities are under namespace or part of a non default package.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services