angular-docs-cn/dev-infra
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
..
bazel fix(dev-infra): add missing BUILD file to dev-infra/bazel:files (#38026) 2020-07-15 12:34:46 -07:00
benchmark refactor(dev-infra): simplify runBenchmark (#38941) 2020-09-22 15:05:34 -07:00
browsers feat(dev-infra): add bazel firefox browser with RBE compatibility (#38029) 2020-07-15 12:34:05 -07:00
caretaker refactor(dev-infra): share more github code between commands (#38656) 2020-09-28 16:11:38 -04:00
commit-message refactor(dev-infra): refactor commit-message files (#38845) 2020-09-15 16:05:42 -07:00
format refactor(dev-infra): update yargs and typings for yargs (#38470) 2020-08-17 15:30:32 -07:00
pr refactor(dev-infra): share more github code between commands (#38656) 2020-09-28 16:11:38 -04:00
pullapprove fix(dev-infra): Ensure conditions with groups do not fail verification (#37798) 2020-07-24 17:59:39 -07:00
release refactor(dev-infra): use the `exec()` helper from `utils/shelljs` whenever possible (#37444) 2020-06-05 09:21:18 -07:00
ts-circular-dependencies feat(dev-infra): output the number of new and fixed cycles (#38805) 2020-09-18 11:20:08 -07:00
utils refactor(dev-infra): do not print git commands in silent mode (#38656) 2020-09-28 16:11:39 -04:00
BUILD.bazel feat(dev-infra): check services/status information of the repository for caretaker (#38601) 2020-09-01 13:05:30 -07:00
cli.ts feat(dev-infra): check services/status information of the repository for caretaker (#38601) 2020-09-01 13:05:30 -07:00
index.bzl refactor(dev-infra): allow for consumption with rules_nodejs v2.0.0 (#37968) 2020-07-13 14:18:22 -07:00
ng-dev build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
tmpl-package.json fix(dev-infra): correct build setup for dev-infra (#38815) 2020-09-11 13:59:30 -07:00