Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
3308 commits
Select commit Hold shift + click to select a range
4abd6f3
fix(aio): map the empty url to the correct doc path
petebacondarwin Mar 4, 2017
d6c1cca
fix(aio): emit a hard-coded doc if file-not-found fails
petebacondarwin Mar 4, 2017
04e1458
docs(aio): make home doc the default home page
petebacondarwin Mar 4, 2017
fe962f6
fix(aio): LocationService urls should never start with a slash
petebacondarwin Mar 5, 2017
5815983
fix(aio): correctly intercept links with LinkDirective
petebacondarwin Mar 5, 2017
b81693b
fix(aio): no need for path and url properties in nav
petebacondarwin Mar 5, 2017
3529813
fix(aio): move interfaces into their own files to workaround compile …
petebacondarwin Mar 5, 2017
61ef756
fix(aio): ensure that only one request for navigation.json is made
petebacondarwin Mar 4, 2017
46d6e8d
fix(aio): reimplement side-nav
petebacondarwin Mar 5, 2017
d83b7ba
refactor(aio): rename `activeNodes` to `selectedNodes`
petebacondarwin Mar 6, 2017
0d63e2a
docs(aio): copy devguide images from angular.io
petebacondarwin Mar 6, 2017
b70c881
docs(aio): fix paths to images
petebacondarwin Mar 6, 2017
0d6aa0c
style(aio): rename const to camelCase
petebacondarwin Mar 6, 2017
b017fbe
style(aio): rename local variable
petebacondarwin Mar 6, 2017
55189b1
refactor(aio): simplify and document the NavigationService
petebacondarwin Mar 6, 2017
ebd4463
fix(aio): reimplement the top menu dropping into the side bar
petebacondarwin Mar 6, 2017
07122f0
fix(upgrade): populate upgraded component's view before creating the …
gkalpak Mar 7, 2017
1cff125
refactor: remove old compiler options (#14891)
tbosch Mar 7, 2017
5df998d
fix(router): do not finish bootstrap until all the routes are resolve…
vsavkin Mar 7, 2017
ad3b44a
RendererV2 -> Renderer2 rename (#14998)
tbosch Mar 8, 2017
794f8f4
build(aio): update .gitignore
gkalpak Feb 6, 2017
1151640
ci(aio): add initial implementation for aio-builds setup
gkalpak Feb 6, 2017
c8ead9b
refactor(aio): use types intead of interfaces for functions
gkalpak Feb 27, 2017
9df9bdc
style(aio): correctly type tuple
gkalpak Feb 27, 2017
8a8d4fe
test(aio): fix typos (repoSlag --> repoSlug)
gkalpak Feb 27, 2017
bc831ff
feat(aio): check resolution of external URLs in HEALTHCHECK
gkalpak Feb 27, 2017
6b8413f
build(aio): update TypeScript (and other dependencies)
gkalpak Feb 27, 2017
c8d87a9
feat(aio): add support for HTTPS (certificates provided by host - fal…
gkalpak Feb 27, 2017
c5644e5
refactor(aio): add `assertNotMissingOrEmpty()` helper
gkalpak Feb 27, 2017
3734898
feat(aio): make `githubToken` mandatory for `GithubApi`
gkalpak Feb 27, 2017
951e653
feat(aio): implement `GithubApi.getPaginated()`
gkalpak Feb 28, 2017
060d02e
fix(aio): remove unnecessary `repoSlug` parameter from `GithubApi`
gkalpak Feb 28, 2017
96f11da
feat(aio): implement `GithubTeams`
gkalpak Feb 28, 2017
3ed1f64
feat(aio): implement `BuildVerifier`
gkalpak Feb 28, 2017
028b274
feat(aio): support passing secrets as files to the docker container
gkalpak Feb 28, 2017
2796790
feat(aio): verify uploaded builds based on JWT from Travis
gkalpak Feb 28, 2017
0e9277b
style(aio): change mock value for consistency
gkalpak Mar 1, 2017
d28ea80
build(aio): always compile before running tests
gkalpak Mar 1, 2017
03a5fd0
fix(aio): do not hardcode the domain in preview link comments
gkalpak Mar 1, 2017
d275667
build(aio): upgrade to latest and pin major pm2 version
gkalpak Mar 1, 2017
7e67f37
ci(aio): test aio-builds-setup as part of the `aio` job
gkalpak Mar 1, 2017
d9d9d9d
build(aio): allow passing parameters to `docker build`
gkalpak Mar 2, 2017
a3a7cf2
build(aio): allow overwriting env vars at build time
gkalpak Mar 2, 2017
5ab2e28
ci(aio): bringing in #14888 (because no patience)
gkalpak Mar 2, 2017
e40f81b
ci(aio): fail the build if preview deployment fails
gkalpak Mar 2, 2017
fd34a58
fix(aio): ensure `NGBUILDS_IO_KEY` is not printed
gkalpak Mar 5, 2017
aa30c50
feat(aio): make it easier to create a docker image (less variables to…
gkalpak Mar 5, 2017
4210d2b
test(aio): fix e2e tests
gkalpak Mar 5, 2017
a447665
refactor(aio): use more intuitive log filepath
gkalpak Mar 5, 2017
b4ec80b
docs(aio): document arg for auto-restarting the docker container on boot
gkalpak Mar 5, 2017
093d69f
ci(aio): only deploy a preview if the PR touched relevant files
gkalpak Mar 6, 2017
4ca772e
refactor(aio): move scripts into `scripts/` directory
gkalpak Mar 7, 2017
174d4c8
ci(aio): do not deploy PR if preconditions not met
gkalpak Mar 7, 2017
5ad5301
feat(aio): add API list page (#14899)
wardbell Mar 8, 2017
3e51a19
refactor: move angular source to /packages rather than modules/@angular
jasonaden Mar 2, 2017
8573e36
build: fix file paths after moving modules/@angular/* to packages/*
jasonaden Mar 2, 2017
5aed1e3
refactor: move secondary entry point rollup configs.
jasonaden Mar 6, 2017
72563b6
build: fix rollup config file paths
jasonaden Mar 7, 2017
58dd467
refactor: remove babel config files
jasonaden Mar 7, 2017
1efd508
build: update package.json to remove babel.
jasonaden Mar 7, 2017
da8ea35
refactor: More generic build.sh file
jasonaden Mar 2, 2017
b74ab83
refactor: update paths from modules/@angular to packages
jasonaden Mar 7, 2017
2b44854
build: fix paths for examples tests
jasonaden Mar 8, 2017
bebedfe
build: build modules and examples for karma
jasonaden Mar 8, 2017
814dc10
release: cut the 4.0.0-rc.3 release
chuckjaz Mar 10, 2017
d17d4a3
docs: add changelog for 4.0.0-rc.3
chuckjaz Mar 10, 2017
5f9fb91
fix(compiler): improve error msg for unexpected closing tags (#14747)
DzmitryShylovich Mar 10, 2017
a69afeb
ci: skip root pullapproval for packages directory (#15071)
chuckjaz Mar 10, 2017
53d62fa
ci: use angular-builds credentials for publishing artifacts (#15072)
chuckjaz Mar 10, 2017
fce55d8
feat(aio): add Kapunahele animations v2 (#15023)
wardbell Mar 10, 2017
920b3d2
feat(aio): support @angular/service-worker using the CLI generated se…
alxhub Mar 10, 2017
1aebea5
fix(core): ErrorHandler should not rethrow an error by default (#13534)
DzmitryShylovich Mar 10, 2017
6014947
Revert "fix(core): ErrorHandler should not rethrow an error by defaul…
chuckjaz Mar 10, 2017
8b5c6b2
fix(compiler): shouldn't throw when Symbol is used as DI token (#13701)
DzmitryShylovich Mar 10, 2017
6c8638c
feat(core): allow to provide multiple default testing modules (#15054)
tbosch Mar 11, 2017
71cd295
ci: add wardbell and gkalpak to aio approvers (#15030)
petebacondarwin Mar 13, 2017
fa1920a
feat(aio): enable deep-linking on deployed apps (until prerendering i…
gkalpak Mar 13, 2017
ff71eff
refactor(core): use flags in `Renderer2.setStyle` instead of booleans…
tbosch Mar 13, 2017
0e2dd76
build: remove obsolete `ci-lite/` directory and files (#14994)
gkalpak Mar 13, 2017
413e11f
build(aio): remove redundant arg
gkalpak Mar 8, 2017
cbde75e
feat(aio): redirect HTTP to HTTPS
gkalpak Mar 8, 2017
b804a48
feat(aio): make it easy to keep relevant logs outside the docker cont…
gkalpak Mar 8, 2017
3bb5990
docs(aio): add more docs about `aio-builds-setup`
gkalpak Mar 9, 2017
17f5f3b
ci(aio): fix clean-up script on `ngbuilds.io`
gkalpak Mar 9, 2017
0c5f893
test(aio): improve test description and expectations
gkalpak Mar 12, 2017
4e1cf5b
build(aio): replace all occurrences of env vars on a line in `aio-bui…
gkalpak Mar 12, 2017
df914ef
fix(core): don’t recreate `TemplateRef` when used as a reference. (#1…
tbosch Mar 13, 2017
6559425
fix(core): ErrorHandler should not rethrow an error by default (#15077)
DzmitryShylovich Mar 13, 2017
893652a
fix(aio): upgrade to zone.js 0.7.8 (#15099)
petebacondarwin Mar 13, 2017
26efa3a
style(aio): tidy up SCSS files
petebacondarwin Mar 9, 2017
e7dab7e
feat(aio): hard code a "Home" image link into the toolbar
petebacondarwin Mar 9, 2017
018e5c9
fix(platform-server): fix get/set title in parse5 adapter (#14965)
FrozenPandaz Mar 13, 2017
75147ff
fix(aio): remove invalid brace from CSS (#15122)
petebacondarwin Mar 13, 2017
195b863
refactor(platform-browser): move platform-browser/animations to anima…
matsko Mar 1, 2017
21a18d6
build(animations): adjust animations/browser source to new standard f…
jasonaden Mar 9, 2017
498a951
Revert "build(animations): adjust animations/browser source to new st…
chuckjaz Mar 13, 2017
e6c81d2
Revert "refactor(platform-browser): move platform-browser/animations …
chuckjaz Mar 13, 2017
7b6dbf0
fix(aio): `LocationService` search should handle corner cases
petebacondarwin Mar 8, 2017
eedca09
build(aio): generate the api-list.json file from the API docs
petebacondarwin Mar 8, 2017
8850098
build(aio): ensure API docs are generated in the correct place (#15103)
petebacondarwin Mar 13, 2017
6497633
feat(aio): improve search results functionality
petebacondarwin Mar 13, 2017
1847550
docs(aio): move cookbooks into guide
petebacondarwin Mar 11, 2017
ab40fcb
docs(aio): fix relative links
petebacondarwin Mar 11, 2017
914797a
feat(upgrade): support multi-slot projection in upgrade/static (#14282)
petebacondarwin Mar 14, 2017
1c1085b
feat(aio): add google analytics (#15081)
wardbell Mar 14, 2017
cdc882b
feat: introduce source maps for templates (#15011)
tbosch Mar 14, 2017
ccd38dd
ci: changing deployment token
chuckjaz Mar 14, 2017
abbbb4d
ci: do not use shell to expand secure tokens to prevent leaks
mhevery Mar 13, 2017
060a2d1
ci(aio): deploy previews from aio-master (#15137)
gkalpak Mar 14, 2017
221899a
ci: fix incorrect github credetials (#15146)
mhevery Mar 14, 2017
0aad270
refactor(platform-browser): move platform-browser/animations to anima…
matsko Mar 1, 2017
2c5a671
fix: don't instantiate providers with ngOnDestroy eagerly. (#15070)
tbosch Mar 14, 2017
778f7d6
fix(forms): remove equalsTo validator (#15050)
kara Mar 14, 2017
80649ea
fix(platform-server): correctly implement get href in parse5 adapter …
FrozenPandaz Mar 14, 2017
f093501
fix(platform-server): support svg elements with namespaced attributes…
vikerman Mar 14, 2017
13686bb
fix: element injector vs module injector (#15044)
vicb Mar 14, 2017
ff60c04
test(platform-server): add initial e2e tests for platform-server (#15…
vikerman Mar 15, 2017
3c15916
fix(compiler): Improve error message for missing annotations (#14724)
bowenni Mar 15, 2017
3b1956b
fix(compiler): warning prints "WARNING" instead of "ERROR" (#15125)
vicb Mar 15, 2017
959a03a
fix(compiler): fix utf8encode, move to sharted utils, add tests (#15076)
vicb Mar 15, 2017
06fc42b
fix(core): don’t throw if queries change during change detection.
tbosch Mar 13, 2017
50ab06e
fix(compiler): generated code should pass `noUnusedLocals` check
tbosch Mar 13, 2017
5c34066
fix(compiler): only warn for `@Injectable` classes with invalid args.
tbosch Mar 13, 2017
5fe2d8f
fix(core): update peer dep on zone.js to ^0.8.2 (#15078)
mhevery Mar 15, 2017
c10c060
feat(common): support `as` syntax in template/* bindings (#15025)
mhevery Mar 15, 2017
4f7d62a
fix(platform-server): fix an exception when HostListener('window:scro…
vikerman Mar 15, 2017
49764a5
build(tsc-wrapped): update tsickle to version 0.21.5
LucasSloan Feb 22, 2017
5c0ea20
build(tsc-wrapped): use tsickleCompilerHost for initial file load
LucasSloan Feb 22, 2017
36ce0af
fix(animations): support multiple state names per state() call (#15147)
matsko Mar 15, 2017
b00fe20
fix(compiler): support interface types in injectable constuctors (#14…
chuckjaz Mar 15, 2017
8e2c8b3
refactor(upgrade): don’t rely on compiler internals
tbosch Mar 14, 2017
1171f91
feat(core): expose `inputs`, `outputs` and `ngContentSelectors` on `C…
tbosch Mar 14, 2017
a3e32fb
feat(upgrade): use `ComponentFactory.inputs/outputs/ngContentSelectors`
tbosch Mar 14, 2017
c439742
Revert "feat(upgrade): use `ComponentFactory.inputs/outputs/ngContent…
chuckjaz Mar 15, 2017
cd98149
Revert "feat(core): expose `inputs`, `outputs` and `ngContentSelector…
chuckjaz Mar 15, 2017
322bf7a
Revert "refactor(upgrade): don’t rely on compiler internals"
chuckjaz Mar 15, 2017
795638e
ci: remove unused import from integration test (#15175)
chuckjaz Mar 15, 2017
80112a9
fix: fix path locally to empty.js (#15073)
jasonaden Mar 15, 2017
3f38c6f
fix(animations): always fire callbacks even for noop animations (#15170)
matsko Mar 15, 2017
029d0f2
fix(router): fix query parameters with multiple values (#15129)
vicb Mar 15, 2017
f1b33ab
fix(http): Make ResponseOptionsArgs an interface (#14607) (#14623)
vicb Mar 15, 2017
62d5543
fix(animations): make sure easing values are applied to an empty anim…
matsko Mar 15, 2017
3f7cfde
fix(aio): ignore private exports
petebacondarwin Mar 12, 2017
eaa0435
fix(aio): intercept all clicks on anchors
petebacondarwin Mar 13, 2017
f600d4e
refactor(aio): move window:resize handler into component
petebacondarwin Mar 12, 2017
4347cb2
ci(aio): whitelist 'aio-contributors' for deploying PR previews
gkalpak Mar 13, 2017
09574fc
build(aio): `yarn test --sourcemap=false` for faster dev/test cycles
wardbell Mar 14, 2017
0e6eb6d
test(aio): fill in missing API page unit tests
wardbell Mar 14, 2017
c95a304
fix(aio): `SearchBoxComponent` should send query on click
petebacondarwin Mar 12, 2017
4870f91
feat(aio): hide search results when click outside search elements
petebacondarwin Mar 12, 2017
c2bd357
feat(aio): initial design commit
sjtrimble Mar 14, 2017
637a489
refactor(aio): indent and org cleanup
sjtrimble Mar 14, 2017
b11d011
feat(aio): top bar typography, sidenav size
sjtrimble Mar 15, 2017
6772c91
fix(aio): scroll to hash fragment element on URL change
petebacondarwin Mar 13, 2017
3131581
Revert "fix(core): ErrorHandler should not rethrow an error by defaul…
mhevery Mar 15, 2017
6e98757
fix(core): use presence of .subscribe to detect observables rather th…
DzmitryShylovich Mar 16, 2017
013d806
fix(platform-server): handle styles with extra ':'s correctly (#15189)
alxhub Mar 16, 2017
dd36d41
build: update symlink scripts for Windows (#14987)
marclaval Mar 16, 2017
923d0c5
fix: correct UMD resolutions for platform-browser_animations (#15190)
jasonaden Mar 16, 2017
f92d644
ci: disable Android 4.1, 4.2 and 4.3 in SauceLabs (#14461)
marclaval Mar 16, 2017
41f61b0
test: integration test that Angular apps compile with TS 2.2 (#15153)
alexeagle Mar 16, 2017
26d4ce2
fix(forms): ensure observable validators are properly canceled (#15132)
kara Mar 16, 2017
52bbc9b
refactor(platform-browser): cleanup HtmlSanitizer specs
vicb Mar 14, 2017
a4076c7
fix(platform-browser): prevent clobbered elements from freezing the b…
vicb Mar 15, 2017
992aa17
build: add source maps into NPM distribution (#15159)
jasonaden Mar 16, 2017
73a4620
build(tsc-wrapped): update tsickle to version 0.21.6
LucasSloan Mar 15, 2017
c0e05e6
fix(tsc-wrapped): emit js files in all cases
tbosch Mar 15, 2017
492153a
fix(compiler): make sourcemaps work in AOT mode
tbosch Mar 15, 2017
77fd91d
fix(core): ErrorHandler should not rethrow an error by default (#1507…
mhevery Mar 16, 2017
d2fbbb4
fix(core): update peer dep on zone.js to ^0.8.4 (#15209)
mhevery Mar 16, 2017
994089d
fix(compiler): always use `ng://` prefix for sourcemap urls (#15218)
tbosch Mar 17, 2017
0ab49d4
feat(compiler-cli): support metadata file aliases
chuckjaz Mar 16, 2017
410aa33
build: fix paths to typings files so tsickle resolves imports correctly
jasonaden Mar 15, 2017
a52184b
fix(core): update peer dep on zone.js to ^0.8.4 (#15209)
chuckjaz Mar 17, 2017
add7829
docs: add changelog for 2.4.10
chuckjaz Mar 17, 2017
4e25601
release: cut the 4.0.0-rc.4 release
chuckjaz Mar 17, 2017
b7212f5
docs: add changelog for 4.0.0-rc.4
chuckjaz Mar 17, 2017
7fb4528
fix(compiler-cli): update the tsc-wrapped dependency version (#15226)
chuckjaz Mar 17, 2017
52bed7f
release: cut the 4.0.0-rc.5 release
chuckjaz Mar 17, 2017
2d78c8c
docs: add changelog for 4.0.0-rc.5
chuckjaz Mar 17, 2017
5486e54
feat(forms): allow to compile forms in strictNullChecks mode (#14679)
DzmitryShylovich Feb 23, 2017
8415910
fix(compiler): add an empty content for source file of non mapped cod…
tbosch Mar 17, 2017
c66437f
fix(animations): only treat view removals as `void` state transitions…
matsko Mar 17, 2017
604546c
refactor(upgrade): don’t rely on compiler internals (#15214)
tbosch Mar 14, 2017
791534f
feat(core): expose `inputs`, `outputs` and `ngContentSelectors` on `C…
tbosch Mar 14, 2017
9429032
feat(upgrade): use `ComponentFactory.inputs/outputs/ngContentSelector…
tbosch Mar 14, 2017
2a0e55f
fix(core): allow tree shaking of component factories and styles (#15214)
tbosch Mar 17, 2017
f925910
fix(animations): make sure easing values work with web-animations (#1…
matsko Mar 16, 2017
4cef5dd
build(aio): use own `.gitignore` file
gkalpak Mar 13, 2017
b5b2fed
refactor(aio): re-arrange npm scripts
gkalpak Mar 13, 2017
d0bc83c
build(aio): implement prerendering
gkalpak Mar 13, 2017
a6fb78e
fix(animations): make sure non-transitioned leave operations cancel e…
matsko Mar 17, 2017
6e9264a
fix(tsc-wrapped): emit flat module format correctly on Windows (#15215)
chuckjaz Mar 16, 2017
5c5c2ae
fix(platform-server): setup NoopAnimationsModule in ServerModule by d…
vikerman Mar 14, 2017
49829b4
build: add package names to secondary endpoint package.json files (#1…
jasonaden Mar 17, 2017
0c43535
fix(core): only apply `WrappedValue` to the binding of the pipe (#15257)
tbosch Mar 17, 2017
bcc29ff
build: update rollup (#15258)
jasonaden Mar 17, 2017
80075af
fix(animations): only process element nodes through the animation eng…
matsko Mar 18, 2017
28ce68a
refactor(core): view engine - change `BindingType` to `BindingFlags` …
tbosch Mar 17, 2017
0d3e314
fix(core): trigger host animations for elements that are removed. (#1…
tbosch Mar 17, 2017
aeb9964
test(animations): test various combinations of animations with host b…
matsko Mar 17, 2017
f8c075a
fix(core): don’t create a comment for components with empty template.…
tbosch Mar 17, 2017
f634c62
test: add systemjs+umd integration test (#14196)
filipesilva Jan 30, 2017
a9d5de0
refactor(router): misc minor updates
vicb Mar 15, 2017
a755b71
feat(router): introduce `ParamMap` to access parameters
vicb Mar 17, 2017
d3eda7a
feat(router): add `ParamMap.keys` to get a list of parameters
vicb Mar 20, 2017
fa36ffd
Revert "fix(compiler): shouldn't throw when Symbol is used as DI toke…
mhevery Mar 20, 2017
61135bc
fix: remove left over debugger statement (#15309)
mhevery Mar 20, 2017
a805d00
ci(forms): add tina as secondary for forms (#15262)
kara Mar 18, 2017
de3d2ee
fix(platform-server): interpret Native view encapsulation as Emulated…
alxhub Mar 14, 2017
9bf2fb4
fix(animations): ensure enter/leave cancellations work (#15323)
matsko Mar 20, 2017
764e90f
fix(compiler): don’t call `check` if we don’t need to (#15322)
tbosch Mar 20, 2017
94da801
fix(animations): stringify boolean values as `1` and `0` (#15311)
matsko Mar 20, 2017
2489e4b
fix(animations): correct the main entry path in package.json (#15300)
sis0k0 Mar 20, 2017
c2ffb6b
build: remove use of alias metadata (#15331)
chuckjaz Mar 21, 2017
16e0423
revert: feat(compiler-cli): support metadata file aliases (#15331)
chuckjaz Mar 21, 2017
1d7693c
fix(compiler): use attribute id to merge translations (#15302)
ocombe Mar 20, 2017
0759911
docs(compiler-cli): mention that `.ngsummary.json` files should be gi…
gkalpak Mar 9, 2017
8e6995c
fix(core): stringify shouldn't throw when toString returns null/undef…
DzmitryShylovich Mar 7, 2017
431eb30
fix(core): provide `NgModuleRef` in `ViewContainerRef.createComponent…
tbosch Mar 21, 2017
1e8b132
refactor(compiler): only produce `log` expressions for elements / tex…
tbosch Mar 21, 2017
fbccd5c
fix(animations): ensure empty animate() steps work at the end of a se…
matsko Mar 20, 2017
15a082c
fix(platform-server): throw a better error message for relative URLs …
alxhub Mar 21, 2017
64beae9
fix(core): mark components for check when host events trigger. (#15359)
tbosch Mar 21, 2017
a13ddf2
feat(aio): expand nav menu branch of select item on page load
wardbell Mar 18, 2017
c8b4a33
ci(aio): lower prerender browser instances
petebacondarwin Mar 18, 2017
b4081e3
build(aio): update to dgeni-packages 0.17.0
petebacondarwin Mar 17, 2017
31ef92f
build(aio): fix generated github links
petebacondarwin Mar 17, 2017
068cad1
build: update to angular 4.0.0-rc.4 and service-worker@1.0.0-beta.7
IgorMinar Mar 17, 2017
41497b0
feat(aio): font change and toolbar shadow
sjtrimble Mar 21, 2017
45e2126
refactor(aio): removed dead code
sjtrimble Mar 21, 2017
8c12374
build(aio): do not render private classes and members
petebacondarwin Mar 19, 2017
1a0c6d8
build(aio): do not render ignored docs
petebacondarwin Mar 19, 2017
9bc998c
build(aio): use forked version of Rho rendering engine
petebacondarwin Mar 19, 2017
a0c6d44
build(aio): ensure that internal document links work with base href
petebacondarwin Mar 19, 2017
4e10faf
build(aio): add version into navigation.json
petebacondarwin Mar 20, 2017
b0a7bc7
build(aio): remove cheatsheet processing and content
petebacondarwin Mar 19, 2017
2eb027a
build(aio): don't process unnecessary example files in doc-gen
petebacondarwin Mar 20, 2017
20aab64
test(aio): use MockLogger in AppComponent tests
petebacondarwin Mar 21, 2017
fd7b855
test(aio): fix test descriptions for ordering of processors
petebacondarwin Mar 21, 2017
90f699f
build(aio): ensure that internal document links work with base href
petebacondarwin Mar 21, 2017
a9e9111
build(aio): add version into navigation.json
petebacondarwin Mar 21, 2017
cf16f3b
build(aio): update @angular to 4.0.0-rc.5 and zone.js to 0.8.4
IgorMinar Mar 21, 2017
c9710d4
build(aio): upgrade @angular/cli to 1.0.0-rc.4
IgorMinar Mar 21, 2017
fc1f6ef
build(aio): fix paths to "index" pages
petebacondarwin Mar 21, 2017
9e5d478
refactor(aio): cleanup polyfill imports and realign them with the lat…
IgorMinar Mar 21, 2017
e59e5e2
build(aio): upgrade to rxjs@5.2.0
IgorMinar Mar 21, 2017
bac265f
refactor(core): misc cleanup (#15366)
vicb Mar 21, 2017
97149f9
fix(core): update peer dep on zone.js to ^0.8.5 (#15365)
mhevery Mar 16, 2017
5efc860
fix(forms): make composition event buffering configurable (#15256)
kara Mar 21, 2017
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
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 5 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Auto detect text files and perform LF normalization
* text=auto

# JS files must always use LF for tools to work
# JS and TS files must always use LF for tools to work
*.js eol=lf
*.ts eol=lf

# Must keep Windows line ending to be parsed correctly
scripts/windows/packages.txt eol=crlf
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!--
IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING
-->

**I'm submitting a ...** (check one with "x")
```
[ ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
```

**Current behavior**
<!-- Describe how the bug manifests. -->

**Expected behavior**
<!-- Describe what the behavior would be without the bug. -->

**Minimal reproduction of the problem with instructions**
<!--
If the current behavior is a bug or you can illustrate your feature request better with an example,
please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via
https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5).
-->

**What is the motivation / use case for changing the behavior?**
<!-- Describe the motivation or the concrete use case -->

**Please tell us about your environment:**
<!-- Operating system, IDE, package manager, HTTP server, ... -->

* **Angular version:** 2.0.X
<!-- Check whether this is still an issue in the most recent Angular version -->

* **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
<!-- All browsers where this could be reproduced -->

* **Language:** [all | TypeScript X.X | ES6/7 | ES5]

* **Node (for AoT issues):** `node --version` =
36 changes: 36 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
**Please check if the PR fulfills these requirements**
- [ ] The commit message follows our guidelines: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)


**What kind of change does this PR introduce?** (check one with "x")
```
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Other... Please describe:
```

**What is the current behavior?** (You can also link to an open issue here)



**What is the new behavior?**



**Does this PR introduce a breaking change?** (check one with "x")
```
[ ] Yes
[ ] No
```

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...


**Other information**:

30 changes: 4 additions & 26 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,9 @@
.DS_STORE

# Don’t commit the following directories created by pub.
packages
pubspec.lock
.pub
.packages

/dist/
.buildlog
node_modules
bower_components

# Or broccoli working directory
tmp

# Or the files created by dart2js.
*.dart.js
*.dart.precompiled.js
*.js_
*.js.deps
*.js.map

# Or type definitions we mirror from github
**/typings/**/*.d.ts
**/typings/tsd.cached.json

# Include when developing application packages.
pubspec.lock
.c9
Expand All @@ -38,13 +17,12 @@ modules/.vscode
# Don't check in secret files
*secret.js

# Ignore npm debug log
# Ignore npm/yarn debug log
npm-debug.log

/docs/bower_components/
yarn-error.log

# build-analytics
.build-analytics

# built dart payload tests
/modules_dart/payload/**/build
# rollup-test output
/modules/rollup-test/dist/
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.1
6.9.5
256 changes: 256 additions & 0 deletions .pullapprove.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,256 @@
# Configuration for pullapprove.com
#
# Approval access and primary role is determined by info in the project ownership spreadsheet:
# https://docs.google.com/spreadsheets/d/1-HIlzfbPYGsPr9KuYMe6bLfc4LXzPjpoALqtYRYTZB0/edit?pli=1#gid=0&vpid=A5
#
# === GitHub username to Full name map ===
#
# alexeagle - Alex Eagle
# alxhub - Alex Rickabaugh
# chuckjaz - Chuck Jazdzewski
# gkalpak - George Kalpakas
# IgorMinar - Igor Minar
# jasonaden - Jason Aden
# kara - Kara Erickson
# matsko - Matias Niemelä
# mhevery - Misko Hevery
# petebacondarwin - Pete Bacon Darwin
# pkozlowski-opensource - Pawel Kozlowski
# robwormald - Rob Wormald
# tbosch - Tobias Bosch
# vicb - Victor Berchet
# vikerman - Vikram Subramanian
# wardbell - Ward Bell
# tinayuangao - Tina Gao

version: 2

group_defaults:
required: 1
reset_on_reopened:
enabled: true
approve_by_comment:
enabled: false

groups:
root:
conditions:
files:
include:
- "*"
exclude:
- "aio/*"
- "integration/*"
- "modules/*"
- "packages/*"
- "tools/*"
users:
- IgorMinar
- mhevery

public-api:
conditions:
files:
include:
- "tools/public_api_guard/*"
users:
- IgorMinar
- mhevery

build-and-ci:
conditions:
files:
include:
- "*.yml"
- "*.json"
- "*.lock"
- "tools/*"
exclude:
- "tools/@angular/tsc-wrapped/*"
- "tools/public_api_guard/*"
- "aio/*"
users:
- IgorMinar #primary
- alexeagle
- jasonaden
- mhevery #fallback

integration:
conditions:
files:
- "integration/*"
users:
- alexeagle
- mhevery
- tbosch
- vicb
- IgorMinar #fallback


core:
conditions:
files:
- "packages/core/*"
users:
- tbosch #primary
- mhevery
- vicb
- IgorMinar #fallback

compiler/animations:
conditions:
files:
- "packages/compiler/src/animation/*"
users:
- matsko #primary
- tbosch
- IgorMinar #fallback
- mhevery #fallback

compiler/i18n:
conditions:
files:
- "packages/compiler/src/i18n/*"
users:
- vicb #primary
- tbosch
- IgorMinar #fallback
- mhevery #fallback

compiler:
conditions:
files:
- "packages/compiler/*"
users:
- tbosch #primary
- vicb
- chuckjaz
- mhevery
- IgorMinar #fallback

compiler-cli:
conditions:
files:
- "tools/@angular/tsc-wrapped/*"
- "packages/compiler-cli/*"
users:
- alexeagle
- chuckjaz
- tbosch
- IgorMinar #fallback
- mhevery #fallback

common:
conditions:
files:
- "packages/common/*"
users:
- pkozlowski-opensource #primary
- vicb
- IgorMinar #fallback
- mhevery #fallback

forms:
conditions:
files:
- "packages/forms/*"
users:
- kara #primary
- tinayuangao #secondary
- IgorMinar #fallback
- mhevery #fallback

http:
conditions:
files:
- "packages/http/*"
users:
- vikerman #primary
- alxhub
- IgorMinar #fallback
- mhevery #fallback

language-service:
conditions:
files:
- "packages/language-service/*"
users:
- chuckjaz #primary
# needs secondary
- IgorMinar #fallback
- mhevery #fallback

router:
conditions:
files:
- "packages/router/*"
users:
- vicb #primary
# needs secondary
- IgorMinar #fallback
- mhevery #fallback

upgrade:
conditions:
files:
- "packages/upgrade/*"
users:
- petebacondarwin #primary
- gkalpak
- IgorMinar #fallback
- mhevery #fallback

platform-browser:
conditions:
files:
- "packages/platform-browser/*"
users:
- tbosch #primary
- vicb #secondary
- IgorMinar #fallback
- mhevery #fallback

platform-server:
conditions:
files:
- "packages/platform-server/*"
users:
- vikerman #primary
- alxhub
- vicb
- tbosch
- IgorMinar #fallback
- mhevery #fallback

platform-webworker:
conditions:
files:
- "packages/platform-webworker/*"
users:
- vicb #primary
- tbosch #secondary
- IgorMinar #fallback
- mhevery #fallback



benchpress:
conditions:
files:
- "packages/benchpress/*"
users:
- tbosch #primary
# needs secondary
- IgorMinar #fallback
- mhevery #fallback

angular.io:
conditions:
files:
- "aio/*"
users:
- IgorMinar #primary
- petebacondarwin #secondary
- gkalpak
- wardbell
- mhevery #fallback
Loading