Pawel Kozlowski 
							
						 
					 
					
						
						
						
						
							
						
						
							9c96b8affc 
							
						 
					 
					
						
						
							
							chore: track size of a "Hello world" app built with SystemJS  
						
						... 
						
						
						
						Closes  #6621  
					
						2016-01-26 02:54:03 +00:00 
						 
				 
			
				
					
						
							
							
								Pawel Kozlowski 
							
						 
					 
					
						
						
						
						
							
						
						
							f7424d5aeb 
							
						 
					 
					
						
						
							
							chore: track size of a "Hello world" app built with WebPack  
						
						... 
						
						
						
						Closes  #6434  
					
						2016-01-21 01:28:35 +00:00 
						 
				 
			
				
					
						
							
							
								Yegor Jbanov 
							
						 
					 
					
						
						
						
						
							
						
						
							6b73d09ba1 
							
						 
					 
					
						
						
							
							chore(build): make experimental Dart build useful  
						
						... 
						
						
						
						Previously we grepped all hand-written Dart code and ran analyzer in strong mode against it.
Now we run it against transformed playground apps, which:
1. does not analyze unnecessary code (we primarily care about stuff that runs in the browser)
2. analyzes generated code, which does run in the browser and which we failed to analyze in the previous version of the build
Closes  #6436  
						
						
					 
					
						2016-01-13 21:09:55 +00:00 
						 
				 
			
				
					
						
							
							
								Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							a08f50badd 
							
						 
					 
					
						
						
							
							chore(build): allow to run examples and benchmarks without bundles  
						
						... 
						
						
						
						The bundles will only be used if the flag `--useBundles` is passed to `gulp build.js`. 
						
						
					 
					
						2016-01-05 08:27:24 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							0b6e75a85e 
							
						 
					 
					
						
						
							
							chore(ci): cleanup artifact upload  
						
						... 
						
						
						
						This is no longer needed for g3sync.
Closes  #6232  
						
						
					 
					
						2016-01-04 23:02:04 +00:00 
						 
				 
			
				
					
						
							
							
								mlaval 
							
						 
					 
					
						
						
						
						
							
						
						
							4291758079 
							
						 
					 
					
						
						
							
							build(sauce/bs): make some browsers required in CI  
						
						... 
						
						
						
						Closes  #5795  
					
						2016-01-04 22:30:48 +00:00 
						 
				 
			
				
					
						
							
							
								Hank Duan 
							
						 
					 
					
						
						
						
						
							
						
						
							9d28147acb 
							
						 
					 
					
						
						
							
							fix(benchpress): fix flake  
						
						... 
						
						
						
						memory was not allocated to be high enough, resulting in partial results to be
clipped, and therefore failing the assertions
Closes  #6161  
						
						
					 
					
						2016-01-04 19:25:32 +00:00 
						 
				 
			
				
					
						
							
							
								Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							f0d876a873 
							
						 
					 
					
						
						
							
							chore(tests): disable flaky firefox test  
						
						... 
						
						
						
						Tracking issue is #5611 
Closes  #5817  
						
						
					 
					
						2015-12-10 22:54:26 +00:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							1e740581ee 
							
						 
					 
					
						
						
							
							build(npm_publish.sh): run gulp via node --max-old-space-size=1900 to workaround  #5229  
						
						
						
						
					 
					
						2015-12-09 19:51:10 -08:00 
						 
				 
			
				
					
						
							
							
								Julie Ralph 
							
						 
					 
					
						
						
						
						
							
						
						
							cc8f1f9552 
							
						 
					 
					
						
						
							
							feat(testing): package angular2_testing to prepare it for publishing  
						
						... 
						
						
						
						Closes  #5682  
					
						2015-12-09 03:01:21 +00:00 
						 
				 
			
				
					
						
							
							
								vsavkin 
							
						 
					 
					
						
						
						
						
							
						
						
							47d0942f3f 
							
						 
					 
					
						
						
							
							fix(build): change npm publish script not to remove angular folder when building benchpress  
						
						
						
						
					 
					
						2015-12-01 12:42:54 -08:00 
						 
				 
			
				
					
						
							
							
								vsavkin 
							
						 
					 
					
						
						
						
						
							
						
						
							2cd0f076cc 
							
						 
					 
					
						
						
							
							fix(build): increase memory limit  
						
						
						
						
					 
					
						2015-11-25 13:16:01 -08:00 
						 
				 
			
				
					
						
							
							
								Tim Blasi 
							
						 
					 
					
						
						
						
						
							
						
						
							163164cb79 
							
						 
					 
					
						
						
							
							chore(analytics): Travis job testing Dart payload size  
						
						... 
						
						
						
						Add a job to the Travis build matrix that checks the size of the
`hello_world` app against targets hard-coded in the gulpfile.
Closes  #5314  
						
						
					 
					
						2015-11-23 20:10:04 +00:00 
						 
				 
			
				
					
						
							
							
								Marc Laval 
							
						 
					 
					
						
						
						
						
							
						
						
							4d59985b74 
							
						 
					 
					
						
						
							
							chore(build): use Chrome by default for all JS tests  
						
						... 
						
						
						
						Fixes  #5380 
Closes  #5387  
					
						2015-11-19 23:27:42 +00:00 
						 
				 
			
				
					
						
							
							
								Yegor Jbanov 
							
						 
					 
					
						
						
						
						
							
						
						
							3eced6e1a9 
							
						 
					 
					
						
						
							
							chore(publish): use pub/npm_prepare.sh script to prep published builds  
						
						... 
						
						
						
						Closes  #5356  
					
						2015-11-18 19:02:51 +00:00 
						 
				 
			
				
					
						
							
							
								Yegor Jbanov 
							
						 
					 
					
						
						
						
						
							
						
						
							c53a63acca 
							
						 
					 
					
						
						
							
							chore(build): spin off pub_prepare.sh from pub_publish.sh  
						
						
						
						
					 
					
						2015-11-18 19:02:51 +00:00 
						 
				 
			
				
					
						
							
							
								Yegor Jbanov 
							
						 
					 
					
						
						
						
						
							
						
						
							621fa490c7 
							
						 
					 
					
						
						
							
							chore(build): spin off npm_prepare.sh from npm_publish.sh  
						
						
						
						
					 
					
						2015-11-18 19:02:51 +00:00 
						 
				 
			
				
					
						
							
							
								Yegor Jbanov 
							
						 
					 
					
						
						
						
						
							
						
						
							9691c045a7 
							
						 
					 
					
						
						
							
							chore(build): move publish-build-artifacts.sh to scripts/publish  
						
						
						
						
					 
					
						2015-11-18 19:02:51 +00:00 
						 
				 
			
				
					
						
							
							
								Yegor Jbanov 
							
						 
					 
					
						
						
						
						
							
						
						
							60a2bbb226 
							
						 
					 
					
						
						
							
							chore(build): git config prior to committing  
						
						
						
						
					 
					
						2015-11-17 14:57:22 -08:00 
						 
				 
			
				
					
						
							
							
								Yegor Jbanov 
							
						 
					 
					
						
						
						
						
							
						
						
							dd1e212402 
							
						 
					 
					
						
						
							
							chore(build): revert presubmit-queue-setup.sh; fix git login in publish-build-artifacts.sh  
						
						
						
						
					 
					
						2015-11-17 13:53:57 -08:00 
						 
				 
			
				
					
						
							
							
								Yegor Jbanov 
							
						 
					 
					
						
						
						
						
							
						
						
							c5045ac8fe 
							
						 
					 
					
						
						
							
							chore(build): print commands in presubmit-queue-setup.sh  
						
						
						
						
					 
					
						2015-11-16 14:22:54 -08:00 
						 
				 
			
				
					
						
							
							
								Yegor Jbanov 
							
						 
					 
					
						
						
						
						
							
						
						
							9985968d89 
							
						 
					 
					
						
						
							
							fix(publish): syntax fix  
						
						
						
						
					 
					
						2015-11-13 18:31:40 -08:00 
						 
				 
			
				
					
						
							
							
								Yegor Jbanov 
							
						 
					 
					
						
						
						
						
							
						
						
							406ace9b25 
							
						 
					 
					
						
						
							
							chore(build): deploy build artifacts to build branches  
						
						... 
						
						
						
						- use orphan branch
- use upstream .gitignore
- use short SHA in commit messages
- tag commits with source SHA
Closes  #5203  
						
						
					 
					
						2015-11-14 00:36:47 +00:00 
						 
				 
			
				
					
						
							
							
								Jeremy Elbourn 
							
						 
					 
					
						
						
						
						
							
						
						
							2618becaa5 
							
						 
					 
					
						
						
							
							chore(): npm release script for router artifacts.  
						
						... 
						
						
						
						Closes  #5171  
					
						2015-11-09 20:45:55 +00:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							f39bbff7bc 
							
						 
					 
					
						
						
							
							build(ci): turn on debugging output for ci scripts  
						
						... 
						
						
						
						Closes  #5018  
					
						2015-11-05 21:02:42 +00:00 
						 
				 
			
				
					
						
							
							
								Pawel Kozlowski 
							
						 
					 
					
						
						
						
						
							
						
						
							c262bda1d3 
							
						 
					 
					
						
						
							
							chore(build): don't create unused folders for npm distribution  
						
						... 
						
						
						
						Related to 5f2eb3e and 0931195
Closes  #5098  
						
						
					 
					
						2015-11-03 21:01:48 +00:00 
						 
				 
			
				
					
						
							
							
								Pawel Kozlowski 
							
						 
					 
					
						
						
						
						
							
						
						
							0931195695 
							
						 
					 
					
						
						
							
							chore(build): more clean up for legacy typings bundle creation  
						
						... 
						
						
						
						Related to 5f2eb3e078aeb8c3966e8fb279c332506021e58d
Closes  #5091  
						
						
					 
					
						2015-11-03 14:56:13 +00:00 
						 
				 
			
				
					
						
							
							
								mlaval 
							
						 
					 
					
						
						
						
						
							
						
						
							13447e3198 
							
						 
					 
					
						
						
							
							build(browserstack): initial setup  
						
						... 
						
						
						
						Closes  #4941  
					
						2015-11-01 23:22:40 +01:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							54f7e62c43 
							
						 
					 
					
						
						
							
							chore(travis): upload dist folder anytime the js and dart builds succeed  
						
						... 
						
						
						
						Closes  #5033  
					
						2015-10-31 04:29:48 +00:00 
						 
				 
			
				
					
						
							
							
								Alfonso Presa 
							
						 
					 
					
						
						
						
						
							
						
						
							35328015b8 
							
						 
					 
					
						
						
							
							chore(build): Avoid publishing dart files to NPM repo  
						
						... 
						
						
						
						closes  #3469 
Closes  #3964  
					
						2015-10-29 04:05:55 +00:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							75187d605b 
							
						 
					 
					
						
						
							
							chore: remove unused docs/dgeni tasks and packages  
						
						... 
						
						
						
						This stuff now lives in angular.io repo.
Related to #4477 
Closes  #4552  
						
						
					 
					
						2015-10-06 22:54:17 +00:00 
						 
				 
			
				
					
						
							
							
								Julie Ralph 
							
						 
					 
					
						
						
						
						
							
						
						
							14b194ea21 
							
						 
					 
					
						
						
							
							chore(ci): update sauce connect to 4.3.11  
						
						... 
						
						
						
						From 4.3.8.
Closes  #4453  
						
						
					 
					
						2015-10-05 02:18:47 +00:00 
						 
				 
			
				
					
						
							
							
								Jeff Cross 
							
						 
					 
					
						
						
						
						
							
						
						
							2ebc74ddcc 
							
						 
					 
					
						
						
							
							fix(npm_publish): update transitive typings provided in npm distribution  
						
						
						
						
					 
					
						2015-10-02 18:06:12 -07:00 
						 
				 
			
				
					
						
							
							
								Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							43cca2de76 
							
						 
					 
					
						
						
							
							fix(build): lock dart dev version  
						
						... 
						
						
						
						Related to #4467  
						
						
					 
					
						2015-10-02 08:37:05 -07:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							44c171e399 
							
						 
					 
					
						
						
							
							build(travis): make sauce connect process query a bit more specific  
						
						
						
						
					 
					
						2015-09-23 13:59:41 -07:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							4d4d20edb9 
							
						 
					 
					
						
						
							
							build(travis): block travis while we are shutting down the tunnel  
						
						... 
						
						
						
						This is to prevent Travis from prematurely shut down the VM while we are still waiting for the sauce connect client
to tear down the tunnel.
Closes  #4335  
						
						
					 
					
						2015-09-23 18:00:21 +00:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							3b609fbae9 
							
						 
					 
					
						
						
							
							build(travis): gracefully shut down the sauce connect tunnel after the tests are done running  
						
						... 
						
						
						
						This is to prevent tunnel leaks which cause us to run out of allocated tunnels.
Closes  #4329  
						
						
					 
					
						2015-09-23 05:21:34 +00:00 
						 
				 
			
				
					
						
							
							
								Jeff Cross 
							
						 
					 
					
						
						
						
						
							
						
						
							eb7839e0ec 
							
						 
					 
					
						
						
							
							fix(build): temporarily test dart with dart2js instead of pub serve  
						
						... 
						
						
						
						Should be changed back when #4316  is resolved. 
						
						
					 
					
						2015-09-22 11:32:14 -07:00 
						 
				 
			
				
					
						
							
							
								Rado Kirov 
							
						 
					 
					
						
						
						
						
							
						
						
							63141ab9ab 
							
						 
					 
					
						
						
							
							chore(tools): remove rtts from the repo.  
						
						... 
						
						
						
						Closes  #4107  
					
						2015-09-10 21:10:36 +00:00 
						 
				 
			
				
					
						
							
							
								Misko Hevery 
							
						 
					 
					
						
						
						
						
							
						
						
							7ec4da40ce 
							
						 
					 
					
						
						
							
							chore(changelog): update change log to alpha 37  
						
						
						
						
					 
					
						2015-09-10 10:18:17 -07:00 
						 
				 
			
				
					
						
							
							
								Marc Laval 
							
						 
					 
					
						
						
						
						
							
						
						
							e72305e685 
							
						 
					 
					
						
						
							
							fix(build): do not run build/pubbuild.dart twice  
						
						... 
						
						
						
						Closes  #3831  
					
						2015-08-25 18:33:00 +00:00 
						 
				 
			
				
					
						
							
							
								Misko Hevery 
							
						 
					 
					
						
						
						
						
							
						
						
							d853d19dd7 
							
						 
					 
					
						
						
							
							chore: have presubmit ignore builds which can fail.  
						
						
						
						
					 
					
						2015-08-22 20:28:59 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Ford 
							
						 
					 
					
						
						
						
						
							
						
						
							06487237e5 
							
						 
					 
					
						
						
							
							Revert "Revert "feat(router): add angular 1.x router""  
						
						... 
						
						
						
						This reverts commit 298f1fb6a60a799d6c8e0c34bae71a55f1207210. 
						
						
					 
					
						2015-08-20 13:19:34 -07:00 
						 
				 
			
				
					
						
							
							
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							298f1fb6a6 
							
						 
					 
					
						
						
							
							Revert "feat(router): add angular 1.x router"  
						
						... 
						
						
						
						This reverts commit fde026a9e485d9e68b408793add7eaffcf383a86. 
						
						
					 
					
						2015-08-20 08:06:14 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Ford 
							
						 
					 
					
						
						
						
						
							
						
						
							fde026a9e4 
							
						 
					 
					
						
						
							
							feat(router): add angular 1.x router  
						
						
						
						
					 
					
						2015-08-19 20:27:39 +00:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							94733069a4 
							
						 
					 
					
						
						
							
							build(publish): don't try to publish the http module into npm  
						
						... 
						
						
						
						we bundle it into the angular2 package and currently don't plan to make it a separate package 
						
						
					 
					
						2015-08-19 10:11:27 -07:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							cba388bb65 
							
						 
					 
					
						
						
							
							build(publish): uncomment "pub publish" section in pub_publish.sh  
						
						... 
						
						
						
						it seems that this got commented out by accident in the past 
						
						
					 
					
						2015-08-19 10:10:31 -07:00 
						 
				 
			
				
					
						
							
							
								Jeff Cross 
							
						 
					 
					
						
						
						
						
							
						
						
							7b3cca20d2 
							
						 
					 
					
						
						
							
							feat(npm): publish bundles and their typings in npm distribution  
						
						... 
						
						
						
						The same bundles that are published to https://code.angularjs.org 
are now included in a "bundles" folder inside the npm distribution.
Closes  #3555  
						
						
					 
					
						2015-08-12 22:05:41 +00:00 
						 
				 
			
				
					
						
							
							
								Jeff Cross 
							
						 
					 
					
						
						
						
						
							
						
						
							5a405011de 
							
						 
					 
					
						
						
							
							refactor(http): move http files to top-level module  
						
						... 
						
						
						
						Closes  #2680 
Closes  #3417  
					
						2015-08-11 22:32:17 +00:00 
						 
				 
			
				
					
						
							
							
								Misko Hevery 
							
						 
					 
					
						
						
						
						
							
						
						
							96e34c1d36 
							
						 
					 
					
						
						
							
							fix(presubmit): uses proper branch instead of hard coded  
						
						... 
						
						
						
						Closes  #3552  
					
						2015-08-09 17:41:58 +00:00