| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-02-26 | version bump2.11.8 | Nick Merwin | 2 | -1/+137 | |
| 2016-02-26 | COVERALLS_PARALLEL env support | Nick Merwin | 5 | -2/+23 | |
| 2016-02-26 | added gitlab-ci support | Nick Merwin | 3 | -4/+37 | |
| 2015-12-10 | Merge branch 'master' of github.com:nickmerwin/node-coveralls | Nick Merwin | 9 | -30/+62 | |
| 2015-12-10 | version bump | Nick Merwin | 1 | -1/+1 | |
| 2015-12-10 | Merge pull request #77 from addaleax/write-to-stdout | Nick Merwin | 9 | -30/+62 | |
| Add command line option to write output to stdout | |||||
| 2015-12-10 | Use container-based infrastructure for Travis CI testing | Anna Henningsen | 1 | -2/+2 | |
| 2015-12-10 | Modify tests to use the minimist options object for filepath detection | Anna Henningsen | 1 | -3/+3 | |
| 2015-12-10 | Use index.options object for determining getOptions()’ filepath | Anna Henningsen | 1 | -3/+3 | |
| 2015-12-10 | Modify tests to reflect minimist usage | Anna Henningsen | 2 | -6/+7 | |
| The tests now modify the options object directly instead of modifying `process.argv` To allow using this tool with Coveralls Enterprise, I've added support in `sendToCoveralls` to read the host from a `COVERALLS_ENDPOINT` environment variable (if it exists), else default to coveralls.io (as before). | |||||
| 2015-12-10 | Use minimist to parse command line options | Anna Henningsen | 4 | -14/+16 | |
| The command line options are made available as a object via `index.options` | |||||
| 2015-12-10 | Change write-to-stdout option to `--stdout/-s` | Anna Henningsen | 1 | -1/+1 | |
| 2015-12-10 | Remove unneccessary 'streams' require() in test case | Anna Henningsen | 1 | -1/+0 | |
| 2015-12-10 | Add command line option to write output to stdout | Anna Henningsen | 4 | -15/+45 | |
| Adds the command line option pair -w/--write. These options indicate that the output should be written to standard output, rather than being posted to coveralls.io, which may be useful for debugging, mixed-language codebases (e.g. node addons with C++ code) etc. | |||||
| 2015-12-10 | version bump2.11.5 | Nick Merwin | 1 | -1/+1 | |
| 2015-12-10 | merge conflict | Nick Merwin | 3 | -3/+9 | |
| 2015-12-10 | Merge pull request #85 from addaleax/branch-name-detection | Nick Merwin | 1 | -1/+2 | |
| Accept more valid git branch names | |||||
| 2015-12-10 | Merge branch 'master' of github.com:nickmerwin/node-coveralls | Nick Merwin | 2 | -2/+2 | |
| 2015-12-10 | merge conflictspr/96 | Nick Merwin | 12 | -26/+113 | |
| 2015-12-10 | Merge pull request #92 from kemitchell/spdx-license | Nick Merwin | 1 | -1/+1 | |
| Use a Standard-Compliant License Identifier | |||||
| 2015-12-10 | Merge pull request #87 from addaleax/fix-bug-86 | Nick Merwin | 1 | -1/+1 | |
| Fix bug #86 | |||||
| 2015-12-10 | Merge pull request #88 from fracmak/feature/service_pull_request | Nick Merwin | 2 | -0/+4 | |
| Added support for service_pull_request in jenkins | |||||
| 2015-12-10 | Merge pull request #108 from daleharvey/80 | Nick Merwin | 1 | -1/+1 | |
| Use HEAD to pick up git info | |||||
| 2015-12-10 | Merge branch 'pr/111' | Nick Merwin | 1 | -1/+1 | |
| 2015-12-10 | Merge branch 'pr/110' | Nick Merwin | 3 | -4/+6 | |
| 2015-12-10 | Merge pull request #76 from jacob-meacham/feature/user-options | Nick Merwin | 3 | -5/+21 | |
| allow users to pass options through. | |||||
| 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-11-06 | rm unneeded options, bump node in travis | Andrii Shumada | 3 | -4/+6 | |
| 2015-10-16 | Use HEAD to pick up git info | Dale Harvey | 1 | -1/+1 | |
| 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-08-12 | Merge pull request #106 from job13er/add-enterprise-support | Nick Merwin | 2 | -3/+35 | |
| Added support for process.env.COVERALLS_ENDPOINT | |||||
| 2015-08-12 | Added support for process.env.COVERALLS_ENDPOINT | Adam Meadows | 2 | -3/+35 | |
| To allow using this tool with Coveralls Enterprise, I've added support in `sendToCoveralls` to read the host from a `COVERALLS_ENDPOINT` environment variable (if it exists), else default to coveralls.io (as before). | |||||
| 2015-08-07 | removed dash from "circleci" in readme | Nick Merwin | 1 | -1/+1 | |
| * closes #104 | |||||
| 2015-08-06 | Merge pull request #105 from eagleeye/patch-1 | Nick Merwin | 1 | -2/+2 | |
| put test deps in dev-dependencies | |||||
| 2015-08-06 | put test deps in dev-dependencies | Andrii Shumada | 1 | -2/+2 | |
| 2015-07-28 | Merge pull request #74 from JonathanPorta/add-command-line-params | Nick Merwin | 1 | -0/+8 | |
| Add command line params to README | |||||
| 2015-07-18 | updated package.json repo | Nick Merwin | 1 | -2/+2 | |
| 2015-07-16 | Merge pull request #101 from ejlangev/support-pull-requests | Nick Merwin | 4 | -0/+22 | |
| Pass CI_PULL_REQUEST through to coveralls if it is set | |||||
| 2015-07-15 | Merge remote-tracking branch 'upstream/master' into fix-bug-86 | Hauke Henningsen | 3 | -17/+16 | |
| Conflicts: lib/fetchGitData.js | |||||
| 2015-07-14 | Pass CI_PULL_REQUEST through to coveralls if it is set | Ethan Langevin | 4 | -0/+22 | |
| 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-05-23 | slight tweak to README | Benjamin Coe | 1 | -4/+4 | |
| 2015-05-23 | added documentation for nyc and node-tap | Benjamin Coe | 1 | -10/+21 | |
| 2015-04-24 | CI_PULL_REQUEST is just the url for the entire PR, have to split it and | Josh Callender | 2 | -2/+6 | |
| grab the number there. CIRCLE_PR_NUMBER is only defined for forks. | |||||
| 2015-04-24 | add support for CircleCI pull request commenting | Josh Callender | 3 | -0/+6 | |
| 2015-04-21 | Added support for service_pull_request in jenkins using the github pull ↵ | Merrifield, Jay | 2 | -0/+4 | |
| request plugin's environment variables | |||||
