rodric rabbah

Results 105 issues of rodric rabbah

Travis is currently broken. The most recent build https://app.travis-ci.com/github/apache/openwhisk/builds/241701957. ``` > ./tools/build/citool monitor -r 241701957.2 org.apache.openwhisk.core.database.mongodb.MongoDBAttachmentStoreTests > MongoDBArtifactStore attachments should generate different attachment name on update FAILED org.apache.openwhisk.core.database.mongodb.MongoDBAttachmentStoreTests > MongoDBArtifactStore...

bug
testing

## Description ## Related issue and scope - [x] I opened an issue to propose and discuss this change (#5132) ## My changes affect the following components - [ ]...

The only test case being run (invoke a blocking action and get a result) fails quite frequently when run in a travis-ci environment. It appears we usually hit the 60...

testing

There are some libraries that use older akka related libraries and this causes downstream (e.g., runtimes repos) to fail during the build step. Several of these dependencies can be resolved...

is there a guide for contributions/submitting PRs?

enhancement
help wanted

```js composer.retain( composer.value(slackConfig)), ({result, params}) => Object.assign(result, params), `/whisk.system/slack/post`) ``` or ```js composer.retain( composer.value(watsonTranslateConfig)), ({result, params}) => Object.assign(result, params), `/whisk.system/watson/languageId`) ``` to avoid creating bindings, or to override parameters/pass secrets...

enhancement

`compose --deploy` in the past allowed one to conveniently lower the composition and deploy it in one command. Now there are two binaries `compose` and `deploy`. what's the rationale for...

enhancement

currently you have to run composer twice, once to generate the function code and again to generate the ast (needed for k/o-ui visualization). it would be convenient to run `compose`...

enhancement
help wanted
good first issue

The library is treating a result only invoke as a blocking invoke and then projecting the response. The API supports the result projection on the server side with `?result=true`.