• Patrick Steinhardt's avatar
    Convert blob service to use ListLFSPointers · 460c0b63
    Patrick Steinhardt authored
    Gitaly has recently deprecated both the GetLFSPointers and
    GetAllLFSPointers RPCs in favor of ListLFSPointers, which is a more
    flexible variant which simply takes a list of revisions (including
    the pseudo-revs `--not` and `--all`) and then returns all LFS pointers
    reachable via these revisions.
    
    Convert the `BlobService::get_new_lfs_pointers` and
    `BlobService::get_all_lfs_pointers` RPCs to use the new RPC.
    460c0b63
blob_service_spec.rb 2.68 KB