rename repoPath -> repoName in frontend code
Created by: sqs
The purpose is to use the term "repo name" instead of "repo path" consistently, similar to the backend code's consistent usage of "repo name" (was "repo URI") from https://github.com/sourcegraph/sourcegraph/pull/681.
Global find-replaces in ts,tsx,json,js,graphql:
-
repoPath
->repoName
-
RepoPath
->RepoName
-
repo path
->repo name
-
REPO_PATH
->REPO_NAME
And then a few manual fixups. Nothing in the GraphQL schema changed (except for 1 comment), so there is no worry about backcompat.
There is no user-facing impact.
NOCHANGELOG