| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-07-13 | package updated version + maintainers2.11.3 | Nick Merwin | 2 | -14/+13 | |
| README badges updates | |||||
| 2015-07-13 | Merge pull request #99 from benchling/master | Nick Merwin | 1 | -1/+1 | |
| Fix parsing git message with REGEX_COMMIT_DETAILS | |||||
| 2015-07-13 | Fix parsing git message with REGEX_COMMIT_DETAILS | Joshua Ma | 1 | -1/+1 | |
| Given the commit message ``` tree 2d257d54add0901a72fbe492538aec4a35b4f4a5 parent 21d9ce4eb278af46561e069d6410e72a88c38036 author Joshua Ma <[email protected]> 1436838814 -0700 committer Joshua Ma <[email protected]> 1436839048 -0700 main message secondary detail ``` REGEX_COMMIT_DETAILS previously incorrectly matched `secondary detail` as the message - it lets an optional newline match (A), followed by nongreedy `[\S\s]+`, until a double-newline (B) is found. The message used is what follows B. Since there's two double-newlines, before `main message` and `secondary detail`, the first double-newline is used towards (A) and the second set is the one that matches (B). So the message ends up being `secondary detail`. This change simplifies the regex to just a nongreedy `[\S\s]*` until the first double-newline, after which the message is expected. | |||||
| 2015-07-02 | updated travis badge | Nick Merwin | 1 | -2/+2 | |
| 2015-04-15 | Merge pull request #78 from stevemao/patch-1 | Gregg Caines | 1 | -4/+4 | |
| Fix mocha's link | |||||
| 2015-04-05 | Merge pull request #84 from mgartner/patch-1 | Gregg Caines | 1 | -2/+1 | |
| Update README to be more clear | |||||
| 2015-04-04 | Update README to be more clear | Marcus Gartner | 1 | -2/+1 | |
| 2015-02-27 | Fix mocha's link | Steve Mao | 1 | -4/+4 | |
| It should be http://mochajs.org/ | |||||
| 2014-11-29 | Merge pull request #72 from StevenWeathers/wercker-ci | Gregg Caines | 3 | -1/+35 | |
| Add Wercker CI support with tests. | |||||
| 2014-11-04 | Add Wercker CI support with tests. | Steven Weathers | 3 | -1/+35 | |
| Fix minor lint error where a second semicolon appears in lib/fetchGitData.js | |||||
| 2014-09-21 | Merge pull request #68 from geek/patch-1 | Gregg Caines | 1 | -0/+6 | |
| Adding instructions on using lab with coveralls | |||||
| 2014-09-21 | version bump 2.11.2. | Gregg Caines | 1 | -1/+1 | |
| 2014-09-21 | Merge pull request #70 from mschaaf/patch-1 | Gregg Caines | 1 | -1/+1 | |
| fix parsing of multiline header responses | |||||
| 2014-09-11 | fetch all characters by selecting all whitespace and all none whitespace | Schaaf, Martin | 1 | -1/+1 | |
| 2014-09-11 | fix parsing of multiline header responses | Schaaf, Martin | 1 | -1/+1 | |
| takes not known headers into account | |||||
| 2014-09-04 | Update README.md | Wyatt Preul | 1 | -1/+1 | |
| 2014-09-04 | Adding instructions on using lab with coveralls | Wyatt Preul | 1 | -0/+6 | |
| 2014-08-18 | Merge pull request #64 from pdehaan/patch-1 | Gregg Caines | 1 | -1/+1 | |
| Update request dependency | |||||
| 2014-08-18 | Merge pull request #65 from washimimizuku/patch-1 | Gregg Caines | 1 | -0/+9 | |
| README Patch: Jasmine instructions | |||||
| 2014-08-15 | Update README.md | Nuno Barreto | 1 | -2/+2 | |
| 2014-08-15 | Update README.md | Nuno Barreto | 1 | -0/+9 | |
| 2014-08-14 | Update request dependency | Peter deHaan | 1 | -1/+1 | |
| See mikeal/request#993 | |||||
| 2014-07-31 | Merge pull request #62 from wlabranche/patch-1 | Gregg Caines | 1 | -1/+1 | |
| Removed dead link | |||||
| 2014-07-31 | Removed dead link | Will LaBranche | 1 | -1/+1 | |
| Seems to be taken off the blog entirely. | |||||
| 2014-07-31 | Merge pull request #61 from rogierslag/master | Gregg Caines | 1 | -1/+1 | |
| Correct the Coveralls-image in README | |||||
| 2014-07-31 | Correct the Coveralls-image in README | Rogier Slag | 1 | -1/+1 | |
| The previous version used the travis-ci.org syntax of `?branch=master` whereas the shields.io version uses a different URL based approach. This commit fixes this and therefore can better serve as an actual example how to use these images. | |||||
| 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 | 5 | -10/+16 | |
| 2014-06-22 | version bump 2.10.1. | Gregg Caines | 1 | -1/+1 | |
| 2014-06-22 | improve warning messaging when the repo token is not found. | Gregg Caines | 1 | -1/+2 | |
| 2014-06-22 | Merge pull request #50 from roman01la/master | Gregg Caines | 1 | -0/+2 | |
| add Travis commit & branch info | |||||
| 2014-06-22 | remove coverage.json file and add it to .gitignore. | Gregg Caines | 2 | -5574/+2 | |
| 2014-06-22 | remove drone.io badges that never worked. | Gregg Caines | 1 | -4/+1 | |
| 2014-06-21 | Merge pull request #58 from shinnn/master | Gregg Caines | 1 | -2/+2 | |
| Use SVG badges instead of PNG badges | |||||
| 2014-06-17 | use SVG badges instead of PNG badges | Shinnosuke Watanabe | 1 | -2/+2 | |
| SVG badges look beautiful on retina displays. | |||||
| 2014-06-03 | add contributing notes | Gregg Caines | 1 | -0/+9 | |
| 2014-05-24 | Merge pull request #52 from ilanbiala/patch-2 | Gregg Caines | 1 | -1/+1 | |
| Update package.json | |||||
| 2014-05-24 | fix missing semi-colon in test file. | Gregg Caines | 1 | -1/+1 | |
| 2014-05-24 | Merge pull request #55 from jaubourg/windows_path | Gregg Caines | 1 | -1/+1 | |
| convertLcovToCoveralls should output paths with slashes even on windows. | |||||
| 2014-05-24 | I could not get istanbul to install under node 0.8, so I removed it from the ↵ | Gregg Caines | 1 | -1/+0 | |
| build. | |||||
| 2014-05-24 | upgrade istanbul. | Gregg Caines | 1 | -1/+1 | |
| 2014-05-24 | remove 0.9 support from travis because it is no longer supported. | Gregg Caines | 1 | -1/+0 | |
| 2014-05-23 | convertLcovToCoveralls should output paths with slashes even on windows. | jaubourg | 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-04-04 | Merge pull request #51 from ilanbiala/patch-1 | Gregg Caines | 1 | -5/+12 | |
| Update README.md | |||||
| 2014-04-04 | Update README.md | Ilan Biala | 1 | -5/+12 | |
| now using "variables", much cleaner | |||||
| 2014-03-27 | add Travis commit & branch info | roman01la | 1 | -0/+2 | |
| 2014-03-17 | version bump 2.10.0 | Gregg Caines | 1 | -1/+1 | |
| 2014-03-17 | Merge branch 'master' of github.com:cainus/node-coveralls | Gregg Caines | 3 | -9/+36 | |
| 2014-03-17 | Merge pull request #48 from fluidsonic/fix-absolute-paths | Gregg Caines | 2 | -8/+35 | |
| convertLcovToCoveralls should convert absolute source paths to relative paths in output | |||||
