| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-27 | chore(release): cut 1.2.3 unicorn-zapper releasev1.2.3 | Peter Bacon Darwin | |
| 2013-11-26 | chore(release): fix cdn version in package.json | Igor Minar | |
| 2013-11-25 | chore(travis): let's give BrowserStack a try | Vojta Jina | |
| Switch the build to use BrowserStack instead of SauceLabs. This also adds IE11 to our build. | |||
| 2013-11-22 | chore(release): start 1.2.3 unicorn-zapper iteration | Igor Minar | |
| 2013-11-22 | chore(release): cut 1.2.2 consciousness-inertia releasev1.2.2 | Igor Minar | |
| 2013-11-21 | chore: use temporary version of grunt-jasmine-node | Vojta Jina | |
| This should be reverted once https://github.com/jasmine-contrib/grunt-jasmine-node/pull/33 gets merged in the upstream repo. It fixes the problem where Grunt does not fail the build, even though there are failures. See https://travis-ci.org/angular/angular.js/builds/14329011#L2366 | |||
| 2013-11-15 | chore(release): start a new release iteration | Vojta Jina | |
| 2013-11-14 | chore(release): cut the 1.2.1 underscore-empathy releasev1.2.1 | Vojta Jina | |
| 2013-11-09 | chore(package.json): revert to marked@0.2.9 to fix CI builds | Caitlin Potter | |
| The marked npm library brought in a breaking change at 0.2.10. This commit ensures that we get exactly the version we want. Closes #4822 | |||
| 2013-11-08 | chore(release): update version number for next round of development | Pete Bacon Darwin | |
| 2013-11-08 | chore(release): update cdn version | Igor Minar | |
| 2013-11-08 | chore(release): cut the v1.2.0 timely-delivery releasev1.2.0 | Igor Minar | |
| 2013-10-22 | chore(grunt): add jshint tasks | Pete Bacon Darwin | |
| 2013-10-15 | chore(release): start 1.2.0 iteration | Igor Minar | |
| 2013-10-14 | chore(release): cut 1.2.0-rc.3 ferocious-twitch releasev1.2.0-rc.3 | Igor Minar | |
| 2013-10-11 | chore(npm): grunt-contrib-jasmine-node changed name | J. Tangelder | |
| 2013-10-08 | chore(travis): enable Firefox again | Vojta Jina | |
| This updates karma-sauce-launcher plugin, which fixes the issue we were having (it uses the latest version of wd). This reverts 1c18c93be138c59b5c1b73cae99cc52383272146 | |||
| 2013-09-30 | chore(package.json): update npm packages | Michał Gołębiowski | |
| Some of node dependencies have much newer versions; one of them is Lo-Dash that has recently released the 2.0.0 version bringing in new useful methods. | |||
| 2013-09-05 | chore(release): add script for comparing master and stable branches | Brian Ford | |
| 2013-09-05 | chore(release): start 1.2.0-rc.3 ferocious-twitch iteration | Igor Minar | |
| 2013-09-04 | chore(release): cut 1.2.0-rc.2 barehand-atomsplitting releasev1.2.0-rc.2 | Igor Minar | |
| 2013-09-04 | chore(changelog): release notes for 1.2.0-rc.2 barehand-atomsplitting | Igor Minar | |
| 2013-08-29 | chore: fix Jenkins build | Vojta Jina | |
| 2013-08-28 | chore: switch back to npm grunt-parallel | Vojta Jina | |
| The patch has been released so we don't need to rely on github branch anymore. | |||
| 2013-08-28 | chore: use Karma v0.11 | Vojta Jina | |
| Karma v0.11 starts test execution immediately after a browser gets captured (instead of waiting for all browsers). It also kills each browser immediately after it's done. This will use our resources (SauceLabs browsers) more efficiently. | |||
| 2013-08-24 | chore(tests): add Promises/A+ Test Suite to the build | James Talmage | |
| Closes #3693 | |||
| 2013-08-23 | chore: run more browsers on Travis (IE8,IE9,IE10,Safari,FF) | Vojta Jina | |
| Also instead of running everything in parallel, there are only two parallel tasks: - e2e tests running in the background (only on Chrome) - all the unit tests running sequentially | |||
| 2013-08-21 | fix(package.json): use full version numbers when interpolating | Michał Gołębiowski | |
| When using less than 3 numbers in npm package version together with tilde interpolation, it lets major version upgrades, e.g. "~0.10" means at least 0.10 and less than 1.0; this pattern would match e.g. 0.11, 0.12 etc. Besides, some package.json dependencies were upgraded. | |||
| 2013-08-20 | fix(package.json): add a repository field | Michał Gołębiowski | |
| The `npm install` command complains about the missing repository field. Closes #3674 | |||
| 2013-08-19 | fix(bower): upgrade to v1.2.0 with fixes we need | Igor Minar | |
| 2013-08-15 | chore(bower): upgrade bower 1.0.3 -> 1.1.2 | Igor Minar | |
| 2013-08-13 | chore: update Karma to v0.10 | Vojta Jina | |
| 2013-08-13 | chore(release): version bump | Igor Minar | |
| 2013-08-13 | chore(release): cut 1.2.0rc1 spooky-giraffev1.2.0rc1 | Igor Minar | |
| 2013-07-30 | chore(bower): write grunt task for running bower | Ken Sheedlo | |
| 2013-07-30 | chore(bower): update to bower 1.0.3 | Ken Sheedlo | |
| 2013-07-29 | chore(bower): upgrade bower to 1.0.0 | Ken Sheedlo | |
| We explicitly set the Bower install directory to components/ for compatibility with our existing code base. Recent Bower prefers bower_components/. | |||
| 2013-07-26 | chore(ngdocs): replace showdown.js with marked.js | Matias Niemelä | |
| 2013-07-13 | chore(package.json): fix name to work with latest NPM | Vojta Jina | |
| 2013-07-11 | chore(build): add check for merge conflicts, ddescribe, and iit | Brian Ford | |
| 2013-07-02 | chore(travis): speed up the build | Vojta Jina | |
| - 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. | |||
| 2013-07-01 | chore: add karma-script-launcher plugin | Vojta Jina | |
| This plugin is shipped as a default one with Karma. It's specified as a peer dependency. I assume, there's an old version of NPM on the CI server, which does not support peerDependencies and therefore it didn't get installed. This will make the dependency explicit. | |||
| 2013-06-28 | chore: set up Sauce Labs with Travis | Vojta Jina | |
| 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. | |||
| 2013-06-28 | chore: update karma to 0.9.4 | Vojta Jina | |
| And also add shared config to make karma configs a bit simpler. | |||
| 2013-06-25 | chore(doc_gen): add task to run doc-gen specs | Pete Bacon Darwin | |
| 2013-06-06 | chore(closure-compiler): use bower to fetch closure compiler | Igor Minar | |
| this replaces the stale NPM dependency | |||
| 2013-06-06 | chore(ngdocs): setup bower as the package manager for the docs pages | Matias Niemelä | |
| 2013-06-06 | chore(ngdocs): replace google closure library with a NPM module | Matias Niemelä | |
| 2013-05-22 | chore(release): start 1.1.6 spooky-giraffe iteration | Igor Minar | |
| 2013-05-22 | chore(release): cut the 1.1.5 triangle-squarification releasev1.1.5 | Igor Minar | |
