Skip to content

More Gitaly cleanup: fetch_ref, allow disk access blocks

Jacob Vosmaer requested to merge gitaly-mandatory-fetch-ref into master

What does this MR do?

  • removes the gitaly_fetch_ref feature flag
  • adds allow_disk_access blocks inside gitaly_migrate blocks so that we don't get exceptions if we have to turn off any feature flags
  • refactors a call from MergeRequestParser to the meant-to-be-private Gitlab::Git::Repository#fetch_ref method

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

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes gitaly#1295 (closed)

Edited by Jacob Vosmaer

Merge request reports