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

Adds comments to graphql context utilities

github.com/mswjs/msw - 9d113bab880a6ada0c2ca2b7c15d613b56b2657a authored over 4 years ago by Artem Zakharchenko <[email protected]>
Uses "node-match-path" for URI path matching

github.com/mswjs/msw - 50586c3ccbfc0b8eca4dd22a9b1e654db5afdc94 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds "ctx.errors()" utility to mock GraphQL errors

github.com/mswjs/msw - 5ca3ffcfcbb00beb33b47d155d49cac6a7b76fca authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds "graphql.query" request handler

github.com/mswjs/msw - 216303c84008664306bef9bea42f5ec42679ce30 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds "defineContext" to request handler creator

github.com/mswjs/msw - a7b92a256844dbd74906da05542b14caa052f718 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds "graphql.mutation()" request handler

github.com/mswjs/msw - 53fa659f74f7af36818239da37f6565427060c40 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Runs jest in band

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

github.com/mswjs/msw - 3d17f6f0c9adc3211b2871fe94c2754385ca8213 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds basic integration testing setup

github.com/mswjs/msw - 55d7d9f59459d2c3cae41a19f4e98fb681c09777 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Improves messages in test support files

github.com/mswjs/msw - 9c6467cae962c0db2351cad82ab1c3b3e0bad8bd authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds integration tests to CI workflow

github.com/mswjs/msw - 62c49b2e79755c9dd241d894db79d34400812c32 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Removes client-side code from integration tests setup

github.com/mswjs/msw - 0761175df10d4734d1831e3ef40438091976e068 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Runs Puppeteer in headless mode always

github.com/mswjs/msw - 2085090974e6e574bdde80f52caf3e3d91f79548 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Sets jest timeout in "jest.config.js"

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

github.com/mswjs/msw - a8c353ed831d2b3295cc4d1683edebf85a44bb53 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Renames "bootstrap" function to "runBrowserWith"

github.com/mswjs/msw - 2afd2ae04da76f46fccb9a882eab89e91342d268 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds integration tests for "rest" context utils

github.com/mswjs/msw - 4520482bcbeee10fba69371efeb635d5d762dfc3 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds integration tests for request URI matching

github.com/mswjs/msw - 8c0d406161cc2ed7c7b25cd088793c15d71b1ce7 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds REST URI parameters integration test

github.com/mswjs/msw - 0bf50939342661abd948f3dafa26d9a901dd31a1 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds integration tests for method-based request matching

github.com/mswjs/msw - de7d10695c62223f59e07c75be8933e0f8105016 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Sets "tsconfig" of the "tests" directory

github.com/mswjs/msw - 5ee252777636632fb13dc59767de20dc7042e655 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Moves "context" tests suite to the root

github.com/mswjs/msw - 12581c836fd5a93c110609adc2e83892b34e7890 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Optimize the way to get params

github.com/mswjs/msw - adc16e933057f59843d1396202afd827f70d4fc3 authored over 4 years ago by guanwei <[email protected]>
Adds Kent C. Dodds feedback to the README

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

github.com/mswjs/msw - 4983a3f4d74386e1f3d81403cb3b00c1a2a94697 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Cleans up the "create-react-app" example

github.com/mswjs/msw - 9a890d5104898cae770e84db5676fbd396474f51 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Uses a green status code in the usage example

github.com/mswjs/msw - c5a0792e640cfe4f6b6d1e00aa33315e6128471c authored over 4 years ago by Artem Zakharchenko <[email protected]>
Prepends host origin to the routes starting with a leading slash

github.com/mswjs/msw - bee9fc5fab90094eda6238a392e185f6b91dce78 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds the "msw init" step to "Quick look" section

github.com/mswjs/msw - affb4529a2025262d35a785008ab9b3bd1222bf3 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds dependabot configuration file

github.com/mswjs/msw - ff025eadc04436d2d827ed640e068cfc0a85c7e3 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Use "raw" query parameter to display raw assets

github.com/mswjs/msw - 7c741842f9538a1a8e92cfa6f2e47edb267c7bd7 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Move example to "examples"

github.com/mswjs/msw - b40a8c97f3d1ff945cd68f80b844803f3c2fc489 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Adds the "Quick look" section to README

github.com/mswjs/msw - 2d9b415e71330680de60640ed482d655183b27b5 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Use absolute GitHub links for assets

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

github.com/mswjs/msw - 325cf4bbd7247bbb4a4cb7ca5c48b7ace1844f27 authored over 4 years ago by Artem Zakharchenko <[email protected]>
composeMocks: Makes "serviceWorkerUrl" an optional argument for the "start" function

github.com/mswjs/msw - ebf2f0c37519db7a420c5ebf6ddbfcda52dcd24f authored over 4 years ago by Artem Zakharchenko <[email protected]>
Clones request before getting original response

github.com/mswjs/msw - bd0baef43e6948aa51942e7dafc3523ed57ac264 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Uses original response if request handler returns null

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

github.com/mswjs/msw - de7e99a1ee8b1181824e7458527d06ca22283682 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Uses "node-match-path" for URI path matching

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

github.com/mswjs/msw - dde2d2efb023bae1d333ff014bd8d335e150f987 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Fixes request params incorrectly return

github.com/mswjs/msw - 771897b8662e5ef977ffa5416b3ace05a57014f8 authored over 4 years ago by guanwei <[email protected]>
v0.4.1

github.com/mswjs/msw - 995300e734eb9a4bff048c9a2965e8b728d7dea8 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Exports "matchPath" utility

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

github.com/mswjs/msw - 76e172c2a98fb9d51f68c92546c5db4d7f7e6fcb authored over 4 years ago by Artem Zakharchenko <[email protected]>
Updates README with examples in "How it works" section

github.com/mswjs/msw - 8429b5a6fd71e88ed9c3c4d060dce90a0b0c2870 authored over 4 years ago by Artem Zakharchenko <[email protected]>
README: Adds example to get the original response

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

github.com/mswjs/msw - 259c91665ca5cdfc04d0a4daa3c7c7eb59b87f3f authored over 4 years ago by Artem Zakharchenko <[email protected]>
Bump handlebars from 4.1.2 to 4.7.3 in /example

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.3.
- [Release note...

github.com/mswjs/msw - 9310b28e13b20128c7fce3e77efd0badd67043b5 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates dependencies

github.com/mswjs/msw - 56f6be0004bf250412c03ae607c9466aa6d903a1 authored over 4 years ago by Artem Zakharchenko <[email protected]>
README: Adds custom request handler example

github.com/mswjs/msw - 3f71b4cc7f5f295872265c99f26dbe5d68efe439 authored over 4 years ago by Artem Zakharchenko <[email protected]>
Supports generic request handler

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

github.com/mswjs/msw - 3bb93d7d53c7d8334f2b432a0ddf8384d2648af3 authored over 4 years ago by kettanaito <[email protected]>
Updates dependencies

github.com/mswjs/msw - b74b9cea00e75615605791f379bd82d6ea2b6c76 authored over 4 years ago by kettanaito <[email protected]>
Fixes invalid syntax in example code snippet

github.com/mswjs/msw - 30b541e87bcf575b0b3447bc9cdac38360ee9a17 authored over 4 years ago by kettanaito <[email protected]>
Updates README

github.com/mswjs/msw - c4e5bec6f540ea01a95429618a8f1e41eddb1b89 authored about 5 years ago by Artem Zakharchenko <[email protected]>
Updates dependencies

github.com/mswjs/msw - 0a20599d916867904164bbd752ed8163244a56ef authored about 5 years ago by Artem Zakharchenko <[email protected]>
Updates dependencies

github.com/mswjs/msw - 839c3ee8b6980c2d2cb2ca3324bf9dce89aef8d8 authored about 5 years ago by Artem Zakharchenko <[email protected]>
BUG #30: Chalk devDependencies → dependencies

github.com/mswjs/msw - 959a000c2752e7985ab95717079c77a67651b023 authored about 5 years ago by Raushan Sharma <[email protected]>
Version bump: Fixes #30

github.com/mswjs/msw - 090f01006ae57d77d95c95700bfbce943f598519 authored about 5 years ago by Raushan Sharma <[email protected]>
Add conventional paths note to README explanation

github.com/mswjs/msw - 6b4242845bb6d301252fbd41c0f4818ce4883e5b authored about 5 years ago by Artem Zakharchenko <[email protected]>
Adds explanation with diagrams to the README

github.com/mswjs/msw - c5b7afe3978b365aefb12e1edcc43883922b7721 authored about 5 years ago by Artem Zakharchenko <[email protected]>
Uses uppercased REST methods enum in unit tests

github.com/mswjs/msw - e7bdcb6c22be05b8dbf271beef81bccf589e2485 authored about 5 years ago by Artem Zakharchenko <[email protected]>
Fixes a broken CircleCI link

github.com/mswjs/msw - e208ee39e5f9092b44f6d88382e8b33973a9a18f authored about 5 years ago by Artem Zakharchenko <[email protected]>
Adds dependency resolution for "[email protected]"

github.com/mswjs/msw - 10e65face1325cdb74e6c76f5446257fd8f7f656 authored about 5 years ago by kettanaito <[email protected]>
Updates dependencies

github.com/mswjs/msw - f5734eddbc3839561e7b4e466fcfa14d68bee19e authored about 5 years ago by kettanaito <[email protected]>
Adds basic API section to README

github.com/mswjs/msw - 2604f4ba7e0212f4c4f1a932b933921dd4cc65c9 authored about 5 years ago by Artem Zakharchenko <[email protected]>
composeMocks: Adds typings for public API

github.com/mswjs/msw - e4edc1af3c00e20f9511552a3c02845963963a45 authored about 5 years ago by Artem Zakharchenko <[email protected]>
Update README.md

github.com/mswjs/msw - 5992beb77af750af4c5a92edd876c8b88633fcb4 authored about 5 years ago by Artem Zakharchenko <[email protected]>
v0.3.2

github.com/mswjs/msw - d856f467bdfec3247e1ff6a2a04a065578d8ac2b authored about 5 years ago by Artem Zakharchenko <[email protected]>
Updates to yargs@14

github.com/mswjs/msw - 32a1feb33f5eeedaab332467802c7d7c6586c2c5 authored about 5 years ago by Artem Zakharchenko <[email protected]>
Updates dev dependencies

github.com/mswjs/msw - 75cbad2588da2344ed2a68b58c979f6d350f3d41 authored about 5 years ago by Artem Zakharchenko <[email protected]>
Changes repository url references

github.com/mswjs/msw - 597d88c46c20fd06db761467eeecd2c5ff3b36b2 authored about 5 years ago by Artem Zakharchenko <[email protected]>
small fix typo in README

github.com/mswjs/msw - 943b6987df087e2cdfa50b8d5938fe80c0233b9c authored about 5 years ago by chechavalerii <[email protected]>
updates package dependencies

github.com/mswjs/msw - 3e27669df04f900ed5fab642d427d93f9b857edf authored over 5 years ago by Artem Zakharchenko <[email protected]>
README: Points to "open-draft" organization in badges

github.com/mswjs/msw - 3ded9520e9469013da79fd4d14bc79008f2a91a5 authored over 5 years ago by kettanaito <[email protected]>
Updates README

github.com/mswjs/msw - 50aaedb2fb207509d7d43fef42bf2ab3a3f3898e authored over 5 years ago by kettanaito <[email protected]>
Adds dependencies badges to README

github.com/mswjs/msw - 8f100025bd58618bceb3d2a0ebcf0b21b581ee85 authored over 5 years ago by kettanaito <[email protected]>
Updates package dependencies

github.com/mswjs/msw - 023d7ea98fa4bc5439d17b0ed76f3bbc7781b0ba authored over 5 years ago by kettanaito <[email protected]>
Updates README

github.com/mswjs/msw - b89d2d2856958309bc3b9aecb133c0ec6d0c266b authored over 5 years ago by Artem Zakharchenko <[email protected]>
v0.3.1

github.com/mswjs/msw - fb1e53cf9cb719ea03c7a3f964461cfb84aa54e2 authored over 5 years ago by Artem Zakharchenko <[email protected]>
README: Updates conditional require example

github.com/mswjs/msw - 703933ee6c377a00685f82aca7820cf2b423524b authored over 5 years ago by Artem Zakharchenko <[email protected]>
Sets "packageJson.types"

github.com/mswjs/msw - 2689c220db41029107d51602fbcbf206a2596733 authored over 5 years ago by Artem Zakharchenko <[email protected]>
Emits type definitions upon build

github.com/mswjs/msw - f230d2044089fb0865e7fa8837f62ad5c033b14c authored over 5 years ago by Artem Zakharchenko <[email protected]>
init: Uses "publicDir" instead of "rootDir"

github.com/mswjs/msw - fb5ae3cfbace0be6a2cc2b51483c6c77003f0ce6 authored over 5 years ago by Artem Zakharchenko <[email protected]>
v0.3.0

github.com/mswjs/msw - a461a841fb218bd94f9e826fc7f6bf11e528b80d authored over 5 years ago by Artem Zakharchenko <[email protected]>
Fixes README typo

github.com/mswjs/msw - 96492a9a4aca515d9e6bcd36cabebb1cfe3faebf authored over 5 years ago by Artem Zakharchenko <[email protected]>
Adds unit tests for "matchPath"

github.com/mswjs/msw - 8091e2b9e28e1932c90a60bd90d557bf77101412 authored over 5 years ago by Artem Zakharchenko <[email protected]>
Adopts functional API

github.com/mswjs/msw - 994e361e44ef944a32ce7152c7cfb4572e35cd18 authored over 5 years ago by Artem Zakharchenko <[email protected]>
composeMocks: Adds unit tests

github.com/mswjs/msw - d87cf73494a78c042365db6de382dcd2d265b884 authored over 5 years ago by Artem Zakharchenko <[email protected]>
Updates README

github.com/mswjs/msw - f15275ed61536062926c05bb8e8929886d6b884d authored over 5 years ago by Artem Zakharchenko <[email protected]>
Updates readme

github.com/mswjs/msw - a970057a50803a48491da49cdd70a3dc154cdb23 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Adds build status badge to README

github.com/mswjs/msw - 6d360b22406c6e195d4977b8ba090f9a91cb1f28 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Adds basic CircleCI config

github.com/mswjs/msw - 16afb84dc79925c2fbeb58e1b5276154c8ecb063 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Forward any body of the request to the mock route handler

github.com/mswjs/msw - 5dc92760ecda7f4cda22a5db3c4de119633129a5 authored almost 6 years ago by Alberto Leal <[email protected]>
Updates README

github.com/mswjs/msw - d643656782dae9e3a18b7d9abf1180fd0ad50e36 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
0.2.2

github.com/mswjs/msw - c3c5f3515302c2676d3e8e5895ebffac9cc9c43a authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Formats route path to support wildcard

github.com/mswjs/msw - 505ba0ccd88d2316d9c0469751c0f9d4ffa91edd authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Uses "matchPath" instead of "assertUrl"

github.com/mswjs/msw - d0b098f92228a3cc47fc1d4c43fe3891d0cc75bd authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Adds package version badge to README

github.com/mswjs/msw - 9932b235b650decde4df5edda6b7c26729902853 authored almost 6 years ago by Artem Zakharchenko <[email protected]>