angular-docs-cn/dev-infra/utils
Paul Gschwendtner d7ff8d765c refactor(dev-infra): use shared github repo interface (#38656)
Instead of maintaining multiple interface for grouping
owner name and repo name, we expose a shared interface
describing a Github repository.

One unfortunate downside is that the GraphQL Github
and Rest API diverge slightly with the key for the
repository name. i.e. rest uses `repo` for the name
of a repository, while GraphQL uses `name` for the name.

If that would be consistent, we could use the rest operator
to pass a repository to the Octokit REST or GraphQL API. This
does not work, so we have a small manual overhead as seen
in the `branches.ts` file.

PR Close #38656
2020-09-28 16:11:40 -04:00
..
git refactor(dev-infra): use shared github repo interface (#38656) 2020-09-28 16:11:40 -04:00
BUILD.bazel fix(dev-infra): correct build setup for dev-infra (#38815) 2020-09-11 13:59:30 -07:00
config.ts refactor(dev-infra): do not validate config file multiple times (#38808) 2020-09-14 08:34:15 -07:00
console.ts fix(dev-infra): remove ANSI escape codes from log file outputs (#38792) 2020-09-15 08:44:00 -07:00
github.ts feat(dev-infra): tooling to check out pending PR (#38474) 2020-08-18 16:22:47 -07:00
inquirer-autocomplete-typings.d.ts feat(dev-infra): create a wizard for building commit messages (#38457) 2020-08-18 17:01:14 -07:00
repo-files.ts feat(dev-infra): Add support for formatting all staged files (#38402) 2020-08-11 16:32:54 -07:00
shelljs.ts fix(dev-infra): incorrect token sanitization when no token is specified (#37489) 2020-06-09 08:27:31 -07:00
ts-node.ts style(dev-infra): correct tslint failures in dev-infra directory (#37233) 2020-06-04 12:44:46 -07:00