<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/lib, branch v1.0.x</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(grunt): fix regex in grunt util to handle pre-release versions</title>
<updated>2013-08-15T19:43:05+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-08-13T20:17:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=553fdb318f53cc2e769cca9cb0e3c634102a0cb1'/>
<id>553fdb318f53cc2e769cca9cb0e3c634102a0cb1</id>
<content type='text'>
NOTE: this also includes a temporary work-around for Bower
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NOTE: this also includes a temporary work-around for Bower
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: disable npm install on Travis</title>
<updated>2013-08-14T23:12:37+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2013-08-13T22:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f29f2f99b138de794a58500fed60452935293815'/>
<id>f29f2f99b138de794a58500fed60452935293815</id>
<content type='text'>
Grunt is configured to run `npm install` before every task. That is convenient when switching a branch for example.

On Travis, this makes no sense and is causing tons of NPM warnings (eg. packages not defining repository field etc).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Grunt is configured to run `npm install` before every task. That is convenient when switching a branch for example.

On Travis, this makes no sense and is causing tons of NPM warnings (eg. packages not defining repository field etc).
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(sauce): use tunnel-identifier and ready-file only on Travis</title>
<updated>2013-08-14T23:12:36+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2013-08-13T04:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cb89e02432d38b4310f691cfd0412cc55a4214c9'/>
<id>cb89e02432d38b4310f691cfd0412cc55a4214c9</id>
<content type='text'>
When running locally, there's not TRAVIS_JOB_NUMBER env variable defined and it screws
the Sauce Connect (it uses a tunnel with empty name), this makes it work locally without defining
TRAVIS_JOB_NUMBER env variable.

Also, if you run the sauce_connect_setup.sh locally, without having SAUCE_CONNECT_READY_FILE, it
does not pass the `--ready-file` argument to avoid Sauce Connect blowing up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When running locally, there's not TRAVIS_JOB_NUMBER env variable defined and it screws
the Sauce Connect (it uses a tunnel with empty name), this makes it work locally without defining
TRAVIS_JOB_NUMBER env variable.

Also, if you run the sauce_connect_setup.sh locally, without having SAUCE_CONNECT_READY_FILE, it
does not pass the `--ready-file` argument to avoid Sauce Connect blowing up.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(grunt): cache version number</title>
<updated>2013-08-12T23:23:38+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-07-14T06:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=edef295b116f10af733d33a7c2b30c7c741f7900'/>
<id>edef295b116f10af733d33a7c2b30c7c741f7900</id>
<content type='text'>
caching the version number speeds up the build and preserves resources.

this also fixed EMFILE error that now occurs on some macs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
caching the version number speeds up the build and preserves resources.

this also fixed EMFILE error that now occurs on some macs.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(travis): speed up the build</title>
<updated>2013-07-02T22:12:03+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2013-07-01T23:21:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=52519d45b94d43c6dcd60d0845b1914edf5c743c'/>
<id>52519d45b94d43c6dcd60d0845b1914edf5c743c</id>
<content type='text'>
- parallelize the tasks
- cache requests (e2e tests)

This reduces the time from ~18min to ~12min.

It makes the output little messy. We could buffer output of each task and display it once it's fully finished, nicely. I think giving instant feedback is better.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- parallelize the tasks
- cache requests (e2e tests)

This reduces the time from ~18min to ~12min.

It makes the output little messy. We could buffer output of each task and display it once it's fully finished, nicely. I think giving instant feedback is better.</pre>
</div>
</content>
</entry>
<entry>
<title>chore: set up Sauce Labs with Travis</title>
<updated>2013-06-28T23:36:30+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2013-06-28T23:36:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9a77d030471939464cd8ee1fb4b1af0a3532d799'/>
<id>9a77d030471939464cd8ee1fb4b1af0a3532d799</id>
<content type='text'>
This should not affect the Jenkins build at all.

Now, the Travis build uses Chrome on Sauce Labs, which in theory gives us opportunity to use any
browser/platform that Sauce Labs offers.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should not affect the Jenkins build at all.

Now, the Travis build uses Chrome on Sauce Labs, which in theory gives us opportunity to use any
browser/platform that Sauce Labs offers.</pre>
</div>
</content>
</entry>
<entry>
<title>chore(package.json): kill version.yaml in favor of package.json</title>
<updated>2013-05-20T23:48:21+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-05-20T23:37:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f81431dd724f54290ee9a8c7e23650bc59e0c739'/>
<id>f81431dd724f54290ee9a8c7e23650bc59e0c739</id>
<content type='text'>
all versioning info is now in package.json and that's where the build scripts read it from
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
all versioning info is now in package.json and that's where the build scripts read it from
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ngdocs): support for HTML table generation from docs code</title>
<updated>2013-04-29T21:47:53+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-04-29T19:20:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cf38d8c55b6c18f41bb559016005627671e7d795'/>
<id>cf38d8c55b6c18f41bb559016005627671e7d795</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(Grunt): also remove \r chars when joining files</title>
<updated>2013-04-16T12:14:09+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-04-16T11:13:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0893e83c92108a057fff48a316b8a51dfec735ce'/>
<id>0893e83c92108a057fff48a316b8a51dfec735ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: use Karma</title>
<updated>2013-04-04T01:22:03+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2013-03-21T01:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=91fa865bf22afdf4b25a20acce7a8c7f7d331323'/>
<id>91fa865bf22afdf4b25a20acce7a8c7f7d331323</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
