| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-02-26 | version bump2.11.8 | Nick Merwin | 1 | -1/+1 | |
| 2016-02-26 | added gitlab-ci support | Nick Merwin | 1 | -1/+1 | |
| 2015-12-10 | Merge branch 'master' of github.com:nickmerwin/node-coveralls | Nick Merwin | 1 | -1/+2 | |
| 2015-12-10 | version bump | Nick Merwin | 1 | -1/+1 | |
| 2015-12-10 | Use minimist to parse command line options | Anna Henningsen | 1 | -1/+2 | |
| The command line options are made available as a object via `index.options` | |||||
| 2015-12-10 | version bump2.11.5 | Nick Merwin | 1 | -1/+1 | |
| 2015-12-10 | Merge pull request #92 from kemitchell/spdx-license | Nick Merwin | 1 | -1/+1 | |
| Use a Standard-Compliant License Identifier | |||||
| 2015-12-04 | Resolve Lodash deprecation warning | Russell Dempsey | 1 | -1/+1 | |
| coveralls@^2.6.1 resolves to [email protected], depends on [email protected] - https://github.com/nickmerwin/node-coveralls/blob/master/package.json#L35 [email protected] depends on form-data@~0.1.0 - https://github.com/request/request/blob/v2.40.0/package.json#L33 (so does 3.0, watch out) form-data@~0.1.0 resolves to @0.1.4, depends on async0.9.2 - https://github.com/form-data/form-data/blob/0.1.4/package.json#L20 async0.9.2 depends on deprecated [email protected] - https://github.com/caolan/async/blob/0.9.2/package.json#L28 coveralls@master also depends on [email protected] and should be updated to - https://github.com/request/request/blob/v2.67.0/package.json#L29 | |||||
| 2015-10-12 | use a valid SPDX license identifier | Kyle Mitchell | 1 | -1/+1 | |
| 2015-08-12 | version bump | Nick Merwin | 1 | -1/+1 | |
| 2015-07-18 | updated package.json repo | Nick Merwin | 1 | -2/+2 | |
| 2015-07-13 | package updated version + maintainers2.11.3 | Nick Merwin | 1 | -2/+4 | |
| README badges updates | |||||
| 2014-09-21 | version bump 2.11.2. | Gregg Caines | 1 | -1/+1 | |
| 2014-08-14 | Update request dependency | Peter deHaan | 1 | -1/+1 | |
| See mikeal/request#993 | |||||
| 2014-07-07 | upgrade request to the latest. | Gregg Caines | 1 | -3/+3 | |
| 2014-07-03 | log at error level by default and only show others if --verbose switch is on. | Gregg Caines | 1 | -1/+1 | |
| 2014-06-22 | version bump 2.10.1. | Gregg Caines | 1 | -1/+1 | |
| 2014-05-24 | Merge pull request #52 from ilanbiala/patch-2 | Gregg Caines | 1 | -1/+1 | |
| Update package.json | |||||
| 2014-05-24 | upgrade istanbul. | Gregg Caines | 1 | -1/+1 | |
| 2014-04-07 | Update package.json | Ilan Biala | 1 | -1/+1 | |
| Fixes the NPM Warning about logdriver depending on a set version of NPM. | |||||
| 2014-03-17 | version bump 2.10.0 | Gregg Caines | 1 | -1/+1 | |
| 2014-02-12 | version bump 2.8.0. | Gregg Caines | 1 | -1/+1 | |
| 2014-02-11 | Swap out yaml with js-yaml for Win compat | Gerard Escalante | 1 | -1/+1 | |
| 2014-02-11 | Windows compat fixes | Gerard Escalante | 1 | -1/+1 | |
| Changed usage of '/' as root dir. Stopped tests from wiping out environment. | |||||
| 2014-02-03 | version bump 2.7.1 | Gregg Caines | 1 | -1/+1 | |
| 2014-01-27 | version bump 2.7.0 | Gregg Caines | 1 | -1/+1 | |
| 2013-12-19 | version bump 2.6.1. | Gregg Caines | 1 | -3/+2 | |
| 2013-12-05 | version bump 2.6.0 | Gregg Caines | 1 | -1/+1 | |
| 2013-11-23 | version bump 2.5.0 | Gregg Caines | 1 | -1/+1 | |
| 2013-11-23 | fixed merge conflicts in makefile. continuing work to switch coverage tool ↵ | Gregg Caines | 1 | -6/+3 | |
| to istanbul. | |||||
| 2013-11-15 | version bump 2.4.0. | Gregg Caines | 1 | -1/+1 | |
| 2013-09-06 | version bump 2.3.0 | Gregg Caines | 1 | -1/+1 | |
| 2013-08-24 | removed exec-sync. version 2.2.0 candidate | Gregg Caines | 1 | -3/+2 | |
| 2013-07-30 | version bump to 2.1.0 | cainus | 1 | -1/+1 | |
| 2013-07-27 | use blanket instead of jscoverage | Gabe Hayes | 1 | -2/+6 | |
| 2013-07-26 | fetch git data from command line git | Gabe Hayes | 1 | -1/+2 | |
| - added exec-sync package to execute git commands - if a proper git hash is not passed, falls back to default values | |||||
| 2013-06-22 | better jenkins support. better git object population. | cainus | 1 | -1/+1 | |
| 2013-06-22 | improved testing. | cainus | 1 | -1/+1 | |
| 2013-06-21 | better docs. version 2.0.14. | cainus | 1 | -1/+2 | |
| 2013-06-20 | make plain old `npm test` just run unit tests. | cainus | 1 | -1/+1 | |
| 2013-06-19 | add jshint. | cainus | 1 | -1/+2 | |
| 2013-06-08 | add some tests. version bump to 2.0.13. | cainus | 1 | -2/+3 | |
| 2013-06-07 | use a native js yaml parser instead of a C library | Arpad Borsos | 1 | -1/+1 | |
| 2013-06-02 | removed some stray console.logs remaining. | cainus | 1 | -1/+1 | |
| 2013-06-02 | fixed logger bug in the last published version preventing --verbose from ↵ | cainus | 1 | -2/+3 | |
| working. version bump to 2.0.11. | |||||
| 2013-06-02 | version bump to 2.0.10 | cainus | 1 | -1/+1 | |
| 2013-06-02 | use log-driver for logging levels. | cainus | 1 | -1/+2 | |
| 2013-05-29 | refactored for better testability. | cainus | 1 | -3/+5 | |
| 2013-05-24 | version bump 2.0.9 | cainus | 1 | -1/+1 | |
| 2013-05-24 | version bump 2.0.8 | cainus | 1 | -2/+4 | |
