This is an automated email from the ASF dual-hosted git repository.
style95 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git.
from 6f4d185 Adjust error handling in the Cloudant Rest Store (#4325)
add 7a304c1 Add `binding` annotation to record an action path not
resolved (#4211)
No new revisions were added by this update.
Summary of changes:
.../core/entity/FullyQualifiedEntityName.scala | 8 ++-
.../apache/openwhisk/core/entity/WhiskAction.scala | 47 +++++++++++----
.../openwhisk/core/entity/WhiskActivation.scala | 1 +
.../apache/openwhisk/core/controller/Actions.scala | 61 ++++---------------
.../core/controller/actions/PrimitiveActions.scala | 8 ++-
.../core/controller/actions/SequenceActions.scala | 7 ++-
.../core/containerpool/ContainerProxy.scala | 5 +-
docs/annotations.md | 1 +
.../scala/system/basic/WskConductorTests.scala | 70 ++++++++++++++++++++++
.../test/scala/system/basic/WskPackageTests.scala | 57 ++++++++++++++++++
.../test/scala/system/basic/WskSequenceTests.scala | 49 +++++++++++++++
11 files changed, 249 insertions(+), 65 deletions(-)