markusthoemmes commented on a change in pull request #3798: Allow for 
activation store to accept user and request information
URL: 
https://github.com/apache/incubator-openwhisk/pull/3798#discussion_r197265513
 
 

 ##########
 File path: common/scala/src/main/scala/whisk/core/entity/ActivationStore.scala
 ##########
 @@ -48,7 +49,8 @@ trait ActivationStore {
    * @param transid transaction ID for request
    * @return Future containing the retrieved WhiskActivation
    */
-  def get(activationId: ActivationId)(implicit transid: TransactionId): 
Future[WhiskActivation]
+  def get(activationId: ActivationId, user: Option[Identity] = None, request: 
Option[HttpRequest] = None)(
 
 Review comment:
   Why make `user` and `request` an Option? When would you not pass these 
values?

----------------------------------------------------------------
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

Reply via email to