lakeFS icon indicating copy to clipboard operation
lakeFS copied to clipboard

Remove redundant GetRepository calls in graveler once DB implementation is deleted

Open N-o-Z opened this issue 2 years ago • 0 comments

Since we don't want / can't modify or add to the current interface - we have many places where we call the GetRepo in the graveler level and fail to reuse it in ref manager.

Once DB implementation is deleted we could safely modify the interfaces to reduce the amount of GetRepo calls

N-o-Z avatar Jul 19 '22 16:07 N-o-Z

Already implemented - most of Graveler interface accepts a RepositoryRecord now.

itaiad200 avatar Sep 04 '22 06:09 itaiad200