You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/09/28 01:45:20 UTC

[GitHub] [openwhisk] jiangpengcheng commented on a change in pull request #4986: [WIP]Implement action versioning

jiangpengcheng commented on a change in pull request #4986:
URL: https://github.com/apache/openwhisk/pull/4986#discussion_r495651085



##########
File path: common/scala/src/main/scala/org/apache/openwhisk/core/entity/WhiskAction.scala
##########
@@ -143,6 +149,8 @@ case class WhiskAction(namespace: EntityPath,
   require(exec != null, "exec undefined")
   require(limits != null, "limits undefined")
 
+  override def docid = DocId(fullyQualifiedName(true).asString)

Review comment:
       actions will add `@version` to their docIds




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org