This is an automated email from the ASF dual-hosted git repository.
japetrsn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git.
from cd7196a Introduce separate Akka dispatchers for CouchDB and Kafka
Clients (#3515)
add 0f0063b Provide an activation store SPI (#3619)
No new revisions were added by this update.
Summary of changes:
common/scala/src/main/resources/reference.conf | 1 +
.../scala/whisk/core/entity/ActivationId.scala | 2 +-
.../scala/whisk/core/entity/ActivationStore.scala | 128 +++++++++
.../core/entity/ArtifactActivationStore.scala | 132 +++++++++
.../main/scala/whisk/core/entity/WhiskStore.scala | 2 -
.../main/scala/whisk/core/controller/Actions.scala | 1 -
.../scala/whisk/core/controller/Activations.scala | 38 +--
.../scala/whisk/core/controller/Controller.scala | 3 +-
.../scala/whisk/core/controller/Triggers.scala | 13 +-
.../core/controller/actions/PrimitiveActions.scala | 13 +-
.../core/controller/actions/SequenceActions.scala | 16 +-
.../scala/whisk/core/invoker/InvokerReactive.scala | 10 +-
.../core/controller/test/ActionsApiTests.scala | 10 +-
.../core/controller/test/ActivationsApiTests.scala | 314 ++++++++++++---------
.../controller/test/ControllerTestCommon.scala | 71 ++++-
.../core/controller/test/TriggersApiTests.scala | 7 +-
16 files changed, 524 insertions(+), 237 deletions(-)
create mode 100644
common/scala/src/main/scala/whisk/core/entity/ActivationStore.scala
create mode 100644
common/scala/src/main/scala/whisk/core/entity/ArtifactActivationStore.scala
--
To stop receiving notification emails like this one, please contact
[email protected].