Skip to content

Fix bug related to size check of repositories and files

Rubén Dávila requested to merge rd-gitaly-client-for-list-new-objects-rpc into master

What does this MR do?

It changes the strategy to calculate the size of the changes received in the push. Now we use a new RPC created in Gitaly that will only return the new blobs that were added or modified by the current push.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Some users were unable to push a new branch/tag or when they were pushing a branch with a single change we were counting the size of all the existing files in the repo.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #6459 (closed)

Closes #6780 (closed)

Edited by Rubén Dávila

Merge request reports