aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
AgeCommit message (Collapse)Author
2014-02-21chore(doc-gen): generate examples for each deployment, e.g. jqueryJulie
Update to the latest dgeni-packages, which supports multiple deployment environments for the examples. Add a jQuery deployment environment for the examples. Currently, the target of the runnable example iframe always points to the default deployment environment, not to the environment under which the main app is running. Closes #6361
2014-02-20chore(package.json): update dgeni dependenciesPeter Bacon Darwin
2014-02-16chore(doc-gen): add jshint checking to examples and testsPeter Bacon Darwin
2014-02-16chore(package.json): move to published npm version of dgeni-packagesPeter Bacon Darwin
2014-02-16chore(package.json): get dgeni from the npm registryPeter Bacon Darwin
2014-02-16chore(doc-gen): new docsPeter Bacon Darwin
chore(doc-gen): implement dgeni
2014-02-14chore(release): update cdn versionjenkins
2014-02-11chore(dependencies): upgrade kriskowal/q to version ~1.0.0Caitlin Potter
CI builds on travis occasionally freak out because of the recursive use of process.nextTick, which has been deprecated in Node relatively recently, to be replaced with setImmediate. Unfortunately, this change does not resolve the issue. However, it does not hurt, either. Closes #6161
2014-02-07chore(release): update cdn versionjenkins
2014-02-05refactor(testing): run end to end tests on separate browsers in parallelJulie
2014-02-05chore(testing): run end to end tests on firefox and safari as well as chromeJulie
Update the Travis and Jenkins configs to run protractor tests on Safari and Firefox as well, and make the Travis tests run output XML and turn off color. Fix tests which were failing in Firefox due to clear() not working as expected. Fix tests which were failing in Safari due to SafariDriver not understanding the minus key, and disable tests which SafariDriver has no support for.
2014-02-04chore(release): be able to release any commitTobias Bosch
The version information is now stored only in the tags. By this we are able to release commits in the past, which have already been tested, so we don't need a code freeze or run tests any more. This is also the first step for letting Travis do the releases in the future. The package.json now contains the new property 'branchVersion' that defines which tags are valid on this branch. Closes #6116
2014-02-03chore(Gruntfile.js, package.json): use load-grunt-tasks and move ↵gdi2290
grunt-contrib-jshint into devDependencies Closes #6085
2014-02-03chore(release): update cdn versionjenkins
2014-02-03chore(release): start v1.2.12 (1.2.12)jenkins
2014-02-03chore(release): cut v1.2.11 releasev1.2.11jenkins
2014-01-30chore(build): add jscs code style check to our buildIgor Minar
Closes #6062
2014-01-28test(docs): convert example end to end doc tests from scenario runner to ↵Julie
protractor Thanks to jeffbcross, petebacondarwin, btford, jdeboer, tbosch for contributions! Closes #6023
2014-01-24chore(release): update cdn versionjenkins
2014-01-24chore(release): start v1.2.11 (1.2.11)jenkins
2014-01-24chore(release): cut v1.2.10 releasev1.2.10jenkins
2014-01-15chore(release): update cdn versionjenkins
2014-01-15chore(release): start v1.2.10 (1.2.10)jenkins
2014-01-15chore(release): cut v1.2.9 releasev1.2.9jenkins
2014-01-10chore(release): update cdn versionjenkins
2014-01-10chore(release): start v1.2.9 (1.2.9)jenkins
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