lakeFS
lakeFS copied to clipboard
Remove redundant GetRepository calls in graveler once DB implementation is deleted
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
Already implemented - most of Graveler interface accepts a RepositoryRecord
now.