angular-docs-cn/dev-infra
Joey Perrott 7a40d8cefd fix(dev-infra): use base ref name rather than sha for the githubTargetBranch (#41523)
After updating to use the v4 graphql api in the merge tooling, the githubTargetBranch
was set to be the sha of the latest commit rather than the branch name of the target
branch.  This caused our tooling to mismatch which branches were actually being targeted
with the effect that if a PR targeted only the patch branch (i.e. labeled `target: patch`
and targeting `11.2.x` in github)it would still expect to merge into both `11.2.x` and
`master`.  This is now corrected to once again use the branch name, restoring to the
previous functionality.

PR Close #41523
2021-04-08 15:18:02 -07:00
..
bazel fix(dev-infra): add missing BUILD file to dev-infra/bazel:files (#38026) 2020-07-15 12:34:46 -07:00
benchmark fix(dev-infra): update build tooling for latest changes in rules_nodejs (#40710) 2021-02-09 10:48:43 -08:00
browsers build: use the latest versions of Chrome (v87) and Firefox (v84) in tests (#40150) 2020-12-21 14:15:31 -08:00
caretaker build: support building with TypeScript 4.1 (#39571) 2020-11-25 11:10:01 -08:00
commit-message fix(dev-infra): make scopes for `test` and `refactor` commit types optional (#41486) 2021-04-07 09:40:31 -07:00
format fix(dev-infra): update type castings for JSON.parse usage (#40710) 2021-02-09 10:48:43 -08:00
ngbot refactor(dev-infra): create ng-dev executable locally in the repo (#39089) 2020-10-22 13:36:14 -07:00
pr fix(dev-infra): use base ref name rather than sha for the githubTargetBranch (#41523) 2021-04-08 15:18:02 -07:00
pullapprove refactor(dev-infra): create ng-dev executable locally in the repo (#39089) 2020-10-22 13:36:14 -07:00
release fix(dev-infra): require npm login for all publishes via wombat proxy (#41422) 2021-04-02 10:30:18 -07:00
ts-circular-dependencies fix(dev-infra): exclude node_modules from circular dependency checks (#41407) 2021-04-02 15:47:33 -07:00
utils feat(dev-infra): add utility method to GitClient to get latest SemVer tag (#41455) 2021-04-06 10:04:31 -07:00
BUILD.bazel build: update test to use new zone.js entry-points (#40823) 2021-02-24 07:58:29 -08:00
build-worker.js fix(dev-infra): remove commit message wizard and builder (#41280) 2021-03-19 12:41:09 -07:00
cli.ts fix(dev-infra): ensure hashbang is present in both published and local ng-devs (#39443) 2020-10-27 09:28:38 -07:00
commit-message-filter.js refactor(dev-infra): create ng-dev executable locally in the repo (#39089) 2020-10-22 13:36:14 -07:00
index.bzl fix(dev-infra): allow build-worker to be used in forked process (#40012) 2020-12-08 12:06:51 -08:00
ng-dev.js fix(dev-infra): use base ref name rather than sha for the githubTargetBranch (#41523) 2021-04-08 15:18:02 -07:00
tmpl-package.json refactor(dev-infra): set up new method for checking range of commits (#41341) 2021-04-01 11:30:26 -07:00
tsconfig.json build: add tsconfig with strict flag to dev-infra package (#38656) 2020-09-28 16:11:39 -04:00