[Pkg-javascript-commits] [node-mocks-http] annotated tag debian/1.5.1-1 created (now 0f385ee)

Thorsten Alteholz alteholz at moszumanska.debian.org
Mon Feb 8 18:15:52 UTC 2016


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

alteholz pushed a change to annotated tag debian/1.5.1-1
in repository node-mocks-http.

        at  0f385ee   (tag)
   tagging  bdcb844deebbc2193fe740b5cccbc43bffdbc8c9 (commit)
  replaces  debian/1.4.3-1
 tagged by  Thorsten Alteholz
        on  Mon Feb 8 17:00:53 2016 +0100

- Log -----------------------------------------------------------------
node-mocks-http Debian release 1.5.1-1

Aaron J. Lang (4):
      Added test for issue 68
      Fixed issue 68
      Added test for issue 70
      Fixed issue 70

Abe (4):
      added tests for existence of jsonp method
      added jsonp method
      Merge branch 'feature-jsonp'
      Merge branch 'master' into feature-jsonp

Alan James (11):
      Adds a header, set, and get, method to the mockResponse.js.
      Updates the version number to reflect new changes.
      Updates the README.md
      Updates the README.md
      Updates some verbiage in the README.md.
      Fixes some formatting.
      Cleans up mockRequest.js and mockResponse.js by moving the returns and exports to the bottom.
      Adds a header and get method to the mockRequest.js.
      Adds a HISTROY.md and moves the release notes to it.
      Reorganizes code to remove potentally ambiguous reference to the this variable and allow for aliases to be created.
      Updates the example to match the README.md and updates the README.md by organizing some sections.

Alex Brown (3):
      added .param method on mockrequest
      parse query string from url to query object
      Merge remote-tracking branch 'upstream/master'

Andrew E Gall (3):
      Added cookies property to response object
      Added new version to release notes
      Adding cookie and clearCookie method

Antoine Pultier (1):
      Fixed response events example

Anton Mostovoy (2):
      ensure that using the 'headers' option when creating a request returns the headers correctly when accessed
      fix instructions on running test suite

Artem Molonosov (1):
      Emitting send and end events at json call

David Gileadi (1):
      Make mockRequest.param work more like express

Esteban (4):
      Add end, send and render events for async testing.  Fixes howardabrams/node-mocks-http#6.
      Organized EventEmmiter require in tests.
      Merge pull request #1 from howardabrams/master
      Fix example in README.md

Evan Shortiss (1):
      Make mockRequest an event emitter.

Garrett Heaver (2):
      fixed issue with req.param not returning when falsy
      updated to not use loose null checks

Gregor MacLennan (2):
      Make res.set() work like express when passed an object
      Add test for response.set()

Howard Abrams (56):
      Initial checkin
      Can't shove into github without a nice readme.
      Removed the Eclipse settings.
      Moved the object initialization into the constructor.
      Moved the object initialization into the constructor.
      Simple script to jshint the files and run all the tests.
      Sometimes the prototype code would run and bubble all the way up. Now it is more reliable.
      Run tests that are in the examples directory.
      Sometimes the prototype code would run and bubble all the way up. Now it is more reliable.
      Hiding the private _ variables in scope but out of object. Good idea?
      Upgraded system to version 0.0.2
      Added a 'query' parameter.
      Added the ability to store a session variable.
      The response.send now takes 2 parameters.
      Allow both 'send' parameter options.
      Upped the version in order to publish Writable Stream support.
      Merge pull request #8 from housepage/master
      Official 1.0 release, since others are using it in anger.
      Merge pull request #10 from diachedelic/master
      Upgraded the version for the latest pull request.
      Merge pull request #11 from invernizzie/master
      Merged ericchaves Restify-oriented changes.
      Addressing Issue #14 by adding the MIT License
      Addressing Issue #14 by adding the MIT License
      Merge pull request #19 from alanjames1987/master
      Merge pull request #23 from rknell/request-json-statusfix
      Increment version number
      Merge pull request #27 from alexjamesbrown/master
      Updated package version to 1.2.2
      Resolve subtle lint issues
      Merge pull request #29 from fidemapps/master
      Update to v1.2.3 for latest feature
      Merge pull request #30 from alexjamesbrown/master
      Version 1.2.4 incorporates fix for Bug #30
      Merge pull request #31 from kishorevarma/request-path
      Merge pull request #35 from JohnnyEstilles/hotfix/fixing-mockrequest-error
      Merge pull request #33 from gmaclennan/set-multiple-headers
      Merge pull request #36 from JohnnyEstilles/hotfix/fixing-statuscode-on-redirect
      Merge pull request #38 from JohnnyEstilles/hotfix/response-statuscode-default
      Release 1.2.5 of the project
      Merge pull request #66 from jvwing/request-is
      Merge pull request #69 from aaronjameslang/issue-68-path-option
      Merge pull request #71 from aaronjameslang/issue-70-auto-populate-url
      Publish 1.4.4 release
      Merge pull request #77 from vgatto/response-emits-end-on-redirect
      Merge pull request #78 from invernizzie/readme-example-typo
      Merge pull request #64 from XescuGC/updateReadme
      Merge pull request #75 from yellowiscool/yellowiscool-patch-1
      Merge pull request #76 from dgileadi/master
      Merge pull request #79 from Abe404/feature-jsonp
      Merge pull request #74 from mtimofiiv/master
      Updated to version 1.5.0
      Merge pull request #80 from evanshortiss/master
      Merge pull request #81 from i-like-robots/master
      Releasing 1.5.1 to support .vary response method
      Merge pull request #82 from garrettheaver/fix-falsy-param

James Diacono (3):
      Cleaned up to pass JSHint
      Added tests for json()
      Passed json() tests

James Wing (1):
      Adding support for mockRequest.is() method for content-type inspection

Jason Loveman (1):
      somewhere in the guts of the sendstream pipe calls (in "fresh"),

Johnny Estilles (168):
      fixed "path must be a string" error on lib/mockRequests.js
      fixed "path(pathname) has to be parsed from url" test. "request.path" should include leading slash.
      default statusCode 302 on redirect
      test for default 302 statusCode on redirect
      setting mockResponse.statusCode default to 200
      removed check for statusCode === -1, no longer necessary
      updated mockResponse tests to check for default statusCode equal to 200
      added travis configuration file
      added e-mail notifications
      added mime-type mapping library
      added mockResponse.type()
      added tests for mockResponse.test()
      added mockRequest.originalUrl
      added tests for mockRequest.originalUrl
      Merge pull request #41 from howardabrams/feature/travis-ci
      Merge pull request #42 from howardabrams/feature/express-response-type
      Merge pull request #43 from howardabrams/feature/express-request-originalurl
      added npm version badge
      added travis-ci badge
      Merge branch 'feature/readme-badges'
      added code of conduct
      added contributing guidelines
      moved contributing guidelines to CONTRIBUTE.md
      Merge branch 'feature/code-of-conduct'
      updated contributing guidelines
      fixed formatting issues
      Merge branch 'feature/contributing'
      added eslint dependency
      added eslint configuration
      fixed lint errors in lib/*
      fixed lint errors in test/*
      fixed lint errors in examples/*
      removed jshint code from run-tests
      update npm test to run lint and test
      removed jshint
      updated nodeunit dev-dependency to 0.9.1
      removed run-tests from travis after script configuration
      updated dev-dependency eslint from 0.16.1 to 0.16.2
      Merge pull request #46 from howardabrams/feature/eslint
      replaced name with logo
      simulate node http (wip)
      added .sendStatus() to mockResponse
      added tests for mockResponse.sendStatus()
      Issue #50
      Merge pull request #48 from JohnnyEstilles/feature/sendstatus
      bumped version to v1.2.6
      Merge branch 'hotfix/1.2.6' into 1.x
      Merge branch 'hotfix/1.2.6'
      updated eslint rules
      fixed lint errors in mockRequest
      fixed lint errors in mockResponse
      fixed lint errors in test-mockResponse
      adding coding rules to docs
      adding missing "back to top" links
      Merge pull request #51 from JohnnyEstilles/feature/conding-conventions
      removing  no-underscore-dangle from docs (not set in .eslintrc)
      added `gitter` badge to README
      added `contact us` section to CONTRIBUTING.md
      Merge branch 'feature/gitter-badge'
      updated release notes section of README
      minor formating corrections
      Merge branch 'feature/udpated-readme'
      fixed; mockRequest - `.session` should default to undefined
      added; mockRequest - ability to set `.signedCookies` via options
      added; mockRequest - ability to set signed cookies via `._setSignedCookiesVariable()`
      fixed; mockRequest - ensure `.session` is an object before setting variable with `._setSessionVariable()`
      added; mockRequest - unit tests to validate fix
      updated; meta - bumped version to 1.2.7
      Merge branch 'hotfix/1.2.7' into 1.x
      Merge branch 'hotfix/1.2.7'
      updated; docs - release notes section of README
      updated; deps - `eslint` from 0.16.2 to 0.17.1
      updated; deps - `eslint` from 0.17.1 to 0.18.0eslint at 0.18.0
      updated; meta - package.json homepage
      updated; meta - package.json bugs
      updated; meta - package.json contributors
      updated; meta - bumped version to 1.3.0
      Merge branch 'release/1.3.0' into 1.x
      Merge branch 'release/1.3.0'
      updated; meta - release notes on README
      added; mocha, chai, sinon, instanbul and gulp dependencies
      updated; moved current tests to test-legacy/**
      added; gulp tasks for running tests and generating coverage report
      updated; .gitignore coverage folder
      added; mocha configuration and eslint rules for tests
      added; test for http-mock
      added; tests for mockEventEmitter
      added; tests for mockWritableStream
      added; test for mockRequest
      Merge branch 'feature/test-overhaul-wip'
      updated; added gulp lint task and removed open task
      updated; added gulp-eslint and removed gulp-open
      fixed; mockResponse.render() not storing data, mockResponse.writable should not be a function
      fixed; WritableStream.writable should be a property, not a function
      updated; unit test to reflect updates in WritableStream
      updated; removed lint script (now use 'gulp lint'), and updated test script (now 'gulp spec')
      updated; travis config file with new test environment, with placeholders for code climate configuration
      added; tests for mockResponse
      Merge branch 'feature/test-overhaul-wip'
      removed; legacy test for mockRequest
      removed; legacy test for mockResponse
      removed; legacy test runner
      removed; nodeunit dependency
      updated; to mocha at 2.2.3
      removed; unused dependencies
      Merge branch 'feature/test-overhaul-cleanup'
      updated; code climate configuration for travis-ci
      fixed; corrected invalid reference in coverage gulp task
      Merge branch 'feature/codeclimate-config'
      updated; to mocha at 2.2.4
      bumped version to 1.4.0
      Merge branch 'release/1.4' into 1.x
      Merge branch 'release/1.4'
      chore(readme): add release notes for v1.4.0
      Merge pull request #57 from antonmos/master
      docs(README): add release notes for v1.4.1
      chore(meta): bump version to 1.4.1
      Merge branch 'release/1.4.1' into 1.x
      Merge branch 'release/1.4.1'
      chore(deps): update eslint to 0.19.0
      chore(deps): update gulp-eslint to 0.9.0
      Merge branch 'update-deps' into 2.x
      chore(lint): update indent rule to 2 spaces
      chore(deps): add dependencies required for `2.0`
      feat(lib): add mockExpress()
      feat(lib): add mockApplication
      chore(travis): configure travis to only check master and 1.x
      Merge pull request #60 from jaslo/forpull
      docs(README): update release note references
      chore(version): bump version to 1.4.2
      docs(README): add release notes reference to 1.4.2
      docs(README): update other url references
      docs(README): add api docs
      Merge branch 'release/1.4.2'
      Merge branch 'release/1.4.2' into 1.x
      docs(README): reword option descriptions [skip travis]
      feat(node): IncomingMessage() mock
      chore(lint): fix lint errors
      chore(lint): fix lint errors in gulpfile
      chore(lib/node): remove unnecessary comments
      Merge branch '2.x'
      chore(lib): fix references to required modules
      Expose `IncomingServer` class
      Add new version mockRequest (work in progress)
      Fix lint errors
      Add dependencies required in `mock-response.js`
      Relax `consistent-return` rule
      chore(deps): update to eslint at 0.22.1
      chore(deps): update to gulp-eslint at 0.12.0
      chore(deps): update to gulp-istanbul at 0.9.0
      Merge branch 'chore/update-deps' into hotfix/1.4.3
      chore(lint): update lib lint rules
      chore(lint): update test lint rules
      chore(deps): remove eslint-plugin-mocha at 0.2.2
      Merge branch 'chore/lint-update' into hotfix/1.4.3
      docs(readme): update release notes
      chore(version): bump to 1.4.3
      Merge branch 'hotfix/1.4.3'
      Move express mocks to `lib/express`
      Refactor `defineGetter()` function
      Add localized lint rules for `lib/node`
      Add localized lint rules for `lib/express`
      Fix lint in `mock-express`
      Fix lint in (legacy) `mockRequest`
      Fix lint in (legacy) `mockWritableStream`
      Merge branch 'feature/reorganization'
      Temporary update to our contributing guidelines [skip ci]
      Add note to README regarding use of EventEmitter [skip ci]

Kishore varma (2):
      addding path to request which can mock express req.path
      added test case for req.path which mocks express 'http://expressjs.com/4x/api.html#req.path'

Matt Hinchliffe (4):
      Add support for .vary() response method
      Make vary header de-dupe check case-insensitive
      Ensure .vary() method is compatible with Node 0.12
      Add Node LTS version to Travis manifest

Pablo Cantero (1):
      Adding Support for Writable Stream. This commit is related to the issue #1. https://github.com/howardabrams/node-mocks-http/issues/1

Ray - SunQi (4):
      Support files in request
      Update version and README
      Add support for request.cookies
      Add support for request headers

Ray Sun (2):
      Add support for render and redirect
      Fix the release to v1.0.1

Ryan Knell (2):
      Adding support for res.json(data, statusCode)
      Adding test for reverse status code support

Sebastien Guimont (3):
      Fix json method to not override the status code if this one is already set.
      adjust and fix the test
      add uni test for json/status chain.

Thorsten Alteholz (3):
      using upstreammaster/master now, remove all old stuff
      Merge branch 'upstreammaster'
      prepare new version

Vince Gatto (1):
      Fire 'end' event on response.redirect

fiiv (3):
      accept non-standard properties into the request object
      fixing error in test
      fixing linting error - why do we indent with 2 tabs???

xescuGC (1):
      Updated the example of how to use the EventEmitter API

-----------------------------------------------------------------------

No new revisions were added by this update.

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



More information about the Pkg-javascript-commits mailing list