Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nock/nock

HTTP server mocking and expectations library for Node.js
https://github.com/nock/nock

feat: promisify nock back (#798)

cb13cdd13b23973338c6ffb2f8a22c057fa496a1 authored over 7 years ago by Ivan Erceg <[email protected]>
chore(CHANGELOG) v9.0.17

c44f64458284986d6179667902b57de081bc6268 authored over 7 years ago by Gregor <[email protected]>
9.0.17

4772c158ffda158bfce2eb2f8d095979dfa47297 authored over 7 years ago by Gregor <[email protected]>
835 support regex for both host and port with allowUnmocked

0bf9eb419d7728d972bb286e65f3a776d6a7baed authored over 7 years ago by cmswalker <[email protected]>
835-added-fail-test-case

1c3f3e1edb99558300192d02c5cf68957dcc7ff5 authored over 7 years ago by cmswalker <[email protected]>
docs(README) - fix info about mocking (#971)

e91168820b6289484059e523cba4fc1c1e2e9948 authored over 7 years ago by Alexey <[email protected]>
Document replyWithFile using Content-Type header

978a3f0b45aa6ef2a16757e2df2730e4b67453cd authored over 7 years ago by Eric Skogen <[email protected]>
fix readme typo

add missing closing paren

1c6ae5b4ff807e12e98121d2787787f616002784 authored over 7 years ago by Harry Moreno <[email protected]>
fix grammar

change `the response event will occur immediately, but the IncomingMessage not it's end event un...

fe440ec9331fa59de2d648b530fe31287bb4ad46 authored over 7 years ago by Harry Moreno <[email protected]>
Improve Match Logging

Currently, matching logging does not include the method or path of the request. I have added th...

93341d3deee910c7f0748e6956ee19b4cc79b034 authored over 7 years ago by Erik W <[email protected]>
Update README.md

please review for accuracy. I actually don't know how it behaves but this section was very confu...

1612e36b5802670a05e3d59410396a3ce80fabed authored over 7 years ago by Harry Moreno <[email protected]>
fix: printing recorded requests with output_objects resulted in output of [Object Object]

97d1ea199dca0b9dfb8965dc0d5616f7f0817adf authored over 7 years ago by Benjamin Coe <[email protected]>
chore(CHANGELOG): 9.0.16

664ee6380f05dba680218770d40d01918a3cf805 authored over 7 years ago by Gregor <[email protected]>
9.0.16

e8f0641a18961d983826de6aa93d1c6a21a6bbbe authored over 7 years ago by Gregor <[email protected]>
test: match headers with falsy values

e9d9635546138a381189d6b47441286de4e1ee1d authored over 7 years ago by Gregor <[email protected]>
fix: match headers with falsy values

5aa16f4b146189216698029b7e0e623a1788a873 authored over 7 years ago by Gregor <[email protected]>
chore(travis): don’t build twice for PRs and retry npm install

e2b538c89291c6ddcf79d956053de8b22b56fec9 authored over 7 years ago by Gregor <[email protected]>
chore(travis): don’t test in node v7

It’s no longer supported

60dfe156a1a705c276deabf9438462e2ee7c6903 authored over 7 years ago by Gregor <[email protected]>
chore: remove console logs in tests

2e4554859dc5ee12cdcb9615d925c0294c5f9bba authored over 7 years ago by Gregor <[email protected]>
docs(CHANGELOG): update for 9.0.15

8c7cf84a42a77ef4066bfd89208357493b9fb59c authored over 7 years ago by Gregor <[email protected]>
9.0.15

029be32be528dcfc34f443a86cf2b36348e86612 authored over 7 years ago by Gregor <[email protected]>
fix: `nock.define()` respects badheaders option

a82d4d4896c6fc88b8e5f0103aa1953ec67ba8f0 authored over 7 years ago by Gregor <[email protected]>
test: `nock.define()` ignores badheaders option

9aa493a6737e0538f1b31165fbe893d949d30a43 authored over 7 years ago by Gregor <[email protected]>
docs(README): document `nock.recorder.clear()`

143378981e931126bdf1fcb42629bac3a2b6f150 authored over 7 years ago by Gregor <[email protected]>
Fixes for Node 8

8da9ee0d96dba9e6e6b541196e17d5739918e2b6 authored over 7 years ago by Ian Walker-Sperber <[email protected]>
Merge pull request #948 from martinkuba/master

Fix for #947

612388eba9e6d2dd533908895ed092610dc3775f authored over 7 years ago by Ian Walker-Sperber <[email protected]>
www.amazon.com does not return any data

a2f170f6aca0321eb855545e45c958d9252c72c2 authored over 7 years ago by Martin Kuba <[email protected]>
Merge pull request #929 from martinkuba/node8

Updates to unblock Node 8

35c76e39ee5a6fa0ef3e8d6fe389287e25975cd5 authored over 7 years ago by Ian Walker-Sperber <[email protected]>
Merge pull request #942 from michaelnisi/browserify

Skip browserify test because zombie fails @7.10

39c7e32b536adf150bcc6aba765b9afa50692e07 authored over 7 years ago by Ian Walker-Sperber <[email protected]>
Skip browserify test because zombie fails @7.10

0c0aaca39b9f668c46645ce6bac21b193828ba64 authored over 7 years ago by Michael Nisi <[email protected]>
wrap http.get on Node 8 only

aac5c3450cb62cde2a8f5176e014858a885a0fae authored over 7 years ago by Martin Kuba <[email protected]>
workaround for socket hang up

5db4fa0dfa8237d168f986163a21c3996eaa9f6b authored over 7 years ago by Martin Kuba <[email protected]>
fix recorder when calling res.end(data)

f984668cb1678630c4847948ac82174ae510159b authored over 7 years ago by Martin Kuba <[email protected]>
use req.setHeader()

f6369d0edd2a172024124fc01e0170ebfb61638e authored over 7 years ago by Martin Kuba <[email protected]>
override http.get

119fa6517e7bb53eba084bb3b1c96b6a279b3648 authored over 7 years ago by Martin Kuba <[email protected]>
added Node 8 to Travis

c2d605a275a520f548cb0f31aa030d651700a961 authored over 7 years ago by Martin Kuba <[email protected]>
Merge pull request #667 from ksmith97/master

Updated debug namespace to match file.

17d7c25682ea520b0a255e933b64d5c7f355330f authored over 7 years ago by Sven Lito <[email protected]>
9.0.13: Revert #863

f26818796b2448d00f1cda2d8533afb7d73c4cd2 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Merge pull request #880 from node-nock/revert-v9.0.12-issue-863

Revert "Merge branch 'fasterize-fix_match_body'"

e2396c3377efcf06f8f85952ecc4aa84d975cc3b authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Revert "Merge branch 'fasterize-fix_match_body'"

This reverts commit 8333e3aef1e79dc2ed96dca819124f4a18f1af4d, reversing
changes made to 30881e2a...

aa3d18c3d327fa27cd0ecc5a8a9a6565e4780ce7 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
9.0.12: Use key length in array/object comparison

91302df8b5b02309b76fc4950ddc20c26a8b499d authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Merge branch 'fasterize-fix_match_body'

* fasterize-fix_match_body:
[#863] Fix matchBody for object and array comparison

8333e3aef1e79dc2ed96dca819124f4a18f1af4d authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Merge branch 'fix_match_body' of https://github.com/fasterize/nock into fasterize-fix_match_body

* 'fix_match_body' of https://github.com/fasterize/nock:
[#863] Fix matchBody for object and a...

2060ca8e56074c4d3e86207f259d2aa7583b1d83 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
[#863] Fix matchBody for object and array comparison

7156fd6876a132481b9ee862a36e42aa4d0e6fb1 authored almost 8 years ago by abarre <[email protected]>
9.0.11: Fixes for #856 (pending mocks) and #425 (multipart forms)

30881e2a72dbb950e771f912c5f9ddbcb91c0acd authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Merge pull request #834 from delijati/master

PR #834: Don't remove newlines from multipart form reqests

cd657a7299794336cecf89f6c17029d5075bee85 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Merge pull request #857 from disrupticons/fixing-issue-856

Fix #856: nock.cleanAll() should remove pending mocks

3957f02ec21e78c6a34dcb08e311ac241cf5d064 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
fixing test description

1cd68636bf8a686b4011353374979dd3c7d555e2 authored almost 8 years ago by Mathew Joe Thomas <[email protected]>
9.0.10: Versioned tested and better .npmignore

d7bced09062e6fb22b426488bf8a853efd657725 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
adding test for multipart match body

06684f11caac488a9bf1b803d45a1083b89e1263 authored almost 8 years ago by Josip Delic <[email protected]>
Merge pull request #858 from fabiosantoscode/patch-1

Add some big folders to .npmignore

934f1c39013a2a60dfa4999e78540cae2d819259 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Add some big folders to .npmignore

7c1cd795bbf782ee224cd623a801919a344f9233 authored almost 8 years ago by Fábio Santos <[email protected]>
Remove pending mocks from scopes on nock.cleanAll()

f45f574b73550e5965e5b5df63dd1082141d305b authored almost 8 years ago by Mathew Joe Thomas <[email protected]>
Merge pull request #842 from node-nock/feature-832-versioned-tests

Feature #832: Versioned tests

c5f265f08af46ded6f921aebed2853b715ae3644 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
#832 Add glob as dev dep

bdf3cf73bfa9bae0a2fddfd4e467e9baba9e36a2 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
#832 Add integration tests to travis

8ce0abe540da1c0676a9afe735a704eafb4d8315 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
#832 Cleanup sub dep install script

497162bca0e80fe0292c1e8f7eb45c71efabc811 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
#832 Add tests for request & popsicle

c9d011ff97707460ef86a00dde7c7065b1436bc7 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
#832 Remove socketTimeout test

0a675c2cf425f37baacb0c3f3dc3dbbf3002ed43 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
#832 Run got tests using common test runner

a40fb62fd9a831fbef3fdf828c728d6a1f546b1d authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
832 Versioned tests for got module

c13d25fa1c84fa839d4c4ffd9a47ac91c9ecf01b authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
832 Add sub dep install from NR

b1201cf6896968607a724288e1a89709242285c9 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Changelog v9.0.9

2a012a00276cdea57ad8f8204dff4ba5a1e9cc7c authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
9.0.9: Revert PR #802

5b1a8d8d1196b75729fcfb35cbb7cfe061ae6e47 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Merge pull request #840 from node-nock/revert-802-fix-754

Revert "Fix request timeout no working"

51809e1ec6c681f83d88b8af853de8de39c61f6c authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Revert "Fix request timeout no working"

0a083f6bb1b2ff69a72e522df7fef870536c2c40 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Changelog v9.0.8

3728a1fcdf33bc17a0d391209f980ca70e26e3a7 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
9.0.8: Fix for #754

f8fb1e7cdb8ba4465356dad6ade3c52f972b6870 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Merge pull request #836 from node-nock/greenkeeper-superagent-3.5.0

Update superagent to version 3.5.0 🚀

b48913db8642f3e1218cab75e060a55c58373f9d authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Merge pull request #802 from aleung/fix-754

Fix request timeout no working

3f2663053cc323a01817e86b14b9040010beac89 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Changelog

a92a3fb3f71d9b1e6107198b303bc42abc4ce560 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
9.0.7: Fix for #610

588aef914deb65dc99f8eb242dd344eee634e30e authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Merge pull request #829 from yodeyer/fixQs

Fix interceptor if query have no query strings

a783410720052dee19f9eecfd154f569cb8adbaa authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
chore(package): update superagent to version 3.5.0

https://greenkeeper.io/

a6cf5493f865b83ab1597980c1d40846e4e73a71 authored almost 8 years ago by greenkeeperio-bot <[email protected]>
fix for the "fix matchBody for multipart requests #425"

77b6b103dbc1ca64c1a55e5ec2115fc24924ad75 authored almost 8 years ago by Josip Delic <[email protected]>
Add Visual Studio Code folder into gitignore

9bf26218c3366fef5603da0b6e03c26b04ca559a authored almost 8 years ago by Leo Liang <[email protected]>
Update the failed test case

6e8f3374e1e5b9a98dfc414d41c439d06d61529d authored almost 8 years ago by Leo Liang <[email protected]>
Test against request 2.79.0, with which timeout issue occured.

343dc5d27809d53b08600e53e25b82cd9208a1f1 authored almost 8 years ago by Leo Liang <[email protected]>
Fix https://github.com/node-nock/nock/issues/754

cf4ee98a044c4a1a59acb777760a12c023a3a01f authored almost 8 years ago by Leo Liang <[email protected]>
9.0.6: Fix for #827

5856cde22e12694f550f6345c46b3ac4c43f50ec authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Merge pull request #828 from node-nock/bug-827-matchStringOrRegexp

Bug #827 Defensive coding around target

719776976e742ad2e7917c83322241b84e3110f6 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Bug #827 Defensive coding around target

f2ae8c1970913f9edf54ee046d7070fcecc898b3 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Fail if interceptor has query parameters but not the query

b9d2823fd984e28f91d1483d3960235d63a2b7db authored almost 8 years ago by Yann Odeyer <[email protected]>
9.0.5: Various bug fixes

0fb8c3d839b23028148e786a3353f2bb3c09e8da authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Merge pull request #822 from KingHenne/fix/isomorphic-fetch-basic-auth

Fix isomorphic fetch usage with basicAuth/matchHeader

86babe876c698d868154938f9b1605eab419b138 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Merge pull request #823 from KingHenne/fix/nyc-config

Exclude test files from coverage reports

2318034eebafb975588b29b51a885147b62c0990 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Merge pull request #769 from RubenVerborgh/fix-socket-this

Fix this pointer on "socket" event

58b04e3781ccfa60605a29a1ae96e1569ef6ec16 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
exclude test files from coverage reports

2ae0f25ebe3e2de9814d9b186ee14134f07c44a0 authored almost 8 years ago by Hendrik Liebau <[email protected]>
add text summary coverage reporter

7fbc2f95160ff49eda51ad099ac63ee96c8f2ff6 authored almost 8 years ago by Hendrik Liebau <[email protected]>
fix basicAuth/matchHeader interceptors with isomorphic-fetch

933cbada58d495a54a429bc09176d56d5f58f936 authored almost 8 years ago by Hendrik Liebau <[email protected]>
add failing test for isomorphic-fetch and matchHeader

26b2610b3558b299461e7290723e4c7c76f8cce1 authored almost 8 years ago by Hendrik Liebau <[email protected]>
add failing test for isomorphic-fetch and basicAuth

d8b6d621dd5b8c5f53f6e592e6fd98035e34f55a authored almost 8 years ago by Hendrik Liebau <[email protected]>
Merge pull request #821 from node-nock/chore-changelog-v9.0.4

Update changelog using "npm run changelog"

1d1cafc009ca99c6839c944458d1bc1d0c6244bb authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Update changelog using "npm run changelog"

219241d3d58167427f651f2dfba9de0e43e98bdd authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
9.0.4: Fix bug where only single set-cookie header would be returned

8f20a6d6b9254299951b69d84becabcffb01344e authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Merge pull request #820 from node-nock/bug-818-multiple-set-cookie

Bug 818 multiple set cookie

3bae02db1f2f4fea24c63a8cbb7b66b1d3179a3f authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Merge pull request #813 from node-nock/greenkeeper-tap-10.0.0

Update tap to version 10.0.0 🚀

189894e6129606337b65e31231fc34bf049c00c1 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Bug #818 Assert mutiple set-cookie headers are included in object

20dceeb112b92339bd1dd2be6aed3b4908e4368e authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
Bug #818 Send back multiple headers if multiple present

6b54bdb42ac37b742a3aff17aa243f099d11a77f authored almost 8 years ago by Ian Walker-Sperber <[email protected]>
9.0.3: Change error message for unmatched requests

dc4380f24e9a4b8b93d45c1399a8ce076e5bdb03 authored almost 8 years ago by Ian Walker-Sperber <[email protected]>