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

Extends "start" options to support "quiet"

github.com/mswjs/msw - 54be2e0d62b77bdd1aff14ed98aca204b4943052 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Uses rollup for "start" script in package.json

github.com/mswjs/msw - 063d120995f888329eb7ff2f5e40cdccc4f5e388 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Uses import instead of require in rollup.config

github.com/mswjs/msw - 47ed983c1718db7d4407f276ddfca86ee5f728f3 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Fixes type discrepancies

github.com/mswjs/msw - fd800715f80a66c0680918f1624887832b71a7c6 authored over 4 years ago by Artem Zakharchenko <[email protected]>
logger: Imports explicit methods from "url" package

github.com/mswjs/msw - ca96f394abd8727953faaa902f9566b25a0fd8e6 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Uses rollup for building

github.com/mswjs/msw - b10f6fc1a1f53a4be8e9018ca1b420109c832aa4 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Replaces "ramda" with custom "pipe" util

github.com/mswjs/msw - dda110ba562eded6f1a522058a54c3b4a8a927be authored over 4 years ago by Artem Zakharchenko <[email protected]>
Ignore rollup stats file

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

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

Must use `npx` or the command won't work since `msw` isn't installed globally at step one.

github.com/mswjs/msw - a0fbfd50f6dead41f7fc892c3f4ccd361bb13819 authored over 4 years ago by Cory House <[email protected]>
Fix typo

The rest of the instructions say `mocks.js`, so fixing.

github.com/mswjs/msw - d0bb7a5771f2c0d9b50404c4c7f93208dfb3a93f authored over 4 years ago by Cory House <[email protected]>
Updates chalk, graphql, statuses

github.com/mswjs/msw - 40590f16f1484c690a50dd6517c052ac66fdb4e9 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Updates puppeteer, babel, other dev dependencies

github.com/mswjs/msw - 4650943d2b1d67a79b41c473a963ea16f9729da1 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Fixes node version to v10.18.1

github.com/mswjs/msw - 881244b8baa1f2946332d1271cd19a348e7de594 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Improves features section in README

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

github.com/mswjs/msw - 5188dbfb47a313358b830f6f1e89aa6e3671ad16 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds "ctx.cookie()" response transformer

github.com/mswjs/msw - ca18b75d992981913cd9c7ff5d4d9838500b2b56 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Logs matched requests into browser console

github.com/mswjs/msw - 690865a476f7e4671119096560e9adade2af492d authored over 4 years ago by Artem Zakharchenko <[email protected]>
Logs delayed response with the same delay

github.com/mswjs/msw - e498f8fefc12ab548a83467b5eb8b2dd6ca0d199 authored over 4 years ago by Artem Zakharchenko <[email protected]>
composeMocks: Disables mocking when called "stop()"

github.com/mswjs/msw - 6ab534d50acc86cafd97470ce7c054f5b3f0ef03 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds hard reload integration test

github.com/mswjs/msw - 506e69c027ddef017b651909d68f364fd4c7ccdb authored over 4 years ago by Artem Zakharchenko <[email protected]>
Abstracts sending and awaiting requests in tests

github.com/mswjs/msw - 8cbc6597d0b45ea03115c478d31d330fab59924e authored over 4 years ago by Artem Zakharchenko <[email protected]>
Supports multiple mocking states for different clients

github.com/mswjs/msw - e99ca31b42b69d7e69246e625b70223d90114b8f authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds Service Worker unregister test suite

github.com/mswjs/msw - 262b36796db1db671365cc7138a01dfc192f3444 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Unregisters the worker when the last client is closed

github.com/mswjs/msw - a34ab9295793ae4fa052e5bd00de74a98397f226 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Supports custom routes definition on WDS for testing

github.com/mswjs/msw - 7bcb90e445cf5153137d406f69ee3238dc533b56 authored over 4 years ago by Artem Zakharchenko <[email protected]>
mockServiceWorker: Removes the comment regarding headers serialization

github.com/mswjs/msw - 6297ce7dfa3f6e5664d10b9fd24f3dd24cbc1f64 authored over 4 years ago by Artem Zakharchenko <[email protected]>
set: Adds integration test for handling a request header with multiple values

github.com/mswjs/msw - 44a8c4d5c8b20cf5d2a948a12d9a803148990d55 authored over 4 years ago by Artem Zakharchenko <[email protected]>
set: Adds interface to set multiple values for a single header

github.com/mswjs/msw - 3d17eeae53ce3d6de7a587b27d7fb7c1f13cd5fe authored over 4 years ago by Artem Zakharchenko <[email protected]>
Update issue templates

github.com/mswjs/msw - 527e4ac29f6aef802c57644c20fd8dc3c7b9a067 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds contributing guidelines

github.com/mswjs/msw - e863f9c5b0856ad7bd9712aa63e2f8d229cd2b51 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Removes design source files from VCS

github.com/mswjs/msw - d3027155dd8ae74ff4d7839d1fbda5c985596486 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Updates logo source file

github.com/mswjs/msw - 75d2562065d0315911cbca718477d7ef4df684e8 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds integration test for XHR usage

github.com/mswjs/msw - a8a4f7400ae8d19421babc83a2b74295be02699c authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds logo source file

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

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

github.com/mswjs/msw - 3d3cd3ed45b9b35a7e5c3bd42771a7870bbbd1a9 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Uses "ts-loader" to transpile TypeScript modules

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

github.com/mswjs/msw - 8ccf8c9328cde747d25bd4295f0e219ddfe0316f authored over 4 years ago by Artem Zakharchenko <[email protected]>
Removes "allowJs" from integration tests tsconfig.json

github.com/mswjs/msw - 64fe07993032cb9619e927fc23c3afc16160ea1c authored over 4 years ago by Artem Zakharchenko <[email protected]>
Handles internal exception as a 500 response

github.com/mswjs/msw - b7f0e9e2d6de2bca8d27d289616605e3831a2e12 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adopts standardized message payload

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

github.com/mswjs/msw - d2e6cd43082575f32ac756447691e2e71ce58e46 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Sets higher RAM limit on integration test command

github.com/mswjs/msw - 5df5da81fc5f0d1275d29408420f27d8364095ae authored over 4 years ago by Artem Zakharchenko <[email protected]>
Awaits until Service Worker confirms successful mocking activation

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

github.com/mswjs/msw - 961b397229cb8e574fde03e53823fd401808a1f9 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Added integration tests for POST response patching

github.com/mswjs/msw - e54e1128fb697881926560a09572e4d5bf218832 authored over 4 years ago by Skip Davis <[email protected]>
SW: Constructs bypassed Request using "requestClone"

github.com/mswjs/msw - 9fa8d6eebd1ebb9c6e7c5b3aa2b599eac58326e8 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Changes for readability of POST response patching integration test

github.com/mswjs/msw - 77a1a7ef9cc5d842a64382310bc6f26ba393894f authored over 4 years ago by Skip Davis <[email protected]>
Removed extraneous url from post data

github.com/mswjs/msw - 68453e39a6c0c87b97d61e0b4448c2a809d809e4 authored over 4 years ago by skipdavis1117 <[email protected]>
v0.11.3

github.com/mswjs/msw - be987d29847eee0df75d12872311543f30412783 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Sets "noEmit" on test-only TypeScript config

github.com/mswjs/msw - 574a3f451767bd8b32dccf2d3a9700041d602885 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Leaves mocking enabled on failed integrity check

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

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

github.com/mswjs/msw - 26a797fdfda3d241a41bc8e097addb1c4abb63f1 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Published "config/constants.js" to npm

github.com/mswjs/msw - 8a1435ff803e31374e9c8a6752af0a12c9902acf authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds Service Worker to compilation, but ignores in output

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

github.com/mswjs/msw - 1126437d6b7a8f1c63fdd691f461738a2ca62edb authored over 4 years ago by Artem Zakharchenko <[email protected]>
Aligns "msw init" command with SW updates

github.com/mswjs/msw - 46c04ab5995c67ff14f8f87fd0d23f67dea4d891 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Logs Service Worker integrity in CI

github.com/mswjs/msw - d242a78f34b1f42625123f790f22fdc00f100154 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds Service Worker integrity check

github.com/mswjs/msw - bf36141790c1a627aeb4eb26f98659d125d7f61f authored over 4 years ago by Artem Zakharchenko <[email protected]>
mockServiceWorker: Improve logging

github.com/mswjs/msw - aa263eb11c1761b67e4a7e791c039121791bcbd1 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Returns Service Worker registration from "start()"

github.com/mswjs/msw - 050479590b09fcefffba153485de988559ea2714 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Signs Service Worker as a part of webpack build

github.com/mswjs/msw - 285f10bf0a2e8cca2417958d7f2ecb604f05ca5b authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds integration test for Service Worker integrity check

github.com/mswjs/msw - f25cfb66c986b2c8f7c1820cfb27ceffbb1580df authored over 4 years ago by Artem Zakharchenko <[email protected]>
Signs Service Worker on build

github.com/mswjs/msw - 488f89883b1bdfa843e5716a665c4e7e00e4ca77 authored over 4 years ago by Artem Zakharchenko <[email protected]>
mockServiceWorker: Moves "x-msw-bypass" header into constant

github.com/mswjs/msw - f79738988c54abb44f7e786ed09bc1fedc09bc2c authored over 4 years ago by Artem Zakharchenko <[email protected]>
Improves Quick start in README

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

github.com/mswjs/msw - b2c10e623a099e64a7fe3b33aab3a00da4007f17 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Exports "MockedResponse" interface

github.com/mswjs/msw - cf564f8a3e818a413d4619b712ccf5fec94f3d62 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Renames "resolveRequestMask" to "resolveRelativeUrl"

github.com/mswjs/msw - 2221246a54cde6b2ff3188d450fc479b83db3512 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds support for "req.query"

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

github.com/mswjs/msw - d2ed76e918fbd9d13d13e753a7b5fecc58e48e89 authored over 4 years ago by Artem Zakharchenko <[email protected]>
status: Sets "statusText" associated with the given status code

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

github.com/mswjs/msw - d8b985619f2f22dcd7fa17304d1e69f0c8e59ad8 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Supports "defineContext" in custom request handlers

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

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

github.com/mswjs/msw - f958e9e350ef8f064f0907f9c9812d7eff2b564b authored over 4 years ago by Artem Zakharchenko <[email protected]>
Supports "x-msw-bypass" header

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

github.com/mswjs/msw - eb5bee2b8e98bcb72fccb0296f8f655575b4c6ff authored over 4 years ago by Artem Zakharchenko <[email protected]>
Returns Promise from "start" and "stop" calls

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

github.com/mswjs/msw - c2672e3961daea7d7248248cffd36f144715d781 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Fixs #61 wrong success message

github.com/mswjs/msw - 9c81b3b2669ad3df168f60a2862c06db99890273 authored over 4 years ago by guanwei <[email protected]>
Adds cli error parameter prompts and usage examples

github.com/mswjs/msw - 18e4f7946433397e3e6dc7b9d4a8911bc8b770c7 authored over 4 years ago by guanwei <[email protected]>
Runs integration tests after the build in prepublishOnly hook

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

github.com/mswjs/msw - 505676df5c2d873438a898f3ba5f210c1f127ef4 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Ignores trailing slashes during URI matching

github.com/mswjs/msw - 8936fe3f8934e3449b88d1ac7488b0323fe4e356 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds "Mocking GraphQL API" tutorial link to README

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

github.com/mswjs/msw - 3a1cc4bdec7c5324bb27e4c2ca6edb1f49c499b5 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Runs integration tests on prepublishOnly hook

github.com/mswjs/msw - 9d51be3b704268da0e28f8d8a415c8b9a0ecbeca authored over 4 years ago by Artem Zakharchenko <[email protected]>
graphql: Accepts the operation name as a plain string/RegExp

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

github.com/mswjs/msw - 1fc124726f2d6b1e76e5cb7bfe306d94b3061acd authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds GraphQL mutation integration tests

github.com/mswjs/msw - 05187b60eb15f95cc746a99683aed52c4c8ba8d4 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds GraphQL query integration test

github.com/mswjs/msw - 91bfcb78ae7d0be6a2fdfbc02c39eda5a72628e0 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds GraphQL variables integration test

github.com/mswjs/msw - 44360752bcdd9db2e007c29a96e52ba429d50da5 authored over 4 years ago by kettanaito <[email protected]>
Adds GraphQL errors integration test

github.com/mswjs/msw - 680c53a743ab30309de66b1a93fdc2650f502c0b authored over 4 years ago by kettanaito <[email protected]>
Suports RegExp as "operation" value for graphql request handlers

github.com/mswjs/msw - 860526175ddc30bf2d31f913c1b98280f36a48de authored over 4 years ago by Artem Zakharchenko <[email protected]>
Injects GraphQL operation utils into window context

github.com/mswjs/msw - d95e7ffd4647d8beb4001fb07d525140863e9ed9 authored over 4 years ago by Artem Zakharchenko <[email protected]>
GraphQL: Fallbacks to an empty object when variables are not present

github.com/mswjs/msw - 4409ebe9d477c0b2900c41dc5ee8be56bffe1b7d authored over 4 years ago by kettanaito <[email protected]>
Gets operation name by parsing GraphQL query string

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