• Rubén Dávila's avatar
    Implement usage of new Gitaly RPC to get new blobs from push · bad9f7d1
    Rubén Dávila authored
    Instead of invoking git commands from GitLab we are now invoking the
    `list_new_blobs` RPC from Gitaly that will return all the blobs found in
    the new revision that's being used for the push operation.
    
    With this change we're also fixing a bug by making push size checks only count the size of newly-pushed files
    bad9f7d1
ref_service.rb 12.2 KB