Skip to content
One framework. Mobile & desktop.
TypeScript JavaScript HTML Starlark CSS Shell
Branch: master
Clone or download
petebacondarwin and alxhub feat(ngcc): pause async ngcc processing if another process has the lo…
…ckfile (#35131)

ngcc uses a lockfile to prevent two ngcc instances from executing at the
same time. Previously, if a lockfile was found the current process would
error and exit.

Now, when in async mode, the current process is able to wait for the previous
process to release the lockfile before continuing itself.

PR Close #35131
Latest commit eef0753 Feb 4, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci ci: get rid of the `CI_CHROMEDRIVER_VERSION_ARG` env var (#35381) Feb 18, 2020
.devcontainer build: update the recommended `Dockerfile` for VSCode remote developm… Jan 9, 2020
.github ci: Migrate from CODEOWNERS to PullApprove for PR review management (#… Jan 28, 2020
.vscode build: migrate references and scripts that set to build with ivy via … Nov 26, 2019
.yarn build: vendor yarn using the .yarnrc yarn-path value (#34902) Jan 23, 2020
aio fix(ivy): queries should match elements inside ng-container with the … Feb 19, 2020
docs docs: minor typo fix (#35423) Feb 13, 2020
integration fix(ivy): queries should match elements inside ng-container with the … Feb 19, 2020
modules refactor(benchpress): delete outdated/unused folder (#35147) Feb 8, 2020
packages feat(ngcc): pause async ngcc processing if another process has the lo… Feb 19, 2020
scripts build: several minor fixes related to using `puppeteer` (#35381) Feb 18, 2020
third_party ci: Remove old vendoring solution in favor of relying on yarn-path (#… Feb 6, 2020
tools build: enable network for docker on remote executors (#35432) Feb 14, 2020
.bazelignore build: add integration/platform-server/node_modules to .bazelignore (#… Nov 22, 2019
.bazelrc refactor: simplify bazel saucelabs targets using karma pre-test wrapp… Jan 28, 2020
.clang-format feat(tooling): Add a .clang-format for automated JavaScript formatting. Apr 2, 2015
.editorconfig build: use https link to editorconfig.org in .editorconfig (#27664) Dec 18, 2018
.gitattributes test: fix ts api guardian and public guard tests on windows (#30105) Apr 26, 2019
.gitignore ci: do not run benchmark measurements in circleci (#34753) Jan 29, 2020
.mailmap build: add a Git .mailmap with my new name (#19550) Oct 9, 2017
.nvmrc build: migrate to node@12.14.1 (#34955) Jan 27, 2020
.pullapprove.yml ci: update pullapprove config to ensure complete coverage of files (#… Feb 13, 2020
.yarnrc build: vendor yarn using the .yarnrc yarn-path value (#34902) Jan 23, 2020
BUILD.bazel refactor: simplify bazel saucelabs targets using karma pre-test wrapp… Jan 28, 2020
CHANGELOG.md release: cut the v9.1.0-next.0 release Feb 13, 2020
CODE_OF_CONDUCT.md docs: fix community tab in GitHub by copying CoC Feb 28, 2018
CONTRIBUTING.md docs: document golden file requirement (#33900) Jan 7, 2020
LICENSE build: bump year (#34651) Jan 13, 2020
README.md docs: fix typo of Typescript to TypeScript (#32153) Aug 15, 2019
WORKSPACE build: update to @bazel/bazel 2.1.0 (#35430) Feb 14, 2020
browser-providers.conf.js ci: update the browser test matrix to match supported browsers (#35202) Feb 14, 2020
gulpfile.js build: create bazel marco to test for circular dependencies (#34774) Jan 23, 2020
karma-js.conf.js ci: ensure saucelabs browsers can load karma test page (#35171) Feb 6, 2020
package.json build: update to @bazel/bazel 2.1.0 (#35430) Feb 14, 2020
protractor-perf.conf.js test: ensure global options for benchmark tests can be set in bazel (#… Jan 29, 2020
shims_for_IE.js Revert "refactor: add license header to JS files & format files (#12035… Oct 4, 2016
test-events.js refactor: rename unpatched event flag in Zone from `BLACK_LISTED_EVEN… Oct 4, 2019
test-main.js feat(ivy): i18n - implement compile-time inlining (#32881) Oct 9, 2019
tslint.json style: enforce disallowance of object constructor (#33211) Dec 3, 2019
yarn.lock build: update to @bazel/bazel 2.1.0 (#35430) Feb 14, 2020
yarn.lock.readme.md build: remove travisci leftovers (#27979) Jan 9, 2019

README.md

You can’t perform that action at this time.