aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-05Merge pull request #26 from deepsweet/masterGregg Caines1-0/+10
2013-12-05Merge pull request #28 from mattjmorrison/debug_settingGregg Caines2-6/+37
2013-12-05Added ability to turn on debug logging via environment variablemattjmorrison2-6/+37
2013-12-02update README with Poncho usage informationKir Belevich1-0/+10
2013-11-23version bump 2.5.0Gregg Caines1-1/+1
2013-11-23fixing test-coveralls make target.Gregg Caines1-2/+2
2013-11-23fixed merge conflicts in makefile. continuing work to switch coverage tool t...Gregg Caines3-16/+11
2013-11-15version bump 2.4.0.Gregg Caines1-1/+1
2013-11-15Merge pull request #25 from tdd/masterGregg Caines7-81/+302
2013-11-15OK so Travis behaves WEIRDLY on writeFileSync with explicit utf8, let's try w...Christophe Porteneuve1-1/+1
2013-11-15Fixed encoding from utf-8 to utf8 for TravisChristophe Porteneuve1-10/+10
2013-11-15Final fixes for detached head mode (93% cov against 94% cov in branch mode)Christophe Porteneuve1-2/+2
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 missing...Christophe Porteneuve2-0/+193
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 (rev-pars...Christophe Porteneuve2-53/+31
2013-11-08Fix step 2: properly detect local Git branch, and just keep pre-provided one ...Christophe Porteneuve1-31/+40
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
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
2013-09-06Added getBaseOptions to allow setting up options without depending on process...Matthew J. Morrison1-20/+24
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
2013-08-16Update README.mdDmytro Nemoga1-1/+1
2013-08-16Update README.mdDmytro Nemoga1-1/+3
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
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