Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating angular cli to my fork #1

Merged
merged 1,105 commits into from
Oct 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1105 commits
Select commit Hold shift + click to select a range
7ffd3b3
refactor(@angular/cli): rename project to workspace and clean up
hansl Sep 4, 2018
c8ddfbb
fix(@angular/cli): add options in help for architect commands
hansl Sep 4, 2018
37d1a43
fix(@angular/cli): only print options once for schematic --help
hansl Sep 4, 2018
66fbc59
feat(@angular/cli): add long description and suboption option type
hansl Sep 4, 2018
c72c45f
fix(@angular/cli): only add options if theres only one builder config…
hansl Sep 5, 2018
fefef02
refactor(@angular/cli): remove parseJsonFile and add options to parse…
hansl Sep 5, 2018
0070ea4
fix(@angular-devkit/schematics): fix task executor on Windows
hansl Sep 5, 2018
2962ede
test(@angular-devkit/build-optimizer): also check method metadata
filipesilva Sep 5, 2018
6076e16
feat(@angular-devkit/build-optimizer): remove constructor __param
filipesilva Sep 5, 2018
7c5178c
feat(@angular-devkit/build-optimizer): correctly identify renamed enums
filipesilva Sep 5, 2018
53e6d2d
test(@angular/cli): add third party decorator prod test
filipesilva Sep 5, 2018
cc6181e
feat(@schematics/angular): add CLI 7.x migration schematic
clydin Sep 4, 2018
58977a1
feat(@ngtools/webpack): add `typescript` version `3.0.x` as a peer de…
alan-agius4 Aug 30, 2018
88804b6
build: update repo to use `typescript` `3.0.x`
alan-agius4 Aug 30, 2018
a723310
feat(@angular-devkit/build-optimizer): update `typescript` dependency…
alan-agius4 Aug 31, 2018
509c0fa
build: add `typescript` as `devDependencies`
alan-agius4 Aug 31, 2018
bdebc9e
feat(@angular-devkit/build-angular): add `ignore` option to `assets` …
alan-agius4 Aug 12, 2018
01beb52
feat(@angular-devkit/build-angular): add `ignore` option to `assets` …
alan-agius4 Aug 31, 2018
a94c826
feat(@schematics/angular): let Universal schematic use configurations…
beeman Aug 21, 2018
ee7603f
feat(@schematics/angular): add several prompts to ng-new
clydin Aug 9, 2018
5007a19
refactor(@angular-devkit/build-angular): clean up style webpack config
alan-agius4 Aug 31, 2018
54f7ea2
fix(@angular-devkit/schematics): throw `InvalidCollectionJsonExceptio…
alan-agius4 Sep 2, 2018
65ede1f
docs: fix english
alan-agius4 Aug 31, 2018
e16c8bb
fix(@angular-devkit/build-angular): set the proper type to `fileRepla…
alan-agius4 Aug 31, 2018
8caeb47
fix(@angular-devkit/schematics): fix `generate` mangling files contai…
sebastianhaeni Aug 22, 2018
6afa6a3
docs: update proxy.md with correct path
jkuri Sep 3, 2018
616ffe7
fix(@schematics/angular): app shell schematic does not use production…
alan-agius4 Sep 4, 2018
36f8cd7
fix(@schematics/angular): fix path for `ngswConfigPath` during migration
alan-agius4 Sep 6, 2018
0dc36f2
ci: update CI to node 10
filipesilva Sep 5, 2018
6595490
feat(@angular/pwa): support customized workspace configurations with add
clydin Aug 20, 2018
5feb1fa
Update release.md
alexeagle Sep 6, 2018
351359b
release: v7.0.0-beta.0
alexeagle Sep 6, 2018
7421d63
release: v7.0.0-beta.1
alexeagle Sep 6, 2018
f7f1d13
release: v7.0.0-beta.2
alexeagle Sep 6, 2018
a1ea3a0
fix(@angular-devkit/build-optimizer): remove deprecated purify plugin
clydin Sep 5, 2018
74bc8e8
fix(@angular-devkit/build-optimizer): remove deprecated wrap enums check
clydin Sep 5, 2018
87db956
refactor(@angular-devkit/build-optimizer): remove unused helper function
clydin Sep 5, 2018
b8b36ba
refactor: pin down all direct dependencies
alan-agius4 Sep 7, 2018
d07e68a
fix(@schematics/angular): `module` imports paths are incorrect when `…
alan-agius4 Sep 5, 2018
432fe97
fix(@schematics/angular): use app root to set server paths in options
alan-agius4 Sep 6, 2018
d29701f
fix(@angular-devkit/core): allow stat on record host
clydin Aug 29, 2018
b6ff520
refactor(@ngtools/webpack): avoid double caching of files
clydin Aug 29, 2018
96dc506
test(@angular-devkit/build-angular): expand polling success threshold
clydin Sep 6, 2018
b403aa6
test(@angular-devkit/build-angular): improve resilience of watch rebu…
clydin Sep 7, 2018
9fdcdf4
ci: add back angular snapshot e2e on master
filipesilva Aug 30, 2018
c262527
feat(@angular-devkit/benchmark): add package
filipesilva Aug 23, 2018
7567a92
test: add AIO benchmark
filipesilva Aug 29, 2018
f5fe1b6
build: fix tarring packages on windows
filipesilva Aug 31, 2018
4a5973c
build: workaround yarn tgz bug
filipesilva Aug 31, 2018
a5bb3ce
fix(@schematics/angular): fix app shell schematic failure
devoto13 Jul 19, 2018
82f2bda
refactor(@schematics/angular): make interaction with architect target…
alan-agius4 Sep 11, 2018
467c02b
style: match styleguide catch callback
seangwright Sep 10, 2018
6133eb2
docs: fix asset input path
alan-agius4 Sep 11, 2018
57a32c2
fix(@angular/cli): show an error if invalid global config file found
clydin Sep 12, 2018
4c5ed59
build: match engines with bazel and CI
filipesilva Sep 7, 2018
2e6eea4
refactor(@ngtools/webpack): use async/await where possible
clydin Sep 10, 2018
a2e44bb
build: use native async/await support
clydin Sep 11, 2018
1e7feb5
fix(@ngtools/webpack): remove deprecated singleFileIncludes option
clydin Sep 11, 2018
6768466
feat(@ngtools/webpack): move @angular/compiler-cli to a peer dependency
clydin Sep 11, 2018
437cd62
ci: remove unused unit test code coverage
clydin Sep 11, 2018
e36a259
fix(@angular/cli): fix issues in google3
qiyigg Sep 10, 2018
f107d2d
fix(@schematics/angular): use 'architect' instead of 'targets' until …
clydin Sep 10, 2018
57c049e
test: update to support targets & architect fields
clydin Sep 10, 2018
9e7391c
fix(@angular/cli): warn if `targets` is present when using a schematic
clydin Sep 12, 2018
f34dfc9
ci: add missing licenses from quicktype-core dependencies
hansl Sep 7, 2018
737ffad
ci: bootstrap-local now prioritizes typescript files over JSON
hansl Sep 7, 2018
aeb7c46
build: add support to build JSON schema through bazel
hansl Sep 5, 2018
9b0d5fa
ci: move bazel-build to xlarge resource class
hansl Sep 10, 2018
e004464
ci: build script uses bazel to generate the schemas
hansl Sep 11, 2018
defe0cc
build: support for JSON Schemas files in bootstrap-local
hansl Sep 11, 2018
a07f836
build: add JSON Schema .d.ts and .js files to build output
hansl Sep 11, 2018
8a4ce4d
refactor(@schematics/update): add automated JSON schema generation
hansl Sep 6, 2018
f15d558
refactor(@schematics/angular): automated JSON schema generation
hansl Sep 7, 2018
a6d515a
refactor(@schematics/schematics): automated JSON schema interface gen…
hansl Sep 7, 2018
0b3d996
refactor(@angular/pwa): automated JSON Schema generation
hansl Sep 7, 2018
30b0cbd
refactor(@angular/cli): automated JSON schema interface generation
hansl Sep 8, 2018
c63b4d8
ci: disable bazel in devkit-admin build
hansl Sep 12, 2018
c594a6c
release: v7.0.0-beta.3
kyliau Sep 14, 2018
b6793bd
build: use specific engines for built packages
filipesilva Sep 7, 2018
4f9dcd3
build: update pidusage
filipesilva Sep 14, 2018
d417fa9
build: add create script to create a new project using local build
hansl Sep 11, 2018
c2f9e0b
ci: generate and publish all commands help in JSON format
hansl Sep 12, 2018
84e4e8d
fix(@angular/cli): run --help-json now returns a basic help
hansl Sep 12, 2018
ec41e6c
fix(@angular/cli): chunk log so output is piped properly
hansl Sep 13, 2018
3b5dbad
feat(@angular/cli): sort schematics by name in --help-json
hansl Sep 13, 2018
06d332b
feat(@angular/cli): generate --helpJson will remove collection name
hansl Sep 13, 2018
afa71a1
feat(@angular/cli): add help for ng-new schematics
hansl Sep 13, 2018
b5fc50f
fix(@angular/cli): add support for all variant of alias field name
hansl Sep 14, 2018
d10c9e3
fix(@angular/cli): fix support for default values in options
hansl Sep 14, 2018
af96ccf
fix(@angular/cli): fix support for hidden options
hansl Sep 14, 2018
3127fed
ci: remove external BUILD code that should not be internal
hansl Sep 17, 2018
2f7f00f
refactor(@schematics/angular): replace usage of unknown for any
hansl Sep 17, 2018
b65860f
feat(@ngtools/webpack): add support for `traceResolution`
alan-agius4 Sep 17, 2018
7fee770
docs: add jsdoc instead of comments
alan-agius4 Sep 14, 2018
5308fa0
feat(@schematics/angular): update ng-packagr to `4.2.0`
alan-agius4 Sep 18, 2018
84533e2
build: update ng-packagr to `4.2.0`
alan-agius4 Sep 18, 2018
8fac6a7
fix(@angular-devkit/schematics-cli): fix `list-schematics` is not pri…
alan-agius4 Sep 11, 2018
1753b6a
test: add tests to schematic-cli
alan-agius4 Sep 14, 2018
40129cc
refactor: make the cli testable
alan-agius4 Sep 14, 2018
04ed301
feat(@angular-devkit/core): `createConsoleLogger` now accepts 2 param…
alan-agius4 Sep 14, 2018
f70254d
refactor: use common type for stdout and stderr
alan-agius4 Sep 14, 2018
813c520
build: add `angular_devkit/core:node` to deps
alan-agius4 Sep 14, 2018
c38e634
refactor(@schematics/angular): Parameterize findModule
Sep 14, 2018
fce686d
feat(@angular-devkit/build-angular): enable sourcemaps by default whe…
alan-agius4 Sep 18, 2018
0efd002
docs: remove `--prod` as it's no longer needed
alan-agius4 Sep 18, 2018
98c2747
fix(@angular-devkit/build-angular): fully remove url inlining
clydin Sep 14, 2018
6cfb72a
fix(@angular/cli): support `--version` option
clydin Sep 18, 2018
c12d3ee
refactor(@angular/cli): correct implicit returns
clydin Sep 19, 2018
80b94ad
refactor(@angular-devkit/build-angular): correct implicit returns
clydin Sep 19, 2018
f531453
refactor(@angular-devkit/build-optimizer): correct implicit returns
clydin Sep 19, 2018
c277b60
build: remove old monorepo version file
clydin Sep 18, 2018
b502847
build: remove unneeded gitignore file
clydin Sep 18, 2018
46da426
build: update nvmrc to use node 10
clydin Sep 18, 2018
95f29fb
refactor(@angular-devkit/build-optimizer): remove unused import purifier
clydin Sep 18, 2018
a8a60a7
refactor(@angular-devkit/build-optimizer): minor type cleanup
clydin Sep 18, 2018
5890759
fix(@angular-devkit/build-optimizer): deprecate transform test functions
clydin Sep 18, 2018
020e696
test: remove development purify bin helper
clydin Sep 18, 2018
72a65dd
feat(@angular-devkit/build-angular): update webpack dependencies
clydin Sep 18, 2018
e6f9ae9
fix(@angular/cli): fix schema error `Property targets is not allowed`
alan-agius4 Sep 8, 2018
3bb6548
feat(@angular/cli): add usage notes to help JSON
hansl Sep 17, 2018
86d803e
docs(@angular/cli): add comments for Command interface
hansl Sep 17, 2018
6622aa9
refactor(@angular/cli): remove command type
hansl Sep 17, 2018
34818b0
feat(@angular/cli): add subcommand to options
hansl Sep 18, 2018
7d782a3
feat(@angular/cli): add support for parsing enums
hansl Sep 18, 2018
9648aa3
feat(@angular-devkit/core): add enum support to getTypesOfSchema
hansl Sep 18, 2018
fcbc7db
feat(@angular/cli): remove --help-json and add format to help
hansl Sep 18, 2018
b02a7e5
fix(@angular/cli): on error finding files, show warning
hansl Sep 19, 2018
d69af5a
build: ignore dist-schema for linting
hansl Sep 19, 2018
f7f5b28
feat(@angular/cli): if parsing comes accross an obvious error throw it
hansl Sep 19, 2018
97576ec
fix(@angular/cli): do not show stack on argument parse error
hansl Sep 19, 2018
c3cffc3
release: v7.0.0-beta.4
hansl Sep 19, 2018
5757b21
fix(@schematics/angular): remove module test (#11278)
cexbrayat Sep 20, 2018
72032f8
docs(@angular/cli): Added alias section to each doc for the generate …
adampenn Sep 20, 2018
0b959d1
* fix(@angular/cli): remove helpJson and help-json mentions (#12331)
hansl Sep 20, 2018
f74c1f4
feat(@angular-devkit/schematics): allow workflow impl to define their…
hansl Sep 20, 2018
43fff13
fix(@angular/cli): cannot use same target name in when having multipl…
alan-agius4 Sep 21, 2018
38194b6
ci: add size check of new project production build (#12328)
clydin Sep 21, 2018
9af7876
docs: example command to generate library (#12334)
codermarcos Sep 21, 2018
1b268b2
ci: fix parallelism for e2e node 8.x job (#12341)
clydin Sep 21, 2018
30f8352
feat(@angular-devkit/build-angular): automatically include reflect me…
clydin Sep 20, 2018
d3fa9a6
fix(@schematics/angular): remove redundant reflect polyfill
clydin Sep 20, 2018
17cde22
test: update E2E polyfills test for JIT mode
clydin Sep 21, 2018
4efa26a
feat(@angular-devkit/build-angular): update license-webpack-plugin
xz64 Sep 23, 2018
efd78be
ci: call main function from schematics bin
hansl Sep 20, 2018
2771529
feat(@schematics/angular): new 7.0.0 migration to remove polyfills
hansl Sep 24, 2018
daf0ec8
fix(@angular/cli): suggest windows-compatible typescript install command
alirezamirian Jul 25, 2018
0bd5b1a
feat(@schematics/schematics): update tsconfig.json libs to include es…
christianliebel Jun 18, 2018
e72d1c3
feat(@schematics/angular): update tsconfig.json libs to include es2018
christianliebel Jun 18, 2018
4a2fc6f
extended Schematics README regarding templating
LucaVazz Jun 21, 2018
b9d8eed
fixed typo in the Schematics README
LucaVazz Jun 21, 2018
c9dab34
feat(@angular-devkit/core): support of tsx files in aot mode (#11407)
majo44 Sep 25, 2018
35dd760
feat(@angular-devkit/build-angular): support of tsx absolute path imp…
psamusev Sep 25, 2018
b561657
fix(@angular-devkit/core): fix cannot delete directory (#11574)
Teamop Sep 25, 2018
191edda
test: add unit test to cover `subdirs`
alan-agius4 Sep 25, 2018
fb4e818
docs: initial schematic prompts documentation
clydin Sep 23, 2018
91cf2d7
fix(@angular/cli): allow global config command outside project
clydin Sep 24, 2018
72ded97
fix(@schematics/angular): dasherize library package name
filipesilva Jul 19, 2018
1bf9634
fix(@angular/cli): `--verbose` is an unknown option of `serve`
alan-agius4 Sep 26, 2018
be6f757
refactor(@ngtools/webpack): use webpack resolver plugin for path mapping
clydin Jul 18, 2018
048366b
feat(@angular-devkit/build-angular): add profile option to browser bu…
filipesilva Jul 8, 2018
8872205
fix(@schematics/angular): generate application with projectRoot is pr…
vovikdrg Aug 17, 2018
830ba8f
docs: add local installation and specific version installation instru…
Aug 11, 2018
feb295d
docs: touching up local installation instructions
Aug 12, 2018
2397920
docs: npx install information
Aug 12, 2018
d24db32
fix(@angular/cli): relax compatible angular check package location
clydin Sep 20, 2018
228a2ed
fix(@angular-devkit/build-angular): fully resolve project modules
clydin Sep 20, 2018
64927e8
feat(@angular/cli): add support for `ShadowDom` as a `viewEncapsulati…
alan-agius4 Sep 21, 2018
6d68703
feat(@schematics/angular): add support for `ShadowDom` as a `viewEnca…
alan-agius4 Sep 21, 2018
3034019
build: update webpack types
clydin Sep 11, 2018
a121c4c
test: update license exceptions
clydin Sep 11, 2018
1cd4ce8
feat(@schematics/angular): add default budget of 2mb/5mb
StephenFluin Aug 28, 2018
d5d9790
docs: convert console image to css
Ansimorph Sep 3, 2018
c6a92a6
refactor: change code to work with TypeScript 3 and add missing models
alan-agius4 Sep 26, 2018
8c4ddff
feat(@schematics/update): add per-project .npmrc file support
smnbbrv Sep 15, 2018
b699ad2
fix(@schematics/update): process always-auth and _auth correctly, bet…
smnbbrv Sep 15, 2018
b19a348
fix(@schematics/update): taking whitespaces around "=" in .npmrc into…
smnbbrv Sep 19, 2018
1a3a117
refactor(@angular-devkit/core): adjust rxjs type usage
clydin Sep 25, 2018
013c663
refactor(@angular-devkit/schematics): adjust rxjs type usage
clydin Sep 25, 2018
9a79349
build: update rxjs to 6.3
clydin Sep 25, 2018
11822d9
test: update E2E update tests to use built packages
clydin Sep 25, 2018
a85af9c
build: ensure @ngtools/webpack uses consistent TS version
clydin Aug 24, 2018
a161e5f
refactor(@angular-devkit/build-angular): clean up overriding of options
alan-agius4 Sep 26, 2018
5c6c704
Disable Autoprefixer Grid
ai Jul 4, 2018
b16cb27
feat(@schematics/angular): Add the option to allow preventing the cre…
Brocco Sep 10, 2018
ae4dc05
fix(@angular-devkit/build-angular): karma builder now serves global s…
alan-agius4 Sep 26, 2018
7ff1e1a
feat(@angular-devkit/build-angular): add progress option to xi18n
hansl Sep 27, 2018
a13d74c
docs(@angular/cli): add progress to extractI18n workspace schema
hansl Sep 27, 2018
f28cd7c
style: improve formatting of spec file
alan-agius4 Sep 27, 2018
a97ccba
style: remove redundant `async` in tests
alan-agius4 Sep 27, 2018
78a6fab
fix(@angular/cli): allow empty string arguments
hansl Sep 26, 2018
4daa299
fix(@angular/cli): allow -a=value arguments
hansl Sep 26, 2018
5faf0cb
fix(@angular/cli): numerical flags should not give 0 if empty
hansl Sep 26, 2018
d8eeced
test: fix tests so it fails when servePath is not working
alan-agius4 Sep 25, 2018
d582d80
fix(@angular-devkit/build-angular): addresses issue were `deployUrl` …
alan-agius4 Sep 25, 2018
5d8af57
feat(@angular/cli): add `--defaults` option to `ng new`
clydin Sep 4, 2018
aa25a33
feat(@angular/cli): show project being linted
hansl Sep 27, 2018
4d46c4a
fix(@schematics/angular): support `Fetch as Google`(Google bot) (#11815)
rdlabo Sep 27, 2018
fabcac1
feat(@schematics/angular): look for module in more places (#12389)
hansl Sep 27, 2018
8150838
ci: new true builder as a private package (#12390)
hansl Sep 27, 2018
0aea618
feat(@ngtools/webpack): add support for `TypeScript` 3.1
alan-agius4 Sep 30, 2018
91e5fc0
build: update to TypeScript 3.1
alan-agius4 Sep 30, 2018
b040a3c
feat(@schematics/angular): update to latest versions of `TypeScript` …
alan-agius4 Sep 30, 2018
4b7bff0
test: add `skipLibCheck` to `type-warning` test
alan-agius4 Oct 1, 2018
52b22bf
docs: sort changelog by feature first, then fixes
hansl Sep 28, 2018
3fd6afc
feat(@angular-devkit/build-angular): add --reporters option to test
hansl Sep 28, 2018
afb2351
ci: enable size check comments
clydin Sep 27, 2018
14f787a
refactor: remove code that was needed for `eject`
alan-agius4 Sep 28, 2018
61ce0ce
fix(@angular-devkit/build-angular): don't rerun tests on unchanged co…
filipesilva Sep 28, 2018
381eac3
release: v7.0.0-rc.0
alexeagle Oct 1, 2018
6038efb
feat(@schematics/angular): update `TypeScript` to `3.1`
alan-agius4 Oct 1, 2018
ab1dfd0
release: v7.0.0-rc.1
hansl Oct 1, 2018
aec9e3a
style: remove trailing whitespace
alan-agius4 Oct 3, 2018
e4e13a2
refactor(@ngtools/webpack): reduce amount of filesystem calls
clydin Oct 3, 2018
ae9695a
ci: add count to benchmark and pass index to fn
hansl Oct 3, 2018
c13cbd4
refactor(@angular-devkit/core): add cache to normalize
hansl Oct 3, 2018
5f8230c
fix(@angular-devkit/build-angular): `ng test` without `reporters` no …
alan-agius4 Oct 3, 2018
202117a
ci: add CONTRIBUTING as a template and various changes
hansl Oct 2, 2018
3d27986
docs: add getting started section to README
hansl Oct 2, 2018
bb56f80
ci: publish script now checks that master has next tag
hansl Oct 2, 2018
c9d10f2
ci: publish script now checks version and tag together
hansl Oct 2, 2018
3d9f858
style: remove unused locals and imports
alan-agius4 Oct 2, 2018
eab4c2e
fix(@angular/cli): `ng update` remove duplicate `dryRun` in help
alan-agius4 Oct 1, 2018
3de49db
fix(@angular/cli): capture CPU profile
nlm-pro Sep 30, 2018
774f6d6
docs(@angular/cli): how to capture a CPU profile
nlm-pro Sep 30, 2018
42f827b
build: add v8-profiler typings
nlm-pro Sep 30, 2018
93ccb82
style: disable no-implicit-dependency v8-profiler
nlm-pro Sep 30, 2018
317602e
refactor(@angular/cli): remove v8-profiler typings
nlm-pro Oct 2, 2018
b76afb3
test: update snapshots TS version
filipesilva Oct 1, 2018
b06ee93
build: add check yarn preinstall script
clydin Oct 1, 2018
0cfd573
fix(@angular-devkit/build-angular): resolve assets in styles relative…
alan-agius4 Oct 2, 2018
8d81c4f
style(@schematics/angular): remove extra whitespace in EOF
alan-agius4 Oct 2, 2018
64d1524
refactor(@schematics/angular): cleanup application polyfill comments
clydin Sep 27, 2018
3bf2bb0
refactor(@angular-devkit/build-angular): remove unused html webpack p…
clydin Sep 28, 2018
d9f73d7
fix(@angular-devkit/build-angular): only process index HTML if option…
clydin Sep 28, 2018
b89f6b1
build: avoid swallowing module not found exception
clydin Sep 28, 2018
5852f39
feat(@ngtools/webpack): support custom logging
filipesilva Oct 1, 2018
61871d3
feat(@angular-devkit/build-angular): pass logger to ngtools/webpack
filipesilva Oct 1, 2018
3238640
feat(@ngtools/webpack): support hostReplacementPaths
filipesilva Oct 1, 2018
ea89f75
test(@angular-devkit/build-angular): add test for type checker replac…
filipesilva Oct 1, 2018
5adebf9
fix(@angular-devkit/build-angular): workaround karma issue
filipesilva Oct 2, 2018
80163ce
fix(@angular/cli): `ng update --help` shows `--packages` twice (#12470)
alan-agius4 Oct 4, 2018
0b884c5
ci: exit with `0` error code when running templates (#12473)
alan-agius4 Oct 4, 2018
4493d88
docs: start rewriting docs
hansl Oct 5, 2018
da7daef
refactor(@ngtools/webpack): reduce webpack fs decorator system calls
clydin Oct 4, 2018
9297eb5
fix(@angular-devkit/core): record host should stat backing host
clydin Oct 4, 2018
a2003fd
refactor(@ngtools/webpack): cache parsed source files
clydin Oct 5, 2018
9ef66e2
test(@angular-devkit/build-angular): disable flaky poll test
clydin Oct 5, 2018
90e6980
fix(@schematics/angular): tweak the `ng new` routing prompt
IgorMinar Oct 5, 2018
d1b6e71
fix(@schematics/angular): use proper project root for e2e
hansl Oct 5, 2018
248d531
release: v7.0.0-rc.2
alexeagle Oct 5, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
17 changes: 10 additions & 7 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
environment:
matrix:
- nodejs_version: "6"
nodejs_version: "10.9.0" # Same version as used in CircleCI.

matrix:
fast_finish: true

install:
- ps: Install-Product node $env:nodejs_version
- npm install -g npm@~5.3.0
- npm install
# --network-timeout is a workaround for https://github.com/yarnpkg/yarn/issues/6221
- yarn --frozen-lockfile --network-timeout=500000
- yarn webdriver-update-appveyor

test_script:
- node --version
- npm --version
- node tests\run_e2e.js --appveyor
- yarn --version
- yarn test
- node tests\legacy-cli\run_e2e.js --appveyor "--glob=tests/{basic,commands,generate,build/styles}/**"

build: off
deploy: off

cache:
- node_modules -> package-lock.json
- node_modules -> yarn.lock
- "%LOCALAPPDATA%\\Yarn"
20 changes: 20 additions & 0 deletions .circleci/bazel.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# These options are enabled when running on CI
# We do this by copying this file to /etc/bazel.bazelrc at the start of the build.

# Echo all the configuration settings and their source
build --announce_rc

# Don't be spammy in the logs
build --noshow_progress

# Don't run manual tests
test --test_tag_filters=-manual

# Workaround https://github.com/bazelbuild/bazel/issues/3645
# Bazel doesn't calculate the memory ceiling correctly when running under Docker.
# Limit Bazel to consuming resources that fit in CircleCI "medium" class which is the default:
# https://circleci.com/docs/2.0/configuration-reference/#resource_class
build --local_resources=3072,2.0,1.0

# Retry in the event of flakes
test --flaky_test_attempts=2
Loading