Skip to content

Drop infrastructure for on-disk remotes [RUN ALL RSPEC]

Patrick Steinhardt requested to merge pks-drop-on-disk-remotes into master

What does this MR do?

Gitaly has been migrating from on-disk remotes to in-memory ones which get injected for each relevant RPC call. GitLab has been using in-memory remotes by default since %14.1, so we can now get rid of all the infrastructure which was required for on-disk remotes.

Part of gitaly#1773 (closed), gitaly#1774 (closed).

Closes #325528 (closed), #333517 (closed).

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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 Douglas Barbosa Alexandre

Merge request reports