[Pkg-javascript-commits] [node-coveralls] branch master created (now 46d0473)

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 9 13:53:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a change to branch master
in repository node-coveralls.

        at  46d0473   New upstream version

This branch includes the following new commits:

       new  5eaec7e   first commit
       new  d56cccc   prototype work in progress.
       new  3b464fa   working-ish!
       new  a3dffb7   fixed package.json.
       new  9a9995e   cleaned oput default travis job id.
       new  52ec837   cleaned up some output, removed dead code.
       new  e584c40   Update README.md
       new  d09a4e0   Update README.md
       new  86f7333   version bump 1.1.3
       new  112119e   changed to use lcov input format only.
       new  f27d2ec   allow lib path to be passed as an arg.
       new  7e3b06e   fix pathing issues?
       new  c04a6be   by default, use cwd() for path.
       new  67effe5   fix README.  fix off-by-one error. version bump 2.0.4.
       new  c98c47e   fixed tests.
       new  9fe2ff0   added build status to README.
       new  5b2ed84   using lcov-parse lib.  version bump 2.0.5
       new  3b0c6fd   Update README.md
       new  d8fe8c9   Upgrade `lcov-parse` to 0.0.4.
       new  83ad58d   added the missing Makefile.
       new  bcb7df4   Merge pull request #3 from bigeasy/lcov-parse-0.0.4
       new  cc02db1   version bump 2.0.6
       new  1f33a2d   clean-up of package.json a bit.
       new  40dd222   check if file path is already absoluted
       new  6b6b662   Merge pull request #4 from deepsweet/master
       new  4caf8a8   version bump 2.0.7
       new  a122071   Istanbul lcov file example
       new  ed578c2   Merge pull request #5 from deepsweet/master
       new  92783b4   Supporting command-line usage outside of Travis-CI
       new  ebca6c0   Supporting the COVERALLS_REPO_TOKEN environment-variable
       new  29f931c   Merge pull request #6 from elliottcable/command-line-usage
       new  4041ac0   version bump 2.0.8
       new  3a04d6d   allow a null repo_token.
       new  7c4bd3d   version bump 2.0.9
       new  4c0bde3   refactored for better testability.
       new  a04d30f   fixed coverage reporting?
       new  6187392   Fixes 7: be quiet by default
       new  60e4270   Merge pull request #8 from Swatinem/master
       new  95d9f5f   turn on verbose logging for the self-build with the new --verbose switch.
       new  0f5612e   use log-driver for logging levels.
       new  01dba73   fix broken test.
       new  49936b7   added this project's own coverage shield to the README
       new  5655b1b   version bump to 2.0.10
       new  844e988   made self-build NOT verbose.
       new  5915e1c   fixed logger bug in the last published version preventing --verbose from working. version bump to 2.0.11.
       new  e85a195   refactored options parsing out.
       new  a5e25da   removed some stray console.logs remaining.
       new  a1f1feb   use a native js yaml parser instead of a C library
       new  85a9846   Merge pull request #10 from Swatinem/master
       new  45738a0   add some tests. version bump to 2.0.13.
       new  eeb2e4f   get travis to build for 0.9 and 0.10.
       new  7e73bee   add jshint.
       new  0e2d25c   make plain old `npm test` just run unit tests.
       new  35d2613   Update README.md
       new  339af5a   Update README.md
       new  10c6254   better docs.  version 2.0.14.
       new  e3dd6fb   pass on all arguments to coveralls (https://coveralls.io/docs/api_reference).
       new  8530365   remove run_at property for now to debug.
       new  82cf2e8   fixed service_job_id relay, and added run_at back.
       new  311cdee   improved testing.
       new  8d5ae54   Update README.md
       new  187dc09   Update README.md
       new  ba65a7d   better jenkins support.  better git object population.
       new  7f43f5d   merge
       new  cf69973   Docs for using with nodeunit and jscoverage
       new  ca07f96   Fix the headings
       new  e1af2e0   add support for CircleCI
       new  186ee25   change service name to circleci
       new  a3436f9   add tests for circleci integration
       new  a5d0418   add circle yml file.
       new  89212de   merge README changes
       new  3d818f9   Merge pull request #15 from gabehayes/master
       new  87a316a   remove circle.yml in favour of web-based config, in order to keep coveralls repo_token out of git.
       new  bc464dc   fetch git data from command line git - added exec-sync package to execute git commands - if a proper git hash is not passed, falls back to default values
       new  6e8f7eb   tests for fetchGitData
       new  1f21d54   use blanket instead of jscoverage
       new  598554c   collapsed logical block
       new  ecb13e1   added full test coverage on fetchGitData
       new  22a68e0   use getOptions method to fetch commit data
       new  2240497   Merge pull request #16 from gabehayes/master
       new  a1fb3ff   add logging when git executable is unable to be used
       new  3898697   add logging when git executable is unable to be used
       new  5493d95   remove git execution test for now
       new  2907c99   remove git execution test for now
       new  11f429f   fixed git test
       new  af3fce0   fixed test
       new  3c84df6   fixed test
       new  5fc342c   added COVERALLS_GIT_COMMIT notes to running locally section
       new  59c7e2e   version bump to 2.1.0
       new  e948df5   add codeship badge
       new  169b169   Update README.md
       new  6faf921   Update README.md
       new  829e407   Merge pull request #18 from DreamTheater/patch-1
       new  0c81752   removed exec-sync.  version 2.2.0 candidate
       new  3380c6c   added codeship environment var support.
       new  6fb02bf   build for node 0.11 on travis
       new  167119f   updated README to show ci service support.
       new  3ab2c57   Added getBaseOptions to allow setting up options without depending on process.argv
       new  8078aa0   export both getOptions and getBaseOptions from getOptions.js
       new  2d4e059   Added getBaseOptions export to index.js
       new  6c5d9df   Merge pull request #23 from mattjmorrison/master
       new  d52c62b   version bump 2.3.0
       new  335918f   Fix step 1: for dev-local uses, properly detect local Git branch and commit
       new  36c62af   Fix step 2: properly detect local Git branch, and just keep pre-provided one if any.
       new  a49eaa7   Fix step 3: code cleanup + faster/nimbler use of Git to obtain data (rev-parse and cat-file instead of multiple log calls)
       new  b12c8cf   Ah, right, ES5 has String#trim(), keep forgetting that…
       new  6ca3aec   Massive expansion of test coverage: 100% of detectLocalGit + numerous missing lines in other files
       new  5fba035   Makefile gardening to allow for faster, cleaner running of test-cov etc.
       new  ab2fb6f   Triggering Travis
       new  85c6bee   Fix getOptions test for regular-case detached head state (e.g. Travis)
       new  a591244   More regular-case detached head (e.g. Travis) fixes
       new  af38f79   Stupid typo…
       new  270950f   Final fixes for detached head mode (93% cov against 94% cov in branch mode)
       new  dd9958c   Fixed encoding from utf-8 to utf8 for Travis
       new  a639b7d   OK so Travis behaves WEIRDLY on writeFileSync with explicit utf8, let's try with implicit
       new  097ce4e   Merge pull request #25 from tdd/master
       new  b59caf0   version bump 2.4.0.
       new  7c7ce93   fixed merge conflicts in makefile.  continuing work to switch coverage tool to istanbul.
       new  87514f1   fixing test-coveralls make target.
       new  be9cf78   version bump 2.5.0
       new  07188ed   update README with Poncho usage information
       new  8bf0bf9   Added ability to turn on debug logging via environment variable
       new  92e0e4e   Merge pull request #28 from mattjmorrison/debug_setting
       new  d8651ac   Merge pull request #26 from deepsweet/master
       new  ba9a8b9   version bump 2.6.0
       new  827171e   Fix cainus/node-coveralls#30
       new  83bf18e   Merge pull request #31 from paazmaya/master
       new  cbfe6bc   version bump 2.6.1.
       new  e0b5ccc   Add callback to handleInput() for easier use in other projects
       new  d091985   Merge pull request #35 from paroga/handleInputCallback
       new  1763087   version bump 2.7.0
       new  f9dd7a1   Fixing existsSync issues for older versions of node
       new  bf19351   Merge pull request #36 from jonathanKingston/master
       new  7f7dad8   version bump 2.7.1
       new  ab1c7ae   Windows compat fixes
       new  a62635d   Swap out yaml with js-yaml for Win compat
       new  2275311   Read service_name from coveralls.yml
       new  3fe6f13   Merge pull request #41 from SuperLikable/master
       new  2a6c95a   Fix fetchGitData tests
       new  46b515a   Merge pull request #42 from SuperLikable/master
       new  80aa1a5   Fix tests again
       new  8ba410e   Merge pull request #43 from SuperLikable/master
       new  2e7b8e1   version bump 2.8.0.
       new  b6b215c   add support for drone ci
       new  038408b   Merge pull request #44 from deepak1556/robo/drone
       new  43e903c   add drone ci badge to README.
       new  26581f2   Merge branch 'master' of github.com:cainus/node-coveralls
       new  0ba53be   remove notice of drone support, until we get that working.
       new  913039d   convertLcovToCoveralls should convert absolute source paths to relative paths in output.
       new  91771c4   Merge pull request #48 from fluidsonic/fix-absolute-paths
       new  15747af   Merge branch 'master' of github.com:cainus/node-coveralls
       new  3e55f51   version bump 2.10.0
       new  13b5aab   add Travis commit & branch info
       new  3a84220   Update README.md
       new  2225a3f   Merge pull request #51 from ilanbiala/patch-1
       new  c775768   Update package.json
       new  ff4eab1   convertLcovToCoveralls should output paths with slashes even on windows.
       new  94e4a09   remove 0.9 support from travis because it is no longer supported.
       new  ed3dbe1   upgrade istanbul.
       new  91bb57d   I could not get istanbul to install under node 0.8, so I removed it from the build.
       new  f4ffee6   Merge pull request #55 from jaubourg/windows_path
       new  b46e875   fix missing semi-colon in test file.
       new  041d5ba   Merge pull request #52 from ilanbiala/patch-2
       new  27953c7   add contributing notes
       new  e8e6dd1   use SVG badges instead of PNG badges
       new  24db240   Merge pull request #58 from shinnn/master
       new  6bf5c21   remove drone.io badges that never worked.
       new  136edac   remove coverage.json file and add it to .gitignore.
       new  b55da51   Merge pull request #50 from roman01la/master
       new  9526008   improve warning messaging when the repo token is not found.
       new  02d3f33   version bump 2.10.1.
       new  1457b3f   log at error level by default and only show others if --verbose switch is on.
       new  7cf2f4f   upgrade request to the latest.
       new  3a451ab   Correct the Coveralls-image in README
       new  4b25348   Merge pull request #61 from rogierslag/master
       new  32540ba   Removed dead link
       new  a161f51   Merge pull request #62 from wlabranche/patch-1
       new  ef4e807   Update request dependency
       new  e0ae771   Update README.md
       new  ee368fe   Update README.md
       new  c4a2705   Merge pull request #65 from washimimizuku/patch-1
       new  a760981   Merge pull request #64 from pdehaan/patch-1
       new  a0d6ee6   Adding instructions on using lab with coveralls
       new  e59c416   Update README.md
       new  8b4e46d   fix parsing of multiline header responses
       new  537a87c   fetch all characters by selecting all whitespace and all none whitespace
       new  0f24695   Merge pull request #70 from mschaaf/patch-1
       new  e38fc9a   version bump 2.11.2.
       new  fde16df   Merge pull request #68 from geek/patch-1
       new  6472650   Add Wercker CI support with tests.
       new  e310694   Document possible command line params
       new  701abbc   Typo
       new  0718a26   Merge pull request #72 from StevenWeathers/wercker-ci
       new  6d2e720   allow users to pass options through.
       new  328c525   Fix mocha's link
       new  cbad060   Update README to be more clear
       new  884bd7c   Merge pull request #84 from mgartner/patch-1
       new  d5e1372   Merge pull request #78 from stevemao/patch-1
       new  05c4f1f   Accept more valid git branch names
       new  ebb47a9   Fix bug #86
       new  199d15e   Added support for service_pull_request in jenkins using the github pull request plugin's environment variables
       new  45ef2a5   add support for CircleCI pull request commenting
       new  fba9005   CI_PULL_REQUEST is just the url for the entire PR, have to split it and grab the number there. CIRCLE_PR_NUMBER is only defined for forks.
       new  a7bd623   added documentation for nyc and node-tap
       new  712e6e4   slight tweak to README
       new  375ad5e   updated travis badge
       new  249e467   Fix parsing git message with REGEX_COMMIT_DETAILS
       new  ecae39e   Merge pull request #99 from benchling/master
       new  64653c6   package updated version + maintainers
       new  4344c18   Pass CI_PULL_REQUEST through to coveralls if it is set
       new  c5ff1af   Merge remote-tracking branch 'upstream/master' into fix-bug-86
       new  cdff9ff   Merge pull request #101 from ejlangev/support-pull-requests
       new  ec169bb   updated package.json repo
       new  0a58986   Merge pull request #74 from JonathanPorta/add-command-line-params
       new  acb47bd   put test deps in dev-dependencies
       new  79a7448   Merge pull request #105 from eagleeye/patch-1
       new  ef96cf7   removed dash from "circleci" in readme
       new  c66864d   Added support for process.env.COVERALLS_ENDPOINT
       new  3547964   Merge pull request #106 from job13er/add-enterprise-support
       new  ee82dd9   version bump
       new  0c7937f   use a valid SPDX license identifier
       new  b4d5479   Use HEAD to pick up git info
       new  624352a   rm unneeded options, bump node in travis
       new  3eb69a8   Resolve Lodash deprecation warning
       new  62455e6   Merge pull request #76 from jacob-meacham/feature/user-options
       new  a73e333   Merge branch 'pr/110'
       new  3db021e   Merge branch 'pr/111'
       new  64171bf   Merge pull request #108 from daleharvey/80
       new  d606358   Merge pull request #88 from fracmak/feature/service_pull_request
       new  13e05b9   Merge pull request #87 from addaleax/fix-bug-86
       new  c375489   Merge pull request #92 from kemitchell/spdx-license
       new  d084add   merge conflicts
       new  652d12f   Merge branch 'master' of github.com:nickmerwin/node-coveralls
       new  1b4d0a0   Merge pull request #85 from addaleax/branch-name-detection
       new  b9c366a   merge conflict
       new  3794d16   version bump
       new  7d9d9a4   Add command line option to write output to stdout
       new  d8a0155   Remove unneccessary 'streams' require() in test case
       new  879fb9e   Change write-to-stdout option to `--stdout/-s`
       new  be2f7b8   Use minimist to parse command line options
       new  125d8b1   Modify tests to reflect minimist usage
       new  a67629c   Use index.options object for determining getOptions()’ filepath
       new  c69ded1   Modify tests to use the minimist options object for filepath detection
       new  9c6a832   Use container-based infrastructure for Travis CI testing
       new  ddc813c   Merge pull request #77 from addaleax/write-to-stdout
       new  83c3dfd   version bump
       new  8c06415   Merge branch 'master' of github.com:nickmerwin/node-coveralls
       new  c931ed6   added gitlab-ci support
       new  94ccb0e   COVERALLS_PARALLEL env support
       new  668d873   version bump
       new  60fb2d1   Delete npm-debug.log
       new  59356d4   add appveyor support
       new  01e6fb9   Merge pull request #124 from tparnell8/appveyor
       new  586bbd9   version bump
       new  742efbb   Bump `request` NPM module to fix security issue
       new  49d8626   Merge pull request #123 from teppeis/patch-1
       new  57db719   Merge pull request #125 from Joe8Bit/chore_bump-request-version
       new  2fb137e   Feature: Support codeship docker environment variables
       new  55ebe27   version bump
       new  a87354b   Update CI, vulnerability checking, and dependencies.
       new  2f5888a   Update `request` to v2.74.0
       new  cd51c85   Merge pull request #135 from ntwb/patch-1
       new  95c4dfd   version bump
       new  377b8a7   Add a test
       new  2f636d2   Wire up the code
       new  d78dda8   I am a dum
       new  9933322   Ignore files that do not exist in convertLcovToCoveralls
       new  272e662   Merge pull request #131 from mrcrgl/feature/support-codeship-docker-environment
       new  4084b24   Merge pull request #139 from paulcbetts/surf
       new  9a3d84c   fixed package conflict
       new  b92746c   Merge branch 'master' of github.com:nickmerwin/node-coveralls
       new  e8122ce   Merge branch 'master' into pr/127
       new  d904cb1   test use empty()
       new  8fcaec4   version bump
       new  bfc1206   Update `request` to 2.75.0
       new  9955dc6   Merge pull request #140 from scriptdaemon/update-request-dep
       new  7adf82d   version bump
       new  cbb1e46   Merge branch 'master' of github.com:nickmerwin/node-coveralls
       new  f94b647   Get PR number from TRAVIS
       new  acc1fd8   added sample .lcov and test fixture for Issue #143
       new  f9c3697   implemented code to parse concatenated file paths (fixes #143)
       new  d15a6f8   Merge pull request #144 from a11smiles/master
       new  c81c084   version bump
       new  99edf1a   Fix node-uuid deprecation by updating request dependency
       new  cc0882d   Update outdate dependencies
       new  dd230f6   don't hardcode minor version
       new  d117e3d   reenable drone
       new  3edbecb   Merge pull request #155 from kasperlewau/master
       new  87b27f7   Merge pull request #142 from Hirse/feature/travis-pr
       new  72a4046   Merge pull request #154 from a0viedo/patch-1
       new  de968b0   Merge pull request #147 from hyperlink/update-request-dep
       new  f390392   Merge pull request #152 from ndaidong/master
       new  1575050   branching WIP
       new  671acca   removed codeship badge
       new  4bc93ac   Merge branch 'master' of github.com:nickmerwin/node-coveralls
       new  8dfcfd6   version bump
       new  d571dac   merge, version bump
       new  63a7f92   Update README.md
       new  e476964   Merge pull request #162 from evanjbowling/patch-1
       new  ef7e811   Parse commit from packed refs if not available in refs dir. (#163)
       new  2821200   version bump
       new  b9032a1   better Jenkins detection
       new  9c96b6a   Upstream
       new  a4c850d   Initialize git-dpm
       new  da41a5f   Add debian
       new  96ebcc6   Relax node-request version
       new  771d1f4   Do not use sinon-restore but sinon
       new  22ce90b   Disable a test that need a full git tree
       new  4d9e62d   Fix path with version in test
       new  717a187   merge patched into master
       new  1dcb53c   Disable a test that need a full git tree
       new  8399d3f   merge patched into master
       new  523cdf3   Add runtestsuite
       new  69de69a   Disable a test that need a full git tree
       new  1302757   merge patched into master
       new  31b5fbc   Allow configuration of toolname
       new  eb1b723   Update Mocha link (#169)
       new  428780c   Expand allowed dependency versions to all API compatible versions (#172)
       new  5ebe57f   bump version
       new  2ed4d09   major version bump for node > 4.x
       new  0fd1604   Import node-coveralls_3.0.0.orig.tar.gz
       new  0bae3d1   record new upstream branch created by importing node-coveralls_3.0.0.orig.tar.gz
       new  5c1bcb8   Do not use sinon-restore but sinon
       new  b1ee503   Fix path with version in test
       new  6c494f6   Disable a test that need a full git tree
       new  0dc8066   Relax node-request version
       new  cff85c8   merge patched into master
       new  907985f   Do not use sinon-restore but sinon
       new  4e86ed5   Fix path with version in test
       new  2297ed8   Disable a test that need a full git tree
       new  ee799a2   merge patched into master
       new  46d0473   New upstream version

The 332 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coveralls.git



More information about the Pkg-javascript-commits mailing list