| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-11-04 | Add Wercker CI support with tests. | Steven Weathers | 1 | -0/+27 | |
| Fix minor lint error where a second semicolon appears in lib/fetchGitData.js | |||||
| 2014-07-03 | log at error level by default and only show others if --verbose switch is on. | Gregg Caines | 2 | -6/+10 | |
| 2014-05-24 | fix missing semi-colon in test file. | Gregg Caines | 1 | -1/+1 | |
| 2014-03-14 | convertLcovToCoveralls should convert absolute source paths to relative ↵ | Marc Knaup | 1 | -6/+32 | |
| paths in output. | |||||
| 2014-02-16 | add support for drone ci | deepak1556 | 1 | -0/+27 | |
| 2014-02-12 | Fix tests again | Gerard Escalante | 1 | -2/+2 | |
| Make sure to add "fix" to all places where process.env is wiped clear, because of some node 0.8 oddity | |||||
| 2014-02-12 | Fix fetchGitData tests | Gerard Escalante | 1 | -0/+3 | |
| Restored process.env "cleanup", but make sure to preserve PATH so Windows doesn't freak out trying to find git | |||||
| 2014-02-11 | Read service_name from coveralls.yml | Gerard Escalante | 1 | -3/+11 | |
| Also fixed a typo from the last commit. | |||||
| 2014-02-11 | Swap out yaml with js-yaml for Win compat | Gerard Escalante | 1 | -3/+2 | |
| 2014-02-11 | Windows compat fixes | Gerard Escalante | 2 | -5/+2 | |
| Changed usage of '/' as root dir. Stopped tests from wiping out environment. | |||||
| 2014-01-31 | Fixing existsSync issues for older versions of node | Jonathan Kingston | 1 | -1/+2 | |
| 2014-01-26 | Add callback to handleInput() for easier use in other projects | Patrick Gansterer | 1 | -24/+47 | |
| Since handleInput works completely asynchronous it is necessary to provide a callback function for signaling finished operation. This allows other project to call the handleInput function. | |||||
| 2013-12-05 | Added ability to turn on debug logging via environment variable | mattjmorrison | 1 | -0/+21 | |
| For the grunt-karma-coveralls project, I need to be able to turn on debug level logging but without using `process.argv`. This will allow me to do so. This addresses this issue: https://github.com/mattjmorrison/grunt-karma-coveralls/issues/2 and can be fixed with this commit: https://github.com/mattjmorrison/grunt-karma-coveralls/commit/4bd6e2b58647dda4a6335fa6077334d8021e23c0 | |||||
| 2013-11-15 | OK so Travis behaves WEIRDLY on writeFileSync with explicit utf8, let's try ↵ | Christophe Porteneuve | 1 | -1/+1 | |
| with implicit | |||||
| 2013-11-15 | Fixed encoding from utf-8 to utf8 for Travis | Christophe Porteneuve | 1 | -10/+10 | |
| 2013-11-15 | Final fixes for detached head mode (93% cov against 94% cov in branch mode) | Christophe Porteneuve | 1 | -2/+2 | |
| 2013-11-15 | Stupid typo… | Christophe Porteneuve | 1 | -1/+1 | |
| 2013-11-15 | More regular-case detached head (e.g. Travis) fixes | Christophe Porteneuve | 1 | -1/+4 | |
| 2013-11-15 | Fix getOptions test for regular-case detached head state (e.g. Travis) | Christophe Porteneuve | 1 | -5/+6 | |
| 2013-11-14 | Massive expansion of test coverage: 100% of detectLocalGit + numerous ↵ | Christophe Porteneuve | 2 | -0/+193 | |
| missing lines in other files | |||||
| 2013-09-06 | Added getBaseOptions export to index.js | Matthew J. Morrison | 1 | -3/+3 | |
| 2013-09-06 | export both getOptions and getBaseOptions from getOptions.js | Matthew J. Morrison | 1 | -69/+133 | |
| Also updated index.js to prevent any breaking API changes and added tests around both getOptions and getBaseOptions. | |||||
| 2013-08-24 | removed exec-sync. version 2.2.0 candidate | Gregg Caines | 4 | -159/+206 | |
| 2013-07-30 | fixed test | Gabe Hayes | 1 | -1/+1 | |
| 2013-07-30 | fixed test | Gabe Hayes | 1 | -3/+0 | |
| 2013-07-30 | fixed git test | Gabe Hayes | 1 | -10/+9 | |
| 2013-07-29 | remove git execution test for now | Gabe Hayes | 1 | -1/+1 | |
| 2013-07-29 | remove git execution test for now | Gabe Hayes | 1 | -1/+1 | |
| 2013-07-29 | use getOptions method to fetch commit data | Gabe Hayes | 1 | -31/+4 | |
| 2013-07-29 | added full test coverage on fetchGitData | Gabe Hayes | 1 | -1/+93 | |
| 2013-07-27 | tests for fetchGitData | Gabe Hayes | 1 | -0/+99 | |
| 2013-07-26 | fetch git data from command line git | Gabe Hayes | 1 | -2/+4 | |
| - added exec-sync package to execute git commands - if a proper git hash is not passed, falls back to default values | |||||
| 2013-07-25 | add tests for circleci integration | Gabe Hayes | 1 | -2/+18 | |
| 2013-06-22 | better jenkins support. better git object population. | cainus | 2 | -4/+27 | |
| 2013-06-22 | improved testing. | cainus | 3 | -1/+55 | |
| 2013-06-08 | add some tests. version bump to 2.0.13. | cainus | 3 | -0/+99 | |
| 2013-06-02 | fixed logger bug in the last published version preventing --verbose from ↵ | cainus | 1 | -0/+2 | |
| working. version bump to 2.0.11. | |||||
| 2013-06-02 | fix broken test. | cainus | 1 | -2/+2 | |
| 2013-06-02 | Fixes 7: be quiet by default | Arpad Borsos | 1 | -2/+2 | |
| 2013-05-29 | refactored for better testability. | cainus | 1 | -1/+1 | |
| 2013-05-24 | Supporting command-line usage outside of Travis-CI | elliottcable | 1 | -2/+2 | |
| 2013-03-28 | using lcov-parse lib. version bump 2.0.5 | cainus | 1 | -8/+12 | |
| 2013-03-28 | fixed tests. | cainus | 1 | -2/+2 | |
| 2013-03-27 | changed to use lcov input format only. | cainus | 1 | -0/+27 | |
