| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-21 | chore(doc-gen): generate examples for each deployment, e.g. jquery | Julie | |
| 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-20 | chore(package.json): update dgeni dependencies | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): add jshint checking to examples and tests | Peter Bacon Darwin | |
| 2014-02-16 | chore(package.json): move to published npm version of dgeni-packages | Peter Bacon Darwin | |
| 2014-02-16 | chore(package.json): get dgeni from the npm registry | Peter Bacon Darwin | |
| 2014-02-16 | chore(doc-gen): new docs | Peter Bacon Darwin | |
| chore(doc-gen): implement dgeni | |||
| 2014-02-14 | chore(release): update cdn version | jenkins | |
| 2014-02-11 | chore(dependencies): upgrade kriskowal/q to version ~1.0.0 | Caitlin 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-07 | chore(release): update cdn version | jenkins | |
| 2014-02-05 | refactor(testing): run end to end tests on separate browsers in parallel | Julie | |
| 2014-02-05 | chore(testing): run end to end tests on firefox and safari as well as chrome | Julie | |
| 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-04 | chore(release): be able to release any commit | Tobias 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-03 | chore(Gruntfile.js, package.json): use load-grunt-tasks and move ↵ | gdi2290 | |
| grunt-contrib-jshint into devDependencies Closes #6085 | |||
| 2014-02-03 | chore(release): update cdn version | jenkins | |
| 2014-02-03 | chore(release): start v1.2.12 (1.2.12) | jenkins | |
| 2014-02-03 | chore(release): cut v1.2.11 releasev1.2.11 | jenkins | |
| 2014-01-30 | chore(build): add jscs code style check to our build | Igor Minar | |
| Closes #6062 | |||
| 2014-01-28 | test(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-24 | chore(release): update cdn version | jenkins | |
| 2014-01-24 | chore(release): start v1.2.11 (1.2.11) | jenkins | |
| 2014-01-24 | chore(release): cut v1.2.10 releasev1.2.10 | jenkins | |
| 2014-01-15 | chore(release): update cdn version | jenkins | |
| 2014-01-15 | chore(release): start v1.2.10 (1.2.10) | jenkins | |
| 2014-01-15 | chore(release): cut v1.2.9 releasev1.2.9 | jenkins | |
| 2014-01-10 | chore(release): update cdn version | jenkins | |
| 2014-01-10 | chore(release): start v1.2.9 (1.2.9) | jenkins | |
| 2014-01-10 | chore(release): cut v1.2.8 releasev1.2.8 | jenkins | |
| 2014-01-09 | feat(build): add a grunt test for running protractor tests extracted from ↵ | Julie | |
| the docs | |||
| 2014-01-06 | chore: strict deps Karma and plugins | Vojta Jina | |
| So that we have a better control when updating Karma. | |||
| 2014-01-03 | chore(release): fix release name | Brian Ford | |
| 2014-01-03 | chore(release): update cdn version | Brian Ford | |
| 2014-01-03 | chore(release): set next release name | Tobias Bosch | |
| 2014-01-03 | chore(release): start v1.2.8 | chimney-sweeper | |
| 2014-01-03 | chore(release): cut v1.2.7 releasev1.2.7 | chimney-sweeper | |
| 2014-01-03 | chore: set Karma version to 0.11.11 | Vojta Jina | |
| Temporary reverting Karma, as 0.11.12 is causing some problems. | |||
| 2013-12-23 | chore: update Karma and SauceLabs launcher | Vojta 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-20 | chore(release): update cdn version | Vojta Jina | |
| 2013-12-19 | chore(release): add codename for 1.2.7 | Brian Ford | |
| 2013-12-19 | chore(release): start v1.2.7 | chimney-sweeper | |
| 2013-12-19 | chore(release): cut v1.2.6 releasev1.2.6 | chimney-sweeper | |
| 2013-12-13 | chore(build): automate cutting a release, publishing to bower and to ↵ | Tobias Bosch | |
| code.angular.js | |||
| 2013-12-13 | docs: use q-io instead of deprecated q-fs | Vojta 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-13 | chore(release): start 1.2.6 taco-salsafication iteration | Jeff Cross | |
| 2013-12-13 | chore(release): cut 1.2.5 singularity-expansion releasev1.2.5 | Jeff Cross | |
| 2013-12-06 | chore(release): start 1.2.5 singularity-expansion iteration | Matias Niemelä | |
| 2013-12-06 | chore(release): cut 1.2.4 wormhole-blaster release | Matias Niemelä | |
| 2013-12-02 | chore: use karma-browserstack-launcher from master | Vojta Jina | |
| 2013-12-02 | chore(deps): use regular junit-reporter | Vojta Jina | |
| We don't need the special branch anymore. | |||
| 2013-12-02 | chore(grunt): update to latest jshint task | James 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-27 | chore(release): start 1.2.4 wormhole-baster iteration | Peter Bacon Darwin | |
