Something went wrong while fetching comments. Please try again.
Created by: erzhtor
Part 1 of https://github.com/sourcegraph/sourcegraph/issues/27922. Blocks https://github.com/sourcegraph/sourcegraph/pull/28621.
This PR:
repositoryRedirect
GraphQL Schema API to get repository by its hashed name securely and without side-effects (like auto-cloning)sg run migration up
sg start dotcom
repositoryRedirect(hashedName: "any-sha256-hashed-and-hex-encoded-repository-name") {
name
mirrorInfo {
cloned
}
}
}