angular-cn/dev-infra/utils
Paul Gschwendtner 9e0e763156 refactor(dev-infra): do not print git commands in silent mode (#38656)
The git client respects the `SpawnSyncOptions` when a command
is executed. Currently it does not hide the command info
messages when commands are run in silent mode.

We fix this as part of this commit, so that the command info
is only printed to `debug` if `stdio` is set to `ignore`.

Additonally, the github token is made public so that it can be
used by commands if other repositories like forks are targeted.

PR Close #38656
2020-09-28 16:11:39 -04:00
..
git refactor(dev-infra): do not print git commands in silent mode (#38656) 2020-09-28 16:11:39 -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