-
Notifications
You must be signed in to change notification settings - Fork 12k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: angular/angular-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.1.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: angular/angular-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.1.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 8 files changed
- 2 contributors
Commits on Apr 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b523231 - Browse repository at this point
Copy the full SHA b523231View commit details
Commits on Apr 24, 2020
-
ci: remove circle ci cache fallback
Cache fallback can be useful in some cases, but in our case it is hindering the CI performance as the cache is growing everyday which results in slower CI times because of the restoring and saving phases. A fresh cache size is about 450Mb, while currently with fallbacking enabled it has grown to 3.8Gb Below are some timings taken were we see that having cache fallbacking is doesn't help CI times: | Caching | Cache Size | Restore Cache | Yarn Install | Save Cache | Total Time Elapsed | |---------------------------|------------|---------------|--------------|------------|--------------------| | Cache w/ Fallback (Miss) | 3.81Gb | 2m 50s | 30s | 7m 20s | 10m 40s | | Cache w/ Fallback (Hit) | 3.81Gb | 2m 50s | 20s | 0 | 3m 10s | | Cache wo/ Fallback (Miss) | 0 | 0 | 40s | 30s | 1m 10s | | Cache wo/ Fallback (Hit) | 458mb | 20s | 20s | 0 | 40s |
Configuration menu - View commit details
-
Copy full SHA for 20d6ad9 - Browse repository at this point
Copy the full SHA 20d6ad9View commit details -
docs: remove
universal-project
options reference from app-shell docs`universal-project` has been deprecated and has no effect. See: https://github.com/angular/angular-cli/blob/493aa74019104fe029e3527b519918a0ae6febf0/packages/schematics/angular/app-shell/schema.json#L19
Configuration menu - View commit details
-
Copy full SHA for aab41a6 - Browse repository at this point
Copy the full SHA aab41a6View commit details -
docs: remove reference to client-project arguments from app-shell docs
This is no longer required because of https://github.com/angular/angular-cli/blob/493aa74019104fe029e3527b519918a0ae6febf0/packages/schematics/angular/app-shell/schema.json#L12
Configuration menu - View commit details
-
Copy full SHA for 1b2847e - Browse repository at this point
Copy the full SHA 1b2847eView commit details
Commits on Apr 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f1119ff - Browse repository at this point
Copy the full SHA f1119ffView commit details
Commits on Apr 29, 2020
-
fix(@angular-devkit/build-angular): disable inline svg optimizations
SVGO can cause optimizations which are not compatible in all browsers. FIxes: #17564
Configuration menu - View commit details
-
Copy full SHA for 3f620d5 - Browse repository at this point
Copy the full SHA 3f620d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7819b2a - Browse repository at this point
Copy the full SHA 7819b2aView commit details
There are no files selected for viewing