aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
AgeCommit message (Collapse)Author
2014-01-10chore(release): cut v1.2.8 releasev1.2.8jenkins
2014-01-09feat(build): add a grunt test for running protractor tests extracted from ↵Julie
the docs
2014-01-06chore: strict deps Karma and pluginsVojta Jina
So that we have a better control when updating Karma.
2014-01-03chore(release): fix release nameBrian Ford
2014-01-03chore(release): update cdn versionBrian Ford
2014-01-03chore(release): set next release nameTobias Bosch
2014-01-03chore(release): start v1.2.8chimney-sweeper
2014-01-03chore(release): cut v1.2.7 releasev1.2.7chimney-sweeper
2014-01-03chore: set Karma version to 0.11.11Vojta Jina
Temporary reverting Karma, as 0.11.12 is causing some problems.
2013-12-23chore: update Karma and SauceLabs launcherVojta Jina
This should improve stability as it contains capture timeout (if a browser does not capture in a given timeout it gets killed) and retry (if a browser fails to start, Karma will try n times before failing).
2013-12-20chore(release): update cdn versionVojta Jina
2013-12-19chore(release): add codename for 1.2.7Brian Ford
2013-12-19chore(release): start v1.2.7chimney-sweeper
2013-12-19chore(release): cut v1.2.6 releasev1.2.6chimney-sweeper
2013-12-13chore(build): automate cutting a release, publishing to bower and to ↵Tobias Bosch
code.angular.js
2013-12-13docs: use q-io instead of deprecated q-fsVojta Jina
This recursive process.nextTick error[1] was probably coming from q-fs, which is not actively maintained. This updates to q-io/fs instead. [1]: https://travis-ci.org/angular/angular.js/jobs/15391590
2013-12-13chore(release): start 1.2.6 taco-salsafication iterationJeff Cross
2013-12-13chore(release): cut 1.2.5 singularity-expansion releasev1.2.5Jeff Cross
2013-12-06chore(release): start 1.2.5 singularity-expansion iterationMatias Niemelä
2013-12-06chore(release): cut 1.2.4 wormhole-blaster releaseMatias Niemelä
2013-12-02chore: use karma-browserstack-launcher from masterVojta Jina
2013-12-02chore(deps): use regular junit-reporterVojta Jina
We don't need the special branch anymore.
2013-12-02chore(grunt): update to latest jshint taskJames Brewer
Upgrade JSHint task from ~0.6.4 to ~0.7.2. Two useful changes: ability to set jshintrc option to use jshint's native ability for finding .jshintrc files relative to the linted files and update jshint to 2.3.0. Closes #5143
2013-11-27chore(release): start 1.2.4 wormhole-baster iterationPeter Bacon Darwin
2013-11-27chore(release): cut 1.2.3 unicorn-zapper releasev1.2.3Peter Bacon Darwin
2013-11-26chore(release): fix cdn version in package.jsonIgor Minar
2013-11-25chore(travis): let's give BrowserStack a tryVojta Jina
Switch the build to use BrowserStack instead of SauceLabs. This also adds IE11 to our build.
2013-11-22chore(release): start 1.2.3 unicorn-zapper iterationIgor Minar
2013-11-22chore(release): cut 1.2.2 consciousness-inertia releasev1.2.2Igor Minar
2013-11-21chore: use temporary version of grunt-jasmine-nodeVojta 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-15chore(release): start a new release iterationVojta Jina
2013-11-14chore(release): cut the 1.2.1 underscore-empathy releasev1.2.1Vojta Jina
2013-11-09chore(package.json): revert to marked@0.2.9 to fix CI buildsCaitlin 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-08chore(release): update version number for next round of developmentPete Bacon Darwin
2013-11-08chore(release): update cdn versionIgor Minar
2013-11-08chore(release): cut the v1.2.0 timely-delivery releasev1.2.0Igor Minar
2013-10-22chore(grunt): add jshint tasksPete Bacon Darwin
2013-10-15chore(release): start 1.2.0 iterationIgor Minar
2013-10-14chore(release): cut 1.2.0-rc.3 ferocious-twitch releasev1.2.0-rc.3Igor Minar
2013-10-11chore(npm): grunt-contrib-jasmine-node changed nameJ. Tangelder
2013-10-08chore(travis): enable Firefox againVojta 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-30chore(package.json): update npm packagesMichał 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-05chore(release): add script for comparing master and stable branchesBrian Ford
2013-09-05chore(release): start 1.2.0-rc.3 ferocious-twitch iterationIgor Minar
2013-09-04chore(release): cut 1.2.0-rc.2 barehand-atomsplitting releasev1.2.0-rc.2Igor Minar
2013-09-04chore(changelog): release notes for 1.2.0-rc.2 barehand-atomsplittingIgor Minar
2013-08-29chore: fix Jenkins buildVojta Jina
2013-08-28chore: switch back to npm grunt-parallelVojta Jina
The patch has been released so we don't need to rely on github branch anymore.
2013-08-28chore: use Karma v0.11Vojta 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-24chore(tests): add Promises/A+ Test Suite to the buildJames Talmage
Closes #3693