LSIF: Use repository ids instead of names
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: efritz
Replace usages of repository names in lsif-server with the repository ID known by the frontend. Closes https://github.com/sourcegraph/sourcegraph/issues/6278.
repo
table so that the repository ids are populated with the id of the repository that has the same name. If a repository id cannot be correlated (due to a rename that has already occurred), those uploads are removed.
Push commits to the source branch or add previously merged commits to review them.