Skip to content

Rename 'TreeEntry' RPC to 'ObjectAtPath'

~Conversation: #310 (closed)

  • create new RPC CommitService.ObjectAtPath (ObjectAtPathRequest, ObjectAtPathResponse)
  • fields in message are identical to TreeEntryRequest, TreeEntryResponse
  • server implementation uses TreeEntry back end
  • update clients one by one to use CommitService.ObjectAtPath instead of CommitService.TreeEntry

I think it's confusing to have an RPC CommitService.TreeEntry and a message type TreeEntry that are not related.


In #320 (comment 33482955) I get the feeling 'TreeEntry' is a domain object. But we can't use that name because we already have the RPC.

Worth renaming?

cc @ahmadsherif @andrewn

Edited by Andrew Newdigate
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information