-
Issue #4 is a prereq.
Move sample "weather" in current repo./directory:
```
/openwhisk-openwhisk/catalog/weather
```
to the "openwhisk-catalog" repo. under directory structure:
```
/openwhisk-cata…
-
While working on test in #1581 I noticed some behavior that looked buggy. Initially, I didn't specify any namespace for any of the entities created. `guest` was used by default. However, for the actio…
-
Issue #4 is a prereq.
In general, we are are moving actions that appear in the "/whisk.system/samples" namespace form the current repo. "openwhisk-openwhisk" to this repo. "openwhisk-catalog".
By co…
-
Issue #4 is a prereq.
Please note that as part of this move, there are 3 special changes that need to be made apart from the move of the action files.
1) The current JavaScript (JS) actions in the "…
-
If one creates a Java action from a JAR containing a large number of classes, the time it takes the CLI to "create" the action starts to be come unacceptably long. The CLI runs `javap` for each class …
-
Note: This issue is pre-req for other issues for "move" of catalog.
Please note that other issues (e.g., Issue 2, Issue 3) which are moving "utils" and "samples" package actions to new locations (and…
-
I'm creating Actions on OpenWhisk via Windows CLI. When a string is passed with single quotes, the quotes are ignored and as delimiter and treated as part of the string. If a string has a blank, then …
-
-
-
NodeJS action currently uses watson-developer-cloud 1.4.1:
https://github.com/openwhisk/openwhisk/blob/master/core/nodejsAction/Dockerfile
The latest is 1.9.3 which adds support for the new Visual Re…