You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
gitserver: Extract repository service in gRPC (#61807)
This PR moves the Fetch and Delete operations onto a separate service.
With that, we also disallow consumers of the internal/gitserver.Client
interface to use these methods. Repo-updaters scheduler has authority
over this and it should not be interfered with. If a caller wants to make
a scheduling _suggestion_, it will be able to talk to repo-updater.
This prepares for a better scheduler that has full control of the operations
running.
Test plan:
E2E and integration tests will verify that repos are still cloned properly.
0 commit comments