[GitHub] mhaack commented on issue #3241: Impossible the see usage of a shared package

2018-02-20 Thread GitBox
mhaack commented on issue #3241: Impossible the see usage of a shared package
URL: 
https://github.com/apache/incubator-openwhisk/issues/3241#issuecomment-366929306
 
 
   +1 for the activation count metrics for catalog of packages/actions that are 
public


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] mhaack commented on issue #3241: Impossible the see usage of a shared package

2018-02-08 Thread GitBox
mhaack commented on issue #3241: Impossible the see usage of a shared package
URL: 
https://github.com/apache/incubator-openwhisk/issues/3241#issuecomment-364093548
 
 
   I agree on the package versioning, that is and idea we are currently looking 
into. Copying is out of scope, if some copies an action he is on his own.
   
   For example can I delete an action in a shared package or the entire 
package? For such a case it would be nice if I can see who uses "my" public 
shared 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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] mhaack commented on issue #3241: Impossible the see usage of a shared package

2018-02-08 Thread GitBox
mhaack commented on issue #3241: Impossible the see usage of a shared package
URL: 
https://github.com/apache/incubator-openwhisk/issues/3241#issuecomment-364059971
 
 
   I think that's a list of namespaces that have bindings to my public 
packages. The intention is to get at least a list of namespaces using my public 
packages, for example if I plan to update the actions in a public package they 
might be affected by the changes I make.
   
   For example:
   ```
   ?  wsk package list-bindings
   packages
   /my-namespace/package1   used by namespace 
/other-namespace-a
   /my-namespace/package2   used by namespace 
/other-namespace-b
   ```
   
   This could be a the minimum information without exposing to much details 
about the namespaces consuming my shared packages.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] mhaack commented on issue #3241: Impossible the see usage of a shared package

2018-02-08 Thread GitBox
mhaack commented on issue #3241: Impossible the see usage of a shared package
URL: 
https://github.com/apache/incubator-openwhisk/issues/3241#issuecomment-364059971
 
 
   I think of a list of namespaces that have bindings to my public packages. 
The intention is to get at least a list of namespaces using my public packages, 
for example if I plan to update the actions in a public package they might be 
affected by the changes I make.
   
   For example:
   ```
   ?  wsk package list-bindings
   packages
   /my-namespace/package1   used by namespace 
/other-namespace-a
   /my-namespace/package2   used by namespace 
/other-namespace-b
   ```
   
   This could be a the minimum information without exposing to much details 
about the namespaces consuming my shared packages.


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:
us...@infra.apache.org


With regards,
Apache Git Services