Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
250 commits
Select commit Hold shift + click to select a range
406db41
WIP: rename to *.ats
vojtajina Oct 30, 2014
4215afc
fix(router): fix a typing issue
btford Dec 1, 2015
604c8bb
refactor(lifecycle): prefix lifecycle methods with "ng"
jeffbcross Nov 17, 2015
fcc7ce2
refactor(pipes): use angular lifecycle hooks instead of PipeOnDestroy
jeffbcross Nov 17, 2015
2ada3ec
refactor(dart/transform): Remove `reflectPropertiesAsAttributes`
Nov 30, 2015
c4c4d04
chore(playground/routing): remove unused bind import
0x-r4bbit Nov 16, 2015
909426e
chore: bump up version number to alpha.47
vsavkin Dec 1, 2015
015faee
chore(changelog): update change log to alpha 47
vsavkin Dec 1, 2015
87ac36f
fix(build): include benchpress into browser_tree
vsavkin Dec 1, 2015
47d0942
fix(build): change npm publish script not to remove angular folder wh…
vsavkin Dec 1, 2015
3e364b0
test(schema): fix test names
pkozlowski-opensource Nov 19, 2015
6b2ef25
feat(dart/transform): Introduce @AngularEntrypoint()
Nov 21, 2015
87449ab
feature(dart/transform): Inject `initReflector` at @AngularEntrypoint
Nov 24, 2015
922da62
chore(browser_tree): fix formatting
jeffbcross Dec 1, 2015
f77ca7b
feat(dart/transform): Add quick_transformer
Nov 25, 2015
706990c
docs(changelog.md) fix duplication
ericmdantas Dec 1, 2015
093b794
chore(package.json): add range of supported node versions as engines
cironunes Dec 1, 2015
442d686
test: add a test verifying that the tests are run in the checked mode
vsavkin Dec 1, 2015
d1c284a
chore(bundles): use angular2/core in bundles arithmetic
pkozlowski-opensource Dec 1, 2015
c08d76c
chore(test): remove deprecated angular2/test and angular2/test_lib
juliemr Dec 2, 2015
cf3ceba
docs(api): remove extra `the`
manekinekko Nov 25, 2015
b9b14dc
docs: fix typo event1 -> event
0x-r4bbit Nov 30, 2015
bdfed9d
docs(core): make naming concrete
timruffles Nov 19, 2015
c58e7e0
fix(HtmlParser): do not add a tbody parent for tr inside thead & tfoot
vicb Nov 20, 2015
9a65ea7
feat(core): remove typings from package.json to disallow 'import * as…
vsavkin Dec 2, 2015
1417e12
refactor(playground): rename bindings to providers
mgechev Nov 26, 2015
7f78328
build: improve the environmental check and warnings
IgorMinar Nov 14, 2015
070d818
refactor(tests): rename beforeEachBindings -> beforeEachProviders
jesperronn Nov 11, 2015
9c6b929
fix(HtmlParser): close void elements on all node types
vicb Dec 1, 2015
62c2ed7
feat(HtmlParser): better error message when a void tag has content
vicb Dec 2, 2015
fb16c39
chore(build): fix flakiness of the element probe global test
marclaval Nov 26, 2015
c5ed2d2
chore(changelog): add lifecycle breaking changes
robwormald Dec 2, 2015
2a4ac63
chore(build): split browsers between providers
marclaval Nov 30, 2015
4fa1809
chore(build): make the unit tests campaign to run again in Edge
marclaval Nov 26, 2015
c7242a3
style(playground): use single quotes consistently
gionkunz Nov 8, 2015
ad99199
chore(test): remove deprecated RootTestComponent
juliemr Dec 2, 2015
a16ac84
refactor(async): use ultralight Observable
robwormald Nov 14, 2015
5514dc1
refactor(facade): use rxjs package
robwormald Dec 1, 2015
f76eea4
chore(http): update http example to include map operator
jeffbcross Dec 1, 2015
c635a73
refactor(http): remove mockbackend export from angular2/http barrel
robwormald Dec 1, 2015
25a2d7b
chore(async): clean up unused promise imports
jeffbcross Dec 1, 2015
e9f873a
feat(testing): export useful properties from componentFixture
juliemr Nov 30, 2015
35e32bb
feat(mocks): Mark mock objects @Injectable()
Dec 3, 2015
69996b1
test(http): remove stale SpyObserver
Foxandxss Nov 4, 2015
d90a226
feat(HtmlParser): add most common named character references
vicb Dec 3, 2015
93a1ec2
feat(test): add angular2_testing dart library
juliemr Jul 16, 2015
1710272
refactor(WebWorker): Use the new generic bootstrap.
jteplitz Dec 3, 2015
1edb17b
chore(test): add config for `pub serve` testing.
kevmoo Dec 3, 2015
478a25e
refactor(angular_1_router): Added value for router root component
brandonroberts Nov 1, 2015
7a1fbf1
chore(build): enforce import checks for the http module
pkozlowski-opensource Dec 3, 2015
688469c
refactor(broccoli-check-imports): allow imports from self by default
pkozlowski-opensource Dec 3, 2015
680f7e0
fix(core/forms): input[type=text] .valueChanges fires unexpectedly
erictsangx Nov 20, 2015
0a3a17f
fix(dart/reflection): Fix `NoReflectionCapabilities` interface
Dec 3, 2015
0614797
refactor(test_injector): Provide separate methods for creating test i…
tbosch Dec 3, 2015
e67e195
fix(HtmlParser): ng-content is not a void element
vicb Dec 3, 2015
4ea5b6e
feat(router): implement router link DSL
vsavkin Dec 4, 2015
5e50859
fix(WebWorker): Add @AngularEntrypoint to worker_app bundle
jteplitz Dec 3, 2015
19b61b1
docs(tools): fix import statement in the example
antonmoiseev Dec 4, 2015
c6a5d9b
refactor(validators) rename maxLength validator parameter
hendore Dec 4, 2015
654496b
docs(changelog): remove reverted template element change
jeffbcross Dec 4, 2015
b925ff5
refactor(http): rename enums to be singular
cexbrayat Dec 3, 2015
5660446
feat(HtmlParser): enforce no end tag for void elements
vicb Dec 3, 2015
d388c0a
feat(HtmlParser): enforce only void & foreign elts can be self closed
vicb Dec 4, 2015
22e9590
feat(typings): import global-es6.d.ts in core
vsavkin Dec 4, 2015
7e18d4c
feat(sourcemaps): use inline source maps and inline sources in node_tree
vsavkin Dec 4, 2015
d10224d
chore(release): increment version to alpha.48
jelbourn Dec 5, 2015
a090843
chore(changelog): update change log to alpha 48
jelbourn Dec 5, 2015
f664a9c
refactor(test/linker): remove unused directive in tests
0x-r4bbit Dec 4, 2015
c6d6b75
refactor(test/linker): fix typo in directive name
0x-r4bbit Dec 4, 2015
0a44fc6
chore(changelog): mention Http Mockbackend
robwormald Dec 6, 2015
4b1618c
fix(package): relock RxJS to alpha.11
robwormald Dec 6, 2015
e6170e8
docs(http): fix MockBackend imports
cexbrayat Dec 6, 2015
2d313c4
chore(parser): add tests for conditional expressions
yjbanov Dec 6, 2015
ad48169
fix(changelog): add RxJS imports breaking change
robwormald Dec 7, 2015
85d89ba
fix(build): lock down version of package:code_transformers
juliemr Dec 8, 2015
7f0925e
docs(router): Updated documentation for router generate method
brandonroberts Nov 20, 2015
86c74cf
fix(changelog): correct import path
robwormald Dec 7, 2015
50490b5
fix(HtmlParser): mark <source> elements as void
pkozlowski-opensource Dec 7, 2015
daaa8ee
fix(compiler): support properties on SVG elements
teropa Dec 6, 2015
9850e68
fix(HtmlLexer): handle CR in input stream per HTML spec
vicb Dec 5, 2015
3a43861
fix(HtmlParser): Do not add parent element for template children
vicb Dec 7, 2015
aecf681
feat(HtmlLexer): allow "<" in text tokens
vicb Dec 6, 2015
47f1d12
fix(HtmlLexer): tag name must follow "<" without space
vicb Dec 6, 2015
eb0ea93
fix(HtmlParser): ignore LF immediately following pre, textarea & listing
vicb Dec 5, 2015
1f35048
feat(TemplateParser): allow template elements regardless the namespace
vicb Dec 8, 2015
c39f4c3
refactor(Observable): implement toPromise and fromPromise without sid…
jeffbcross Dec 4, 2015
21542ed
fix(npm): move es6-shim from devDependencies to dependencies
IgorMinar Dec 6, 2015
c1e3ea9
build(npm): add es6-promise as a dependency
IgorMinar Dec 6, 2015
11f98c5
build(npm): dedupe es6-promise dependency
IgorMinar Dec 6, 2015
80b025a
build(broccoli): convert dependencies to peerDependencies in all pack…
IgorMinar Dec 7, 2015
8657ca4
fix(form): Form directives are exportedAs 'ngForm' (was 'form')
vicb Dec 8, 2015
fb4f1e8
fix(bundles): clean-up and re-organize UMD bundles
pkozlowski-opensource Dec 8, 2015
aa85856
fix(router): set correct redirect/default URL from hashchange
btford Dec 8, 2015
b3c91b1
fix(bundles): rename external-dependencies to angular-polyfills
pkozlowski-opensource Dec 8, 2015
1d825eb
chore(bundles): rename angular-polyfills to angular2-polyfills.
jelbourn Dec 8, 2015
d58f017
cleanup(pipes): improve the error message of InvalidPipeArgumentExcep…
vsavkin Dec 8, 2015
0d9a1de
fix(bootstrap): fix the configuration of ExceptionHandler
vsavkin Dec 8, 2015
0df8bc4
fix(dynamic_component_loader): leave the view tree in a consistent st…
vsavkin Dec 8, 2015
a4ba46c
fix(bundles): remove SFX bundle
pkozlowski-opensource Dec 8, 2015
7d15e19
docs(contributing.md): add docs for "build" commit type
IgorMinar Dec 9, 2015
90c67b4
chore(release): update package.json and changelog to alpha.49
jelbourn Dec 9, 2015
869a392
fix(package) add missing comma in ngHttp package.json
robwormald Dec 9, 2015
4432cf5
chore(package): update rxjs dependency to alpha.14
jeffbcross Dec 9, 2015
c1ae49d
fix(testing): remove Symbol dummy shim
marclaval Dec 8, 2015
cbf7888
fix(http): use `any` for res.json() return
robwormald Dec 6, 2015
cc8f1f9
feat(testing): package angular2_testing to prepare it for publishing
juliemr Dec 4, 2015
214148d
chore(release): update package.json and changelog to alpha.50
jelbourn Dec 9, 2015
72444c4
typo fix: registerPrimaryOutlet description
Dec 6, 2015
ca73852
docs(AngularEntrypoint): add missing backticks
petebacondarwin Dec 9, 2015
2f0744b
docs(cheatsheet): update to new syntax
petebacondarwin Dec 9, 2015
61e8b60
docs(Observable): add documentation for Observable and operators
jeffbcross Dec 8, 2015
d6d759d
feat(bundles): add angular-testing UMD bundle
pkozlowski-opensource Dec 9, 2015
793098b
refactor(upgrade): remove imports from angular2/angular2
pkozlowski-opensource Dec 9, 2015
56a254e
chore: enforce import checks for the 'upgrade' barrel
pkozlowski-opensource Dec 9, 2015
bf484b1
chore(changelog): fix formatting for alpha.49
valorkin Dec 9, 2015
db096a5
feat(core): provide support for relative assets for components
matsko Dec 5, 2015
f4d937a
docs(cheatsheet): add Dart-specific syntax & headings
kwalrath Dec 9, 2015
5f0ce30
revert: feat(core): provide support for relative assets for components
matsko Dec 10, 2015
28860d3
feat(core): provide support for relative assets for components
matsko Dec 5, 2015
c39828f
build(npm): bump ts2dart to 0.7.16
IgorMinar Dec 9, 2015
796eee1
build(npm): update to gulp-typescript@2.10.0
IgorMinar Dec 9, 2015
51cb758
build(npm): update to typescript@1.7.3 + fix broccoli-typescript + fi…
IgorMinar Dec 9, 2015
01ba94b
build(npm): update to ts2dart@0.7.17
IgorMinar Dec 10, 2015
7bce147
chore(release): cut alpha.52 - the last release of Angular as we know it
IgorMinar Dec 10, 2015
f1741b1
docs(changelog): release notes for 2.0.0-alpha.51
IgorMinar Dec 10, 2015
1e74058
build(npm_publish.sh): run gulp via node --max-old-space-size=1900 to…
IgorMinar Dec 10, 2015
b386d11
doc(camelCase Angular): migration guide
vicb Dec 3, 2015
da9b46a
feat: camelCase Angular (kebab-case removal)
vicb Nov 24, 2015
9e44dd8
feat(camelCase Angular): legacy template transformer
vicb Nov 24, 2015
4e16fea
docs(changelog): add breaking change note about peerDependencies
IgorMinar Dec 10, 2015
4724cc6
docs(kebab-case.md): add link to the design doc
IgorMinar Dec 10, 2015
b3d10af
docs(kebab-case.md): fix indentation, add links and other small changes
IgorMinar Dec 10, 2015
cde6726
docs(changelog): add changelog for alpha.52
IgorMinar Dec 10, 2015
c8d6ad2
chore(release): cut alpha.52 - the new beginning
IgorMinar Dec 10, 2015
4975cb9
docs(changelog): add link back to A2 package.json
wardbell Dec 10, 2015
30e25ac
fix(core): workaround for typescript@1.7.3 breakage #5784
IgorMinar Dec 10, 2015
3190c59
fix(changelog): fix ngFor on template
tuurbo Dec 10, 2015
06d076a
docs(kebab-case): fix typo on property
Foxandxss Dec 10, 2015
cf3ce17
docs(kebab-case.md): more fixes and CSS migration instructions
IgorMinar Dec 10, 2015
24dcd26
refactor(gulpfile.js): cleanup obsolete file reference
pkozlowski-opensource Dec 9, 2015
fe1dd77
feat(benchpress): add receivedData + requestCount to PerflogMetric
Dec 10, 2015
79399e1
feat(dom_renderer): add setBindingDebugInfo method
jeffbcross Nov 19, 2015
194dc7d
feat(renderer): use a comment instead of an element when stamping out…
jeffbcross Nov 20, 2015
693d9dc
fix(parse5): support comment nodes with getText and setText
jeffbcross Dec 10, 2015
edcb34d
fix(dom_renderer): moveNodeAfterSiblings should not detach the refere…
tbosch Dec 9, 2015
d26c338
refactor(material): remove imports from 'angular2/angular2'
pkozlowski-opensource Dec 10, 2015
df6d2d1
refactor(examples): remove imports from 'angular2/angular2'
pkozlowski-opensource Dec 10, 2015
8d3e559
refactor(playground): remove imports from 'angular2/angular2'
pkozlowski-opensource Dec 10, 2015
4a17e69
fix(async): improve Rx support in ObservableWrapper
robwormald Dec 4, 2015
398f024
fix(async): support BehaviorSubjects in async pipe
robwormald Dec 5, 2015
e9e2a41
docs: fix variable name, change to camelCase
Dec 10, 2015
f0d876a
chore(tests): disable flaky firefox test
tbosch Dec 10, 2015
778677b
docs(core): Myriad of documentation changes including lots of new exa…
alxhub Nov 30, 2015
7c13372
fix(TemplateParser): match element and attributes regardless the name…
vicb Dec 9, 2015
080469f
fix(HtmlParser): allow ng-content elements regardless the namespace
vicb Dec 9, 2015
f1a9a53
test(core): remove imports from 'angular2/angular2'
pkozlowski-opensource Dec 11, 2015
eb29675
refactor(benchmarks): remove imports from 'angular2/angular2'
pkozlowski-opensource Dec 11, 2015
a66cc50
refactor(testing): limit imports of barrel-private APIs
pkozlowski-opensource Dec 4, 2015
3fd898e
docs(cheatsheet): copyedit
kwalrath Dec 10, 2015
b8e69a2
fix(animate): ensure transition properties are removed once the anima…
matsko Nov 19, 2015
2ca5e38
fix(upgrade): allow directives with empty template
alex94cp Dec 10, 2015
0cb32c2
feat(Headers): implement `toJSON`
PatrickJS Dec 10, 2015
92ddc62
fix(styles): Escape \r characters in compiled text
Dec 11, 2015
2934b82
chore(tools): remove unused performance import
yjbanov Dec 11, 2015
979162d
fix(public_spec): check exports of barrels instead of angular2/angular2
jeffbcross Dec 11, 2015
44c648f
Revert "fix(animate): ensure transition properties are removed once t…
vsavkin Dec 11, 2015
8c69497
fix(bundles): don't use angular2/angular2 in config of System.registe…
pkozlowski-opensource Dec 10, 2015
20c6eeb
fix(angular2): don't export compiler bits as public API
pkozlowski-opensource Dec 11, 2015
200dc00
fix(angular2): remove `angular2.ts` module
tbosch Dec 11, 2015
b1b0593
docs(core): replace `angular2/angular2` with the right barrel import.
tbosch Dec 11, 2015
ed2c25e
fix(compiler): remove AppRootUrl
jeffbcross Dec 11, 2015
a885f37
fix(web_workers): remove unnecessary setup module and AppRootUrl
jeffbcross Dec 11, 2015
43f42d9
feat(facade): do not reexport Observable from angular2/core
vsavkin Dec 12, 2015
4e5cd1e
chore: update ts2dart to 0.7.18
vsavkin Dec 12, 2015
cacfb21
docs(changelog): changelog for alpha.53
IgorMinar Dec 13, 2015
892f9e1
chore(release): cut alpha.53 - no more angular2/angular2
IgorMinar Dec 13, 2015
283962f
fix(bundles): remove ngUpgrade from the angular2.js bundle
pkozlowski-opensource Dec 12, 2015
f83f4ac
chore(changelog): fix formatting for alpha.53
valorkin Dec 13, 2015
539c563
chore(bundles): add http and router mocks to angular2-testing
pkozlowski-opensource Dec 11, 2015
1607ef8
refactor(HtmlLexer): process carriage returns in one pass
gkalpak Dec 13, 2015
9917d7f
chore(bundles): properly clean the dist/build folder
pkozlowski-opensource Dec 11, 2015
4deaf0b
chore(bundles): align content of System.register and UMD bundles
pkozlowski-opensource Dec 12, 2015
006a96d
refactor(WebWorker): Make WebWorker bootstrap synchronous
jteplitz Dec 13, 2015
0f8e40b
chore(zone.js) : update to 0.5.10
vicb Dec 11, 2015
2983558
fix(bundles): remove polyfills from angular2.js bundle
pkozlowski-opensource Dec 14, 2015
19396d1
docs(contributing.md): improve submit issue instructions
IgorMinar Dec 15, 2015
b88a6d9
refactor(testing): move common testing logic into test_injector
juliemr Dec 9, 2015
a79fe05
fix(changelog): fix rxjs operator import paths
tamascsaba Dec 13, 2015
1c779d8
docs(bundles): document existing bundles and their usage
pkozlowski-opensource Dec 14, 2015
5a04ffe
refactor(Directive): drop moduleId
vicb Dec 14, 2015
80a5e47
docs(*): Document a lot more symbols that are missing comments in our…
alxhub Dec 3, 2015
3191fd1
cleanup(linker): Remove vestigial ComponentUrlMapper.
alxhub Dec 4, 2015
2aaef81
Revert "refactor(testing): move common testing logic into test_injector"
alexeagle Dec 15, 2015
e891bae
chore: remove unused decorator
cironunes Dec 14, 2015
d3a79db
build(publish.sh): do not error when tmp/code.angularjs.org already e…
IgorMinar Dec 13, 2015
b803ecf
refactor(testing): reenable injectAsync checking for return value
juliemr Dec 9, 2015
77b7cae
fix(bundles): don't include RxJS in System.register bundles
pkozlowski-opensource Dec 14, 2015
42b74f5
chore(bundles): use RxJS bundles
pkozlowski-opensource Dec 14, 2015
321ed7d
chore(package): update rxjs to beta.0
jeffbcross Dec 15, 2015
e950dd6
refactor(bundles): make rxjs an external dependency in umd bundle
jeffbcross Dec 15, 2015
2835265
docs(cheatsheet) adding JS specific syntax to cheatsheet
gnomeontherun Dec 13, 2015
5b63b67
fix(docs,benchmarks): remove invalid </input> closing tags
IgorMinar Dec 15, 2015
29600c0
docs(bundles): update RxJS info in bundles/overview.md post-#5893
IgorMinar Dec 15, 2015
42ccff8
build(gulp): remove obsolete insertRXLicense bundle transform
IgorMinar Dec 15, 2015
c6f52e3
docs(cheatsheet): fix the ES5 snippets for services
IgorMinar Dec 15, 2015
61b9468
fix(bundles): rename UMD bundles
pkozlowski-opensource Dec 15, 2015
d55655f
fix(bundles): rename the testing.js bundle
pkozlowski-opensource Dec 15, 2015
d5e4686
docs(changelog): add alpha.54 release notes
IgorMinar Dec 15, 2015
059e09c
chore(release): cut alpha.54 - rxjs bundle separation
IgorMinar Dec 15, 2015
de996ec
build(publish.sh): uncomment prepare steps for existing tmp repo
IgorMinar Dec 15, 2015
3dca9d5
feat(core): enable dev mode by default
vsavkin Dec 15, 2015
00822c3
chore(publish): add Rx bundles to code.angularjs.org publish step
jeffbcross Dec 15, 2015
fc75220
fix(router): export ROUTER_LINK_DSL_PROVIDER and hide MockPopStateEvent
IgorMinar Dec 15, 2015
af3ea16
docs(changelog): add release notes for alpha.55
IgorMinar Dec 15, 2015
a45b27e
chore(release): cut 2.0.0-alpha.54
IgorMinar Dec 15, 2015
463754b
docs(changelog): release notes for 2.0.0-beta.0 sonambulent-inauguration
IgorMinar Dec 15, 2015
f50affa
chore(release): cut 2.0.0-beta.0 - sonambulent-inauguration
IgorMinar Dec 15, 2015
b232dde
chore(readme): update README: no longer alpha
alexeagle Dec 15, 2015
17fbbfb
docs(readme): remove angular 1 js & dart links
IgorMinar Dec 15, 2015
3eff7c6
docs(changelog): fix typo in "somnambulant"
jelbourn Dec 15, 2015
8ac9719
Update README.md
naomiblack Dec 15, 2015
909e70b
Update README.md
naomiblack Dec 15, 2015
2a2f9a9
feat(router): support links with just auxiliary routes
btford Dec 7, 2015
9276dad
docs: fix some typos in comments and strings
flyyang Dec 16, 2015
3524946
fix(docs): fix an import in TOOLS_DART.md
vsavkin Dec 15, 2015
e67ebb7
feat(core): improve stringify for dart to handle closures
vsavkin Dec 15, 2015
197cf09
feat(core): improve NoAnnotationError message
vsavkin Dec 16, 2015
c47d85b
fix(code size): revert previous devMode change to restore size targets
yjbanov Dec 15, 2015
76f1f9f
chore(build): tighten up code size check now that regression is fixed
yjbanov Dec 15, 2015
630d931
fix(core): IE only supports parentNode
yjbanov Dec 18, 2015
e748add
refactor(testing): move common testing logic into test_injector
juliemr Dec 9, 2015
3417c31
Update README.md
usernamealreadyis Dec 20, 2015
296a455
Merge pull request #1 from usernamealreadyis/patch-1
usernamealreadyis Dec 20, 2015
b2bc50d
fix(router): correctly sort route matches with children by specificity
btford Dec 18, 2015
822e83e
chore(docs): update the merge process docs
alexeagle Dec 21, 2015
cab69f6
docs(cheatsheet): fix typo in <template> syntax description
vlazar Dec 21, 2015
8516473
build(broccoli-typescript): check for map files before deleting them
vicb Dec 21, 2015
d595379
Merge pull request #1 from angular/master
usernamealreadyis Dec 24, 2015
9a70f1a
fix(TemplateParser): do not match on attrs that are bindings
vicb Dec 15, 2015
d116861
fix(CHANGELOG): typo
vicb Dec 22, 2015
6565e10
clone.git
usernamealreadyis Dec 29, 2015
31f27f2
Merge pull request #1 from xccvv/kupret.inc
usernamealreadyis Dec 29, 2015
cfb4428
Merge pull request #2 from xccvv/master
usernamealreadyis Dec 29, 2015
e9a3757
www.utc
usernamealreadyis Dec 30, 2015
262a669
Merge pull request #5 from GistIcon/kupret.inc
usernamealreadyis Dec 30, 2015
ae803ae
Merge pull request #11 from 05bca054/rename-to-ats
usernamealreadyis Jan 1, 2016
fba69b2
Create clone.git
usernamealreadyis Jan 1, 2016
016c9f8
Merge pull request #4 from GistIcon/kupret.inc-1
usernamealreadyis Jan 2, 2016
20c5f25
Delete clone.git
usernamealreadyis Jan 2, 2016
be2cad0
Merge pull request #7 from usernamealreadyis/#6218angular.git
usernamealreadyis Jan 2, 2016
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
  •  
  •  
  •  
448 changes: 439 additions & 9 deletions CHANGELOG.md

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions COMMITTER.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ Someone with committer access will do the rest.
We have automated the process for merging pull requests into master. Our goal is to minimize the disruption for
Angular committers and also prevent breakages on master.

When a PR is ready to merge, a project member in the CoreTeamMember list (see below) can add the special label,
`PR: merge`.
When a PR has `pr_state: LGTM` and is ready to merge, you should add the `pr_action: merge` label.
Currently (late 2015), we need to ensure that each PR will cleanly merge into the Google-internal version control,
so the caretaker reviews the changes manually.

After this review, the caretaker adds `zomg_admin: do_merge` which is restricted to admins only.
A robot running as [mary-poppins](https://github.com/mary-poppins)
is notified that the label was added by an authorized person,
and will create a new branch in the angular project, using the convention `presubmit-{username}-pr-{number}`.
Expand All @@ -26,6 +29,6 @@ Finally, after merge `mary-poppins` removes the presubmit branch.

## Administration

The list of users who can trigger a merge by adding the label is stored in our appengine app datastore.
The list of users who can trigger a merge by adding the `zomg_admin: do_merge` label is stored in our appengine app datastore.
Edit the contents of the [CoreTeamMember Table](
https://console.developers.google.com/project/angular2-automation/datastore/query?queryType=KindQuery&namespace=&kind=CoreTeamMember)
14 changes: 9 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,18 @@ features, by not reporting duplicate issues. Providing the following informatio
chances of your issue being dealt with quickly:

* **Overview of the Issue** - if an error is being thrown a non-minified stack trace helps
* **Motivation for or Use Case** - explain why this is a bug for you
* **Angular Version** - what version of Angular is affected (e.g. 2.0.0-alpha.53)
* **Motivation for or Use Case** - explain what are you trying to do and why the current behavior is a bug for you
* **Browsers and Operating System** - is this a problem with all browsers?
* **Reproduce the Error** - provide a live example (using [Plunker][plunker],
[JSFiddle][jsfiddle] or [Runnable][runnable]) or a unambiguous set of steps.
[JSFiddle][jsfiddle] or [Runnable][runnable]) or a unambiguous set of steps
* **Related Issues** - has a similar issue been reported before?
* **Suggest a Fix** - if you can't fix the bug yourself, perhaps you can point to what might be
causing the problem (line of code or commit)

You can file new issues by providing the above information [here](https://github.com/angular/angular/issues/new).


### <a name="submit-pr"></a> Submitting a Pull Request (PR)
Before you submit your Pull Request (PR) consider the following guidelines:

Expand Down Expand Up @@ -175,9 +179,9 @@ Must be one of the following:
semi-colons, etc)
* **refactor**: A code change that neither fixes a bug nor adds a feature
* **perf**: A code change that improves performance
* **test**: Adding missing tests
* **chore**: Changes to the build process or auxiliary tools and libraries such as documentation
generation
* **test**: Adding missing tests or correcting existing tests
* **build** Changes that affect the build system, CI configuration or external dependencies (example scopes: gulp, broccoli, npm)
* **chore**: Other changes that don't modify `src` or `test` files

### Scope
The scope could be anything specifying place of the commit change. For example
Expand Down
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,12 @@ Angular
Angular is a development platform for building mobile and desktop web applications. This is the
repository for [Angular 2][ng2], both the JavaScript (JS) and [Dart][dart] versions.

Angular 2 is currently in **Developer Preview**. We recommend using Angular 1.X for production
applications:

* [AngularJS][ngJS]: [angular/angular.js](http://github.com/angular/angular.js).
* [AngularDart][ngDart]: [angular/angular.dart](http://github.com/angular/angular.dart).
Angular 2 is currently in **Beta**.

## Quickstart

[Get started in 5 minutes][quickstart].

## Setup & Install Angular 2

Follow the instructions given on the [Angular download page][download].


## Want to help?

Expand All @@ -36,8 +28,7 @@ guidelines for [contributing][contributing] and then check out one of our issues
[contributing]: http://github.com/angular/angular/blob/master/CONTRIBUTING.md
[dart]: http://www.dartlang.org
[dartium]: http://www.dartlang.org/tools/dartium
[download]: http://angular.io/download/
[quickstart]: https://angular.io/docs/js/latest/quickstart.html
[quickstart]: https://angular.io/docs/ts/latest/quickstart.html
[ng2]: http://angular.io
[ngDart]: http://angulardart.org
[ngJS]: http://angularjs.org
2 changes: 1 addition & 1 deletion TOOLS_DART.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ By default the debugging tools are disabled.
Enable the debugging tools as follows:

```dart
import 'package:angular2/tools.dart';
import 'package:angular2/platform/browser.dart';

main() async {
var appRef = await bootstrap(Application);
Expand Down
2 changes: 1 addition & 1 deletion TOOLS_JS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Ctrl + Shift + j.
By default the debug tools are disabled. You can enable debug tools as follows:

```typescript
import {enableDebugTools} 'angular2/platform/browser';
import {enableDebugTools} from 'angular2/platform/browser';

bootstrap(Application).then((appRef) => {
enableDebugTools(appRef);
Expand Down
8 changes: 3 additions & 5 deletions browser-providers.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,8 @@ var sauceAliases = {
'SAFARI': ['SL_SAFARI7', 'SL_SAFARI8', 'SL_SAFARI9.0'],
'BETA': ['SL_CHROMEBETA', 'SL_FIREFOXBETA'],
'DEV': ['SL_CHROMEDEV', 'SL_FIREFOXDEV'],
'CI': ['SL_CHROME', 'SL_ANDROID5.1', 'SL_SAFARI7', 'SL_SAFARI8', 'SL_SAFARI9.0', 'SL_IOS7', 'SL_IOS8',
'SL_FIREFOX', 'SL_IE9', 'SL_IE10', 'SL_IE11', 'SL_EDGE', 'SL_ANDROID4.1', 'SL_ANDROID4.2', 'SL_ANDROID4.3', 'SL_ANDROID4.4',
'SL_CHROMEDEV', 'SL_FIREFOXBETA']
'CI': ['SL_CHROME',' SL_FIREFOX', 'SL_CHROMEDEV', 'SL_FIREFOXBETA', 'SL_IE9', 'SL_IE10', 'SL_IE11', 'SL_EDGE',
'SL_ANDROID4.1', 'SL_ANDROID4.2', 'SL_ANDROID4.3', 'SL_ANDROID4.4', 'SL_ANDROID5.1']
};

var browserstackAliases = {
Expand All @@ -265,8 +264,7 @@ var browserstackAliases = {
'IE': ['BS_IE9', 'BS_IE10', 'BS_IE11'],
'IOS': ['BS_IOS7', 'BS_IOS8', 'BS_IOS9'],
'SAFARI': ['BS_SAFARI7', 'BS_SAFARI8', 'BS_SAFARI9'],
'CI': ['BS_CHROME', 'BS_SAFARI7', 'BS_SAFARI8', 'BS_SAFARI9', 'BS_IOS7', 'BS_IOS8',
'BS_FIREFOX', 'BS_IE9', 'BS_IE10', 'BS_IE11', 'BS_EDGE', 'BS_WINDOWSPHONE', 'BS_ANDROID4.3', 'BS_ANDROID4.4']
'CI': ['BS_SAFARI7', 'BS_SAFARI8', 'BS_SAFARI9', 'BS_IOS7', 'BS_IOS8', 'BS_WINDOWSPHONE']
};

module.exports = {
Expand Down
1 change: 1 addition & 0 deletions clone/clone.git
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
~ $ git@gist.github.com:51ca261c09faafb90c0a.git
Loading