openwhisk-catalog
openwhisk-catalog copied to clipboard
Curated catalog of Apache OpenWhisk packages to interface with event producers and consumers
I was using the IBM Cloud Functions UI and I noticed the following behavior for Github trigger. When I would create a trigger it would appear to create the Trigger...
Issues moved from openwhisk repo https://github.com/openwhisk/openwhisk/issues/698 Original open by @starpit In general, any protected/confidential fields should be marked with type:password, so that the UI can occlude entered text ******
The installed actions for utils package are not documented ``` $ wsk package get /whisk.system/utils --summary package /whisk.system/utils: Building blocks that format and assemble data action /whisk.system/utils/date: Current date and...
I just noticed that there is no docs for the actions we installed by default for the samples package README should be located here https://github.com/openwhisk/openwhisk-catalog/tree/master/packages/samples/README.md Readme should have at least...
``` it should "indicates this action is successfully called" in { val run = wsk.action.invoke(helloAction, Map()) withActivation(wsk.activation, run) { activation => activation.response.success shouldBe true } } ``` should be amended...
since it is possible to install the catalog with a different key/namespace, is there a reason the tests hardcode the namespace to whisk.system?
When browsing the documentation for how to use a Github package binding and a trigger set up for the push event, a user will see the following information "wsk package...
Recently I was running the UI tests and one of the tests started failing. It was trying to create a Github trigger with the "push" event. I kept getting a...