Skip to content

Add GetObjectDirectorySize RPC

Patrick Bajao requested to merge pb-get-object-directory-size-1-42 into 1-42-stable

This RPC will be used to determine if a push will exceed the size limit of a repository.

In gitlab-rails, this will be used in context of a git push (pre-receive hook). At that point, the object directory is the quarantine directory.

Backport of !1263 (merged)

Edited by Patrick Bajao

Merge request reports