rabbah commented on a change in pull request #2632: Use the stale parameter on listing activations URL: https://github.com/apache/incubator-openwhisk/pull/2632#discussion_r134728525
########## File path: common/scala/src/main/scala/whisk/core/database/ArtifactStore.scala ########## @@ -28,6 +28,14 @@ import whisk.common.Logging import whisk.common.TransactionId import whisk.core.entity.DocInfo +abstract class StaleParameter(val value: Option[String]) + Review comment: Could have sealed this. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
