Skip to content

Add client methods for FetchIntoObjectPool RPC

John Cai requested to merge jc-client-for-fetch-objects-into-pool into master

What does this MR do?

Adds client code for gitaly's FetchIntoObjectPoolRPC. This addresses gitaly#1533 (comment 156127283). We need an idempotent way to fetch objects from the source repository into the pool repository.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by John Cai

Merge request reports