Skip to content

db: Deprecate the repo.cloned column

Administrator requested to merge rs/deprecate-repo-cloned into main

Created by: ryanslade

We will be relying on gitserver_repos.clone_status instead.

This change moves us in that direction by:

  1. Removing the cloned field from type.Repo
  2. Falling back to read from repo.cloned ONLY when there is no corresponding row in gitserver_repos.

In the next release we will delete the repos.cloned column.

Merge request reports

Loading