Alex Eagle
a7e9bc97f6
ci(typescript): add typescript_next build
...
Install typescript@next before build.js and test.typings.
Restore the regular version before travis caches node_modules/.
Fixes #6368
2016-02-16 17:29:29 -08:00
Alex Eagle
19cfb4eb12
fix(build): publish typings directory to our npm snapshot branch
2016-02-11 11:35:43 -08:00
Alex Eagle
16b521794c
fix(build): don't try to copy .d.ts files into the npm distro
...
Fixes #6921
2016-02-05 11:53:15 -08:00
Rado Kirov
6932b29acb
chore(ci): bump up the error count for dart DDC.
2016-01-27 11:19:56 -08:00
Yegor Jbanov
800c8f196f
chore(ddc): make DDC build non-experimental
2016-01-26 21:04:34 -08:00
Yegor Jbanov
db87baeb98
fix(ddc): router, compiler, web worker fixes for DDC
...
Also enable DDC checks across all non-web worker playground apps. We are
now down to 2 DDC errors across all of them. The remaining two need to be
fixed in package:analyzer, not in angular.
BREAKING CHANGE:
- there's a chance of breakage as router's Instruction constructor
signature changed.
Closes #6693
2016-01-27 02:30:20 +00:00
Yegor Jbanov
b5b6ece65a
chore(ddc): reduce DDC warning cap 260->180 as we fixed a bunch
...
Closes #6625
2016-01-26 03:58:22 +00:00
Yegor Jbanov
4282297c24
fix(ddc): type fixes necessary to bring DDC severe count to 0
2016-01-26 03:58:22 +00:00
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 5f2eb3e078
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