github_import: Convert `update_repository()` to use `fetch_url()`
Convert `update_repository()` to use the newly introduced `fetch_url()` function. This passes all required information to fetch the given URL to Gitaly which transparently handles creation of the remote for us. The feature is currently hidden behind the `:gitaly_fetch_remote_params` feature flag.
Showing
Please register or sign in to comment