Ecosyste.ms: OpenCollective

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

Mock Service Worker

A seamless REST/GraphQL API mocking library for JavaScript applications.
Collective - Host: opensource - https://opencollective.com/mswjs - Website: https://mswjs.io - Code: https://github.com/mswjs/msw

Updates dependencies

github.com/mswjs/msw - e73c53078c1c879da4e50ef0da994cc1b3808baa authored over 4 years ago by Artem Zakharchenko <[email protected]>
Updates dev dependencies

github.com/mswjs/msw - 82a153aaec9de9bb6b1c204abb319b6dde07c7f6 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Implement keep alive interval

github.com/mswjs/msw - 2b3ba63112a3d9b0a85ba8dddb6639c0ee90c32b authored over 4 years ago by Matt Sutkowski <[email protected]>
Remove keepAlive verbosity

github.com/mswjs/msw - c5db051fb85a4e5be33aad85f699ffa215a6ff48 authored over 4 years ago by Matt Sutkowski <[email protected]>
Make keepAlive an option, add a log when quiet:false

github.com/mswjs/msw - 38db5c6e640cee93c972b94026535d6a557f55eb authored over 4 years ago by Matt Sutkowski <[email protected]>
test: fix test after change of fetch behaviour

github.com/mswjs/msw - 9f911895d3859ab61beef808c8540363b640dfdd authored over 4 years ago by marcosvega91 <[email protected]>
refactor: drop response

github.com/mswjs/msw - 5c5a9141eb2153ab53b5729a3e0808a28cc70fdf authored over 4 years ago by marcosvega91 <[email protected]>
fix: remove gracefullyFetch

github.com/mswjs/msw - 0a06af13821913ee9b173c821c9e0fbe00a4372e authored over 4 years ago by marcosvega91 <[email protected]>
feat: change behaviour of fetch

fix #372

this PR will add a new method in the `context`. THe new method `gracefullyFetch` is a ...

github.com/mswjs/msw - b20890c92f2a6c0259cd9694c23ac70f659ac271 authored over 4 years ago by marcosvega91 <[email protected]>
test: fix test for head patching

github.com/mswjs/msw - 987a9d797b3bae0a33138a92b946cccf7eabb964 authored over 4 years ago by marcosvega91 <[email protected]>
test: add failing tests

github.com/mswjs/msw - ca3264c4b65102716eee640fd61f4d4666318fb7 authored over 4 years ago by marcosvega91 <[email protected]>
setupServer (response patching): Uses local Express server instead of external one

github.com/mswjs/msw - 0626f2773b11bd32ec3dee9984fec456e1ae896b authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds "express" dev dependency

github.com/mswjs/msw - f7b8eee2b56bd397f92bcfef7bc8fd0dcdc35953 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Updates to "[email protected]"

github.com/mswjs/msw - bb99f51917278527f74f265b36accbb9417d157c authored over 4 years ago by Artem Zakharchenko <[email protected]>
Build: Excludes "node-request-interceptor/interceptors/*" CJS modules

github.com/mswjs/msw - d3a0843a37509a6f3efaacdebaa32ae7833a3e32 authored over 4 years ago by Artem Zakharchenko <[email protected]>
add integration tests

github.com/mswjs/msw - b155b1e151c56617a1d77df70b7ed4e835b4fc09 authored over 4 years ago by Achim Rolle <[email protected]>
fix integration test for GET

github.com/mswjs/msw - c757b6a031a6e2c5cff851bfe3dcab7fc92606c8 authored over 4 years ago by Achim Rolle <[email protected]>
Set body to null for POST & HEAD requests

github.com/mswjs/msw - dfad525ae56c0582bb266d7e38153572b1624d19 authored over 4 years ago by Achim Rolle <[email protected]>
code review changes

github.com/mswjs/msw - e92fd964afc6223cbb7bfd1d6c78168a98360adf authored over 4 years ago by Achim Rolle <[email protected]>
update test for HEAD method

github.com/mswjs/msw - 1f27f74f2cae280b90d8666836368bf1c7756b84 authored over 4 years ago by Achim Rolle <[email protected]>
add test for HEAD request

github.com/mswjs/msw - 0b1817cbbb14407605a05988902eb73849cf07e4 authored over 4 years ago by Achim Rolle <[email protected]>
remove unit tests

github.com/mswjs/msw - b793c15856527eb94f84f1053dc792bd88330b32 authored over 4 years ago by Achim Rolle <[email protected]>
add mocks for get & post

github.com/mswjs/msw - e254a80fe1e2746df4c52c39ef863c16d383d7ea authored over 4 years ago by Achim Rolle <[email protected]>
build(deps): bump http-proxy from 1.18.0 to 1.18.1

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Rele...

github.com/mswjs/msw - 69fcf5afd9d309b784cd4111142a23548fea0f0a authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump bl from 4.0.2 to 4.0.3

Bumps [bl](https://github.com/rvagg/bl) from 4.0.2 to 4.0.3.
- [Release notes](https://github.co...

github.com/mswjs/msw - c254c99c9a658e5619ace45cbf03ddeb1fbd027b authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix test:focused and update contributing reference

github.com/mswjs/msw - dbf3a827d3a0409600f3a6769706c44a7128b734 authored over 4 years ago by Matt Sutkowski <[email protected]>
Update cli tests, update package config for cross env compatibility

github.com/mswjs/msw - 3603519d75ca79cb1764a41fa0cbaefe57dcaf09 authored over 4 years ago by Matt Sutkowski <[email protected]>
deferNetworkRequestsUntil: Changes the explanatory comments slightly

github.com/mswjs/msw - abbd5784573095d5683cae1cc2ab3f273110ab94 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds network deference test in case of the worker registration failure

github.com/mswjs/msw - fc7a7fdbb9c965463842647365300d3135b9dc65 authored over 4 years ago by Artem Zakharchenko <[email protected]>
spawnServer: Adds WDS custom route handlers on the "before" hook

github.com/mswjs/msw - d007238fd2e522edc7d22f7b76d6429992aa0cfd authored over 4 years ago by Artem Zakharchenko <[email protected]>
setupWorker: Adds errors when failed to find a registration

github.com/mswjs/msw - 2943c080bbdaaf74ec9e23147592fe76a0e6a147 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Add serviceWorkerFileMatcher and tests

github.com/mswjs/msw - 32af59bd0b42273576b3c27313dadd77f133d102 authored over 4 years ago by Matt Sutkowski <[email protected]>
Apply PR feedback

github.com/mswjs/msw - 874f8a6816f84a32597895c265a67b6be5de43cb authored over 4 years ago by Matt Sutkowski <[email protected]>
getUrlByMask: Returns URL-like path string as-is

github.com/mswjs/msw - 95a352e5bdb49f3c96452ae748db1a2a71bea532 authored over 4 years ago by Artem Zakharchenko <[email protected]>
rename operations api to operation

github.com/mswjs/msw - 3a1ec89870db3cc7a7c9d1ad9873e6c80a9d84b7 authored over 4 years ago by Ryan Worth <[email protected]>
Refactor graphql.operations() api

github.com/mswjs/msw - 56cc89946552a1b8e6045e745122dc822f934e4d authored over 4 years ago by Ryan Worth <[email protected]>
Add graphql.operations to api

github.com/mswjs/msw - 867972ae23ceef2748c23a1edc222e30f4196a58 authored over 4 years ago by Ryan Worth <[email protected]>
Retouches graphql.operation

github.com/mswjs/msw - b38680dbf258047b7621a2d0256f3d72a3ffcea3 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Add support for HTTP method HEAD

github.com/mswjs/msw - d8e6d97e9bb14b071ea54fad3b5c6afd591f41fe authored over 4 years ago by Florian Goße <[email protected]>
rest: Supports RequestBodyType, ResponseBodyType generics

github.com/mswjs/msw - 182e1b283b1753cf1289d38e610fef5d6161b649 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Uses "unknown" instead of any

github.com/mswjs/msw - ab2b10861777153f821450c74750d96c68978411 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Add support for more types passed to `context.json` helper

Close #349

github.com/mswjs/msw - 78010427f93fb43330734f43274f9b89804b1726 authored over 4 years ago by Neil Kistner <[email protected]>
Respond to PR feedback

- Update comment to reflect usage
- Update type to match `JSON.stringify`
- Cleanup tests and ad...

github.com/mswjs/msw - 28be14e08b6e78130f80463766a9cf1ee2b13a40 authored over 4 years ago by Neil Kistner <[email protected]>
setupWorker: Adds integration test for custom "serviceWorker.options.scope" value

github.com/mswjs/msw - 847ec554646d67eec561b64c0843d340c6ef485c authored over 4 years ago by Artem Zakharchenko <[email protected]>
setupWorker: Merges default and custom options with "mergeRight"

github.com/mswjs/msw - 9c0ef7a1c4560417c4fd860bb7a028b7e8e9056a authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds "mergeRight" utility

github.com/mswjs/msw - 428aedb57218554d9bcb723a12e1cf0c5c156458 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Moves "isNodeProcess" into internal utilities

github.com/mswjs/msw - f76de19f63173fac944cd5ecb905a8e772e1212d authored over 4 years ago by Artem Zakharchenko <[email protected]>
Moves "jsonParse" into internal utilities

github.com/mswjs/msw - 715dfe327a1406f213ef96ec8de2f076e7b40e18 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Renames "resolveRelativeUrl" utility into "getAbsoluteUrl"

github.com/mswjs/msw - 79ed5a4f5db9cd79750dfcc605cbda26deeb934f authored over 4 years ago by Artem Zakharchenko <[email protected]>
Moves "onUnhandledRequest" into "utils/request" directory

github.com/mswjs/msw - e1656555e925d672b576e974716ad8e5e0a8aa18 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Moves "requestHandlerUtils" into "utils/handlers" directory

github.com/mswjs/msw - 4d2aa1315e057cd6b5d3ee478ff4315398a673c9 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Moves "handlers" into "utils"

github.com/mswjs/msw - 52b64fe6446d741c2a2decec0a794727c108d6f4 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Replaces "getJsonBody" utility with direct usage of "parseJson" in "parseBody"

github.com/mswjs/msw - 218b52a7313591f086a401642f60ccf8fd637319 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Groups URL-related utilities under "url" directory

github.com/mswjs/msw - 32a076feff3cb4bacd822ad2da630d08234affc4 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Renames "matchRequest" utility into "matchRequestUrl"

github.com/mswjs/msw - fae28aa0aacf5a0e2022ff242376599b1f5e12d3 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Renames "resolveMask" utility into "getUrlByMask"

github.com/mswjs/msw - fff04a6f72bf6047404b94c11181af9c2a1d5473 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Renames "logger" utility directory into "logging"

github.com/mswjs/msw - 3823632df993213862180ac8dfcd4716be4b226c authored over 4 years ago by Artem Zakharchenko <[email protected]>
Moves "getPublicUrlFromRequest" to request utilities

github.com/mswjs/msw - fdab2bbe7315f0148758e775f9a7d8608aaa4305 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Renames "deferNetworkRequests" test suite

github.com/mswjs/msw - 88c74d1cb76cb5509121ce3cba8992d6f9723dfa authored over 4 years ago by Artem Zakharchenko <[email protected]>
Moves "isStringEqual" to internal utilities

github.com/mswjs/msw - 4631fde3f77bab24bd3f1a0be7485a6d34c88ae3 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Update README.md

fixing a typo

github.com/mswjs/msw - 2478051041092ccc376f8938e3b14fcc404135a6 authored over 4 years ago by Aman Mavai <[email protected]>
Adds "getPublicUrlByRequest" utility

github.com/mswjs/msw - d6f0cd05d1dbedba5c1ec5b8d5149b4c584333b2 authored over 4 years ago by Artem Zakharchenko <[email protected]>
onUnhandledRequest: Adds request handler declaration suggestion

github.com/mswjs/msw - de0f5836a3101b9214b5842d57c59cc1dd687f6a authored over 4 years ago by Artem Zakharchenko <[email protected]>
v0.20.5

github.com/mswjs/msw - a126de22c7604f84e1a904c3025282ad25ebb00d authored over 4 years ago by Artem Zakharchenko <[email protected]>
Update rest.ts

github.com/mswjs/msw - 8d5ac09deefd23d06bfd5e81dba28ce6c78e6e8a authored over 4 years ago by Matthew Costabile <[email protected]>
Update index.ts

github.com/mswjs/msw - 312ba75d6e5ec2ecfbacee07e179f52ab1a01358 authored over 4 years ago by Matthew Costabile <[email protected]>
Bumps "node-request-interceptor" to 0.3.5

github.com/mswjs/msw - d5dde0bdc1a496e751196c8a99a415a476b180b4 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Return the existing mock registration if there is one

github.com/mswjs/msw - 6f73281ba6535c7fd6c971fc9703d2b8f80e7061 authored over 4 years ago by Matt Sutkowski <[email protected]>
Remove redundant check

github.com/mswjs/msw - 050eafeffb05c0d5786a6082fcebcf82f224fe3b authored over 4 years ago by Matt Sutkowski <[email protected]>
Make getWorkerByRegistration find and filter to support all cases

github.com/mswjs/msw - 1040192b4a3d4a3d4438e912072b0042acf7884f authored over 4 years ago by Matt Sutkowski <[email protected]>
Provides minor adjustments to the "getWorkerByRegistration" refactoring

github.com/mswjs/msw - 00eac3a46428e998150c717054c6ac6c4f314752 authored over 4 years ago by Artem Zakharchenko <[email protected]>
v0.20.4

github.com/mswjs/msw - 1b0f9910c656be2bb75476fc924d251d8738e470 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Bumps "node-request-interceptor" to 0.3.4

github.com/mswjs/msw - 3c044a20a43ae007d431cd69ab1c357cabe08f52 authored over 4 years ago by Artem Zakharchenko <[email protected]>
pr feedback

github.com/mswjs/msw - 38d6764e919a406c2b527c3ead59edacb4b6ff10 authored over 4 years ago by Ben Monro <[email protected]>
fix(graphql): handle POST w/ no query in graphql

github.com/mswjs/msw - c8bb32c80a770e7e43de83a2898c514365e7e967 authored over 4 years ago by Ben Monro <[email protected]>
v0.20.3

github.com/mswjs/msw - 4b2f057ee63f8b3a7afcca511d709f5691665756 authored over 4 years ago by Artem Zakharchenko <[email protected]>
fix: wait accumulator to understand if response was found

github.com/mswjs/msw - bfc04d6226162c0eae488fa283dac3e28dc457c4 authored over 4 years ago by marcosvega91 <[email protected]>
feat: fall-trought until a response is found

fix #258

github.com/mswjs/msw - 8e7a31ba64ec6c46e214e112d388961d743992e4 authored over 4 years ago by marcosvega91 <[email protected]>
test: add failing test

github.com/mswjs/msw - ce33134c3d934b5e5e2b0a7823ce3b91fb3870fd authored over 4 years ago by marcosvega91 <[email protected]>
getResponse: Parses request once, refines nullable request handler

github.com/mswjs/msw - 5a1e5b820a25a672fa1933a38f46d7ef5b8af64e authored over 4 years ago by Artem Zakharchenko <[email protected]>
refactor: use new captureConsole function

github.com/mswjs/msw - 9b6679fdae6ee5850111984e86b49d334270638e authored over 4 years ago by marcosvega91 <[email protected]>
Moves "fall-through" test case into "scenarios" directory

github.com/mswjs/msw - 5bd1ded91c0a5714e5849fc8bb49dec9c4b32258 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Aligns the console messages in "fall-through" browser test

github.com/mswjs/msw - 1c31bb77af4650e6db09aae2889f1b2704e96464 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds "fall-through" test scenario for "setupServer" API

github.com/mswjs/msw - bcb360e003c34db22026fbe3b5074a7d4570084d authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds test suite for entirely side-effect request handlers

github.com/mswjs/msw - 7559f233fcdf33089cd08cdb6c45ef57c32ed9b9 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Marks fall-through request handlers with the method prefix

github.com/mswjs/msw - b00aea06c50b3daeaa7d0dc7a38dd2301dec946d authored over 4 years ago by Artem Zakharchenko <[email protected]>
Flattens the "fall-through" test suite

github.com/mswjs/msw - 4b06590c365304bf5729235c4ae49bfa60f270a7 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Renames the "fall-through" test module

github.com/mswjs/msw - d04c06ac9b007d9149342c8bc25aa7627592c5fa authored over 4 years ago by Artem Zakharchenko <[email protected]>
feat: evaluate all handlers but return the first not empty response

github.com/mswjs/msw - 7c5577bd5ba4e29cb48a01f40688837deaa53ad9 authored over 4 years ago by marcosvega91 <[email protected]>
fix: stop on first not-empty match

github.com/mswjs/msw - 07ca5d274b20abf7453f2f25532f132d5686a9a8 authored over 4 years ago by marcosvega91 <[email protected]>
v0.20.2

github.com/mswjs/msw - 63dcd6e057b0b0485cf34724c4d9901d210a2987 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Sets "allowSyntheticDefaultImports" to false

github.com/mswjs/msw - 99d6a3f59ffcadb56f9d2c054876f1c9efabbff4 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds request matching utilities

github.com/mswjs/msw - 726bc56c6d46abd95431a0f6f8e0ddb620bfa709 authored over 4 years ago by Artem Zakharchenko <[email protected]>
REST: Uses request matching utilities

github.com/mswjs/msw - accd1adea748f2cf3de735cd6b48b52f67c97351 authored over 4 years ago by Artem Zakharchenko <[email protected]>
GraphQL: Adds the "graphql.link" API

github.com/mswjs/msw - 25eeeff6738c8378425e97bab2c81adbaadbd65f authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds binary response integration test for "setupServer" API

github.com/mswjs/msw - a70d08b248bd601c4b8ea0b8e68c08bdda5fba33 authored over 4 years ago by Alessandro Cuppari <[email protected]>
Delay test flakiness resolved

- increased deviation from 150 -> 200
- for i in {1..100}; do npx jest delay --silent --bail || (...

github.com/mswjs/msw - c9cfd586801d8bf602c7e8b154e0e7a7104cc18c authored over 4 years ago by Jacob Evans <[email protected]>
Do not set document.cookie on plain node

If `document` does not exist in the environment,
`ctx.cookie` should not attempt to save cookies...

github.com/mswjs/msw - 84ee8ebb370fc9a858897401b40273d532037e49 authored over 4 years ago by Eduardo Pinho <[email protected]>
Refactor test: set cookie on response headers node

github.com/mswjs/msw - 79db1bf2f5b32869b024bc2c5b918b30558b0660 authored over 4 years ago by Eduardo Pinho <[email protected]>
Adds a generic "AsyncResponseResolverReturnType"

github.com/mswjs/msw - efb5326a4a121c483dd0ee92adec5025b74c05b9 authored over 4 years ago by Artem Zakharchenko <[email protected]>