Ecosyste.ms: OpenCollective

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

github.com/axios/moxios

Mock axios requests for testing
https://github.com/axios/moxios

Merge pull request #86 from axios/dependabot/npm_and_yarn/webpack-dev-server-3.1.11

Bump webpack-dev-server from 1.16.5 to 3.1.11

52e0d9b041ebafad9106a6f734f701b7b8712a2c authored almost 4 years ago by Jay <[email protected]>
Bump webpack-dev-server from 1.16.5 to 3.1.11

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 1.16.5 to 3.1.11....

c94246e47f3018526c516b57fe16a0637cff6377 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #84 from axios/bugfix/ci-fixes

Updated travis config as well as some dependancies

d843853c5b8ab122814cd54a2526146e2a034e1d authored almost 4 years ago by Jay <[email protected]>
Updated travis to use node v12

5d4db39fd5c0be64410623b9533e4892af989eb2 authored almost 4 years ago by Jay <[email protected]>
Updated travis config as well as some dependancies

3b7f5bc4edbd0bbeb90047071694b167c65ddc85 authored almost 4 years ago by Jay <[email protected]>
Merge pull request #28 from Tobbe/wait-promise

wait() returns a promise

56388cd433a8419ca8a870b6bcc2d828edd808a8 authored over 4 years ago by Matt Zabriskie <[email protected]>
Merge pull request #66 from pawel-schmidt/patch-2

Fix and format main example

e5fe17b9111735282a7fb079df77275ea4d58dc1 authored over 4 years ago by Matt Zabriskie <[email protected]>
Merge branch 'master' into patch-2

2e391db0bf39968aaabcad067fad6642425e7d1d authored over 4 years ago by Matt Zabriskie <[email protected]>
Make sure config.method exists

fe851ad3b85ec7d407eb197a5e88a1360b02a7a0 authored over 4 years ago by Matt Zabriskie <[email protected]>
Merge pull request #77 from doshinirav/patch-1

Fixing the function spelling in the first example

d6b1b4927744cf011784f41ff0451454f9bac279 authored over 4 years ago by Matt Zabriskie <[email protected]>
Removing unnecessary variable

cec3d65d96697964923b0883eee54a3d3c01a9dd authored over 4 years ago by Matt Zabriskie <[email protected]>
Merge pull request #25 from nicangeli/master

FIXES #24

e9eadb739c0bf480fd97c5774104393e18327ee5 authored over 4 years ago by Matt Zabriskie <[email protected]>
Merge branch 'master' into master

1db09e22c2a6a4a75356eb554d04baaca41cce34 authored over 4 years ago by Matt Zabriskie <[email protected]>
Merge pull request #35 from Tobbe/stub_request_method

Added `method` parameter to stubRequest

734bb915bb9dac942e959238f4c88776f5d4a0c4 authored over 4 years ago by Matt Zabriskie <[email protected]>
Using a shared method for matching tracked items against a request

d9763ef859e877307da5cc3b3ae4659599be546d authored over 4 years ago by Matt Zabriskie <[email protected]>
Fixing the function spelling in the first example

39d55b68926b45e6b888d6aa330aef0b87d1a0fe authored over 4 years ago by doshinirav <[email protected]>
Updated `axios.create()` example to match convention

05685dfda4e341bcf270a2e25a656e2416b50919 authored over 5 years ago by Paweł S <[email protected]>
Fix and format main example

845560a9c1da6d766c73403066bf2d9a9e4925e7 authored over 5 years ago by Paweł S <[email protected]>
Merge pull request #48 from hovissimo/patch-2

Update DEFAULT_WAIT_DELAY to 1 per #16

3785075af9a740fa6071510f882b38d3fa62be64 authored almost 6 years ago by Matt Zabriskie <[email protected]>
Merge pull request #61 from amilajack/patch-2

add syntax highlighting to readme example

75f559eb90e93353557bf67469c4c7b2b2584842 authored almost 6 years ago by Matt Zabriskie <[email protected]>
add syntax highlighting to readme example

b50b1b4869118f4f15febc644ffa3c8e561ecae7 authored almost 6 years ago by Amila Welihinda <[email protected]>
Merge pull request #37 from Tobbe/test_with_chrome

Chrome for tests. Travis has issues with firefox

c7b8eb22c1e6134eb0d08dd4f878fcbfbb2e4865 authored almost 6 years ago by Matt Zabriskie <[email protected]>
Merge pull request #29 from amilajack/patch-1

Create LICENSE

b175e8e6c93dd824989fabf4b15400cefe35ae45 authored almost 6 years ago by Matt Zabriskie <[email protected]>
Merge pull request #54 from JoshuaMorris/add-reject-example-to-readme

Add reject example to README

8bdaec529f87a95363a80277b4da4d0c289e96cc authored almost 6 years ago by Matt Zabriskie <[email protected]>
Merge pull request #52 from Drasky-Vanderhoff/patch-1

Fixing travis url link issue

f6df430340195539a3a4d148e279a9d087c07d84 authored almost 6 years ago by Matt Zabriskie <[email protected]>
Merge pull request #51 from falconmick/patch-1

moxios with a axios instance

6281e69eb41904c20b1f56a3875f4bcca906d92f authored almost 6 years ago by Matt Zabriskie <[email protected]>
Add reject example to README

76949ffd8ce0d83adc73d020cc9c8aff0a6366e3 authored about 6 years ago by Joshua Morris <[email protected]>
Fixing travis url link issue

It seems since the repo changed name the link was broken and never was updated. This should work...

273d145998e0e45b7d45bf3a5b65b1c411a0a9c3 authored over 6 years ago by Alejandro Kondrasky <[email protected]>
moxios with a axios instance

added documentation on how to use moxios with a specific axios instance

523d6c197ccb6772bc93f21e3f23c791b1db248d authored over 6 years ago by falconmick <[email protected]>
Update DEFAULT_WAIT_DELAY to 1 per #16

This works fine and massively improves my test run speed. See Issue #16

e46f27c75500c0be96f97a959d0308b22e254848 authored over 6 years ago by Hovis <[email protected]>
Chrome for tests. Travis has issues with firefox

Firefox doesn't work with Travis at the moment.
More info here: https://github.com/travis-ci/tra...

937fcea76fa2c9d3fd6e3690a6a73c68b9e9184f authored about 7 years ago by Tobbe Lundberg <[email protected]>
Added `method` parameter to stubRequest

The jsdoc comment mentioned the posibility to specify what method to
stub, but the actual code d...

829797a94a2c35909f7447452b0acd0ca711adc8 authored about 7 years ago by Tobbe Lundberg <[email protected]>
Create LICENSE

620001301c0da0a98e6d9520798fa1e22cf78d39 authored over 7 years ago by Amila Welihinda <[email protected]>
wait() returns a promise

107eb2659e8a11183d308ca27d1c4d4ebb57f7a1 authored over 7 years ago by Tobbe Lundberg <[email protected]>
FIXES #24

9747026510a87826a1e1295e2ac33d55fcd6671d authored over 7 years ago by Nick Angeli <[email protected]>
0.4.0

62101e4a7c49fbf5b639ed5d36587f2b4941c6a2 authored over 7 years ago by Matt Zabriskie <[email protected]>
Merge pull request #18 from paperbd/stub-requests

Stub one or more requests by HTTP method type

e31e792265a945269b4ed33ca0148d19d57945cf authored over 7 years ago by Matt Zabriskie <[email protected]>
Merge pull request #23 from alshakero/master

Lowecase all headers keys

b946d5f2de23941677c26d6c91aa80cb6720603f authored over 7 years ago by Matt Zabriskie <[email protected]>
Lowecase all headers keys

Axios lowercases all incoming headers' keys at parsing stage, and since mocked responses don't g...

7c6f957b2354a392244374462ccc169144a30714 authored over 7 years ago by Omar Alshaker <[email protected]>
Stub one or more requests by HTTP method type.

c951eb3b7a061c09f2891beaf8230054629de81f authored almost 8 years ago by paperbd <[email protected]>
Merge pull request #13 from JaKXz/patch-1

docs: mentions custom axios instance for setup methods

1434a8909e968f899c3898dfde356d530c5df7ab authored almost 8 years ago by Matt Zabriskie <[email protected]>
Merge pull request #8 from dtryon/enhancement/support-timeouts

enhancement - support timeout requests and stub timeouts

77990ebe4b5449888a005f532375edf94ca62586 authored almost 8 years ago by Matt Zabriskie <[email protected]>
docs: mentions custom axios instance for setup methods

2944718a09d673b1dcea3db6eb9737ec9586baa3 authored about 8 years ago by Jason Kurian <[email protected]>
enhancement - support timeout requests and stub timeouts

ed3aa7ed54c24bcf50d7a1a4cdbfb36e99e24739 authored over 8 years ago by Davin <[email protected]>
Releasing 0.3.0

8efab10affaa1d6f46ade94b58e48a2a35993fee authored over 8 years ago by Matt Zabriskie <[email protected]>
Merge branch 'master' of github.com:mzabriskie/moxios

0fffde643681ffa50301a194966be7052a21d1f7 authored over 8 years ago by Matt Zabriskie <[email protected]>
Updating to [email protected]

2d237f83f0d2a6b406eeba24704f3ff5c9cc8c71 authored over 8 years ago by Matt Zabriskie <[email protected]>
Merge pull request #3 from joshualcoffee/master

include external for axios

10c15c59e738838ee5c9f2748400b6bfb4345258 authored over 8 years ago by Matt Zabriskie <[email protected]>
include external for axios

e82f7984f925403a89cf8b63b17663583b84b3f4 authored over 8 years ago by Josh Coffee <[email protected]>
Updating README

4f4ac1416eeee447a70f2e011c25c0ff2c9490a3 authored over 8 years ago by Matt Zabriskie <[email protected]>
Releasing 0.2.0

3759ba184804bab4c21f2a58cd2710327bd2ed3c authored over 8 years ago by Matt Zabriskie <[email protected]>
Updating build

2efdc9edec7f778a299c159d441e13621f3a1b69 authored over 8 years ago by Matt Zabriskie <[email protected]>
Releasing 0.1.0

71e651ecd5790c33eed346dc56e7eea8beabc0ae authored over 8 years ago by Matt Zabriskie <[email protected]>
A bit of class cleanup

8361767a2dc4fe527d448439e055c241cbd5b668 authored over 8 years ago by Matt Zabriskie <[email protected]>
Adding build process

d974fb4db38f1b3c4380b8c48e6c5e302b16c6e2 authored over 8 years ago by Matt Zabriskie <[email protected]>
Adding delay option to wait

74e09eee1fcc24fab3d9a765626797c3af2fef51 authored over 8 years ago by Matt Zabriskie <[email protected]>
Fixing sinon dependency

00a3f0e1bd48846f91e624ebdd87d4564d569304 authored over 8 years ago by Matt Zabriskie <[email protected]>
Adding Travis CI

7edfa9a2220f481d8d47b2a53ada4a1e29aac409 authored over 8 years ago by Matt Zabriskie <[email protected]>
Updating README

15e60664ee513f421fb22f7ac616b4a8f3a35175 authored over 8 years ago by Matt Zabriskie <[email protected]>
firstish

ce109865168e8682bb31acaeaa1e4acbd904a1b1 authored over 8 years ago by Matt Zabriskie <[email protected]>
first

aff222a457a8b604833decbbabfefb048a4c2a8d authored over 8 years ago by Matt Zabriskie <[email protected]>