aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-11-15Stupid typo…Christophe Porteneuve1-1/+1
2013-11-15More regular-case detached head (e.g. Travis) fixesChristophe Porteneuve1-1/+4
2013-11-15Fix getOptions test for regular-case detached head state (e.g. Travis)Christophe Porteneuve1-5/+6
2013-11-15Triggering TravisChristophe Porteneuve0-0/+0
2013-11-14Makefile gardening to allow for faster, cleaner running of test-cov etc.Christophe Porteneuve1-4/+7
2013-11-14Massive expansion of test coverage: 100% of detectLocalGit + numerous ↵Christophe Porteneuve2-0/+193
missing lines in other files
2013-11-08Ah, right, ES5 has String#trim(), keep forgetting that…Christophe Porteneuve1-6/+2
2013-11-08Fix step 3: code cleanup + faster/nimbler use of Git to obtain data ↵Christophe Porteneuve2-53/+31
(rev-parse and cat-file instead of multiple log calls)
2013-11-08Fix step 2: properly detect local Git branch, and just keep pre-provided one ↵Christophe Porteneuve1-31/+40
if any.
2013-11-08Fix step 1: for dev-local uses, properly detect local Git branch and commitChristophe Porteneuve2-0/+38
2013-09-06version bump 2.3.0Gregg Caines1-1/+1
2013-09-06Merge pull request #23 from mattjmorrison/masterGregg Caines3-92/+161
Refactoring getOptions
2013-09-06Added getBaseOptions export to index.jsMatthew J. Morrison2-3/+4
2013-09-06export both getOptions and getBaseOptions from getOptions.jsMatthew J. Morrison3-72/+136
Also updated index.js to prevent any breaking API changes and added tests around both getOptions and getBaseOptions.
2013-09-06Added getBaseOptions to allow setting up options without depending on ↵Matthew J. Morrison1-20/+24
process.argv
2013-08-24updated README to show ci service support.Gregg Caines1-0/+2
2013-08-24build for node 0.11 on travisGregg Caines1-0/+1
2013-08-24added codeship environment var support.Gregg Caines1-0/+6
2013-08-24removed exec-sync. version 2.2.0 candidateGregg Caines8-223/+301
2013-08-21Merge pull request #18 from DreamTheater/patch-1Gregg Caines1-1/+3
Added short example to Istanbul section
2013-08-16Update README.mdDmytro Nemoga1-1/+1
2013-08-16Update README.mdDmytro Nemoga1-1/+3
Added short example for Istanbul section
2013-08-03add codeship badgeGregg Caines1-0/+1
2013-07-30version bump to 2.1.0cainus1-1/+1
2013-07-30added COVERALLS_GIT_COMMIT notes to running locally sectionGabe Hayes1-0/+2
2013-07-30fixed testGabe Hayes1-1/+1
2013-07-30fixed testGabe Hayes1-3/+0
2013-07-30fixed git testGabe Hayes2-20/+10
2013-07-29remove git execution test for nowGabe Hayes1-1/+1
2013-07-29remove git execution test for nowGabe Hayes1-1/+1
2013-07-29add logging when git executable is unable to be usedGabe Hayes1-0/+1
2013-07-29add logging when git executable is unable to be usedGabe Hayes1-0/+1
2013-07-29Merge pull request #16 from gabehayes/masterGregg Caines7-35/+303
better circleci support, use git executable to populate options
2013-07-29use getOptions method to fetch commit dataGabe Hayes1-31/+4
2013-07-29added full test coverage on fetchGitDataGabe Hayes2-8/+94
2013-07-27collapsed logical blockGabe Hayes1-3/+2
2013-07-27use blanket instead of jscoverageGabe Hayes3-16/+12
2013-07-27tests for fetchGitDataGabe Hayes2-26/+136
2013-07-26fetch git data from command line gitGabe Hayes4-19/+123
- added exec-sync package to execute git commands - if a proper git hash is not passed, falls back to default values
2013-07-25remove circle.yml in favour of web-based config, in order to keep coveralls ↵cainus1-3/+0
repo_token out of git.
2013-07-25Merge pull request #15 from gabehayes/masterGregg Caines2-2/+25
add support for CircleCI
2013-07-25merge README changescainus1-4/+31
2013-07-25add circle yml file.cainus1-0/+3
2013-07-25add tests for circleci integrationGabe Hayes1-2/+18
2013-07-25change service name to circleciGabe Hayes1-1/+1
2013-07-24add support for CircleCIGabe Hayes1-0/+7
2013-07-05Fix the headingsAlan Shaw1-2/+2
2013-07-05Docs for using with nodeunit and jscoverageAlan Shaw1-3/+30
2013-06-22mergecainus1-1/+11
2013-06-22better jenkins support. better git object population.cainus4-12/+63