Ecosyste.ms: OpenCollective

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

github.com/sinonjs/sinon

Test spies, stubs and mocks for JavaScript.
https://github.com/sinonjs/sinon

Update build instructions in CONTRIBUTING.md

Build script uses Node instead of Ruby

840176a9ad9ab4354c034ed6e6ee37a3e208debe authored over 7 years ago by Dan Bird <[email protected]>
add throwsArg(index) to stubs (#1319)

* add throwsArg(index) to stubs

This was requested through https://github.com/sinonjs/sinon/i...

4f3a3acd70041aff54ea2f50704f17115badb295 authored over 7 years ago by Sebastian Van Sande <[email protected]>
Merge pull request #1371 from jroitgrund/bugfix/reset-history

Don't reset behavior when calling resetHistory()

12fe7412529ee73c1c1572630a3ac8da43ba00cb authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Test that resetHistory doesn't reset behavior

dccc82fa9ed6cfa7ddbd5d3c8ccc3566dc02e8bf authored over 7 years ago by Jonathan Roitgrund <[email protected]>
Merge pull request #1409 from lucasfcosta/fix-test-typos

Fix test typos

91c376ee4368cb0d7caf035f5a3da2df4e1f8e5d authored over 7 years ago by Phred <[email protected]>
Remove unnecessary space inside arguments passed in calledInOrder tests

4c4c1dbbb72d01f630c30e2a89a29d593200c14c authored over 7 years ago by lucasfcosta <[email protected]>
Fix typos on assert tests

7bf02f27427b120be77f861b8c4535dea7497ee6 authored over 7 years ago by lucasfcosta <[email protected]>
Merge pull request #1408 from mroderick/fix-1357-missing-quoutes-in-docs

Fix 1357 missing quoutes in docs

88bd811d36489aece9fb0771b93a7b77b9ae85e6 authored over 7 years ago by Morgan Roderick <[email protected]>
Fix #1357: add missing quotes to callsFake example

61a56d14cc665b520b2617a46e2db45e2806b1c2 authored over 7 years ago by Morgan Roderick <[email protected]>
Use consistent quoting in example

40622accb468cba8f6ca626d57bac9e6119f532f authored over 7 years ago by Morgan Roderick <[email protected]>
Make calledAfter symetric with calledBefore

c94d00ac11fc451219aa06a37163039bbaf02449 authored over 7 years ago by lucasfcosta <[email protected]>
Fix markdown in matchers docs (#1395)

ad781323d610cf4c515db427f7f111a4886c56c0 authored over 7 years ago by Aaron <[email protected]>
Change errant quotations into backticks (#1393)

4a94c0f913f9ecab05b11d33e41235f2aa098b73 authored over 7 years ago by Aaron <[email protected]>
forEach() requires 'this' argument (#1356)

* forEach() requires 'this' argument

Otherwise, this is evaluated to undefined, which causes ...

af735ad14576eb6629fe1890d782e4606fa1f0e1 authored over 7 years ago by Felipe Carasso <[email protected]>
exclude test and node_modules from coverage (#1374)

4ef01cad2709b5747ec5cdf68271ccee8ffd7324 authored over 7 years ago by Phred <[email protected]>
Update sandbox.md (#1391)

Correcting sandbox example

de55b4fce67fb9bdd324810a9cb52e4af1eb081c authored over 7 years ago by Stefan du Fresne <[email protected]>
Add sinon.restore to list of deprecated utilities

Fixes #1390

1d68292b22aee8faf8b1300e5e24d6f5cbaeeea9 authored over 7 years ago by Maximilian Antoni <[email protected]>
Remove warning about v1 as source with bundlers (#1388)

This is obsolete by now

098f2b336c46a53d02929002083b0b68534bbb0d authored over 7 years ago by Morgan Roderick <[email protected]>
Update docs/changelog.md and set new release id in docs/_config.yml

f7ff8404cceac23f1fb8b8358ba647c4671f5331 authored over 7 years ago by Morgan Roderick <[email protected]>
Add release documentation for v2.2.0

59a7a34c0ceaa19986ec70e4c7026e0bb931831b authored over 7 years ago by Morgan Roderick <[email protected]>
2.2.0

37676e8fef9b9d31de6fefef1200a6a5d3d2f3c2 authored over 7 years ago by Morgan Roderick <[email protected]>
Update Changelog.txt and AUTHORS for new release

b35d2170d2498f60bd709ab8d6592ee5ece642dd authored over 7 years ago by Morgan Roderick <[email protected]>
Merge pull request #1363 from greena13/master

Add support for React Native window location format Fixes sinonjs/sin…

0127365e776caed3709265c1cd18b0371a176098 authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Flatten structure of getWindowLocation()

4fe0a7372a7b7f583c5790ac8bb5ee349f6d7e89 authored over 7 years ago by Aleck Greenham <[email protected]>
Fix matchers.md in v1.17.6 and v1.17.7 releases. (#1379)

38e3ec45b662b1463a73ed2f8f1ca92b5c270c4a authored over 7 years ago by Aditya Vohra <[email protected]>
Merge pull request #1364 from blacksun1/add-custom-promise

Added `usingPromise` method to stub.

3d4bc162e8b72c5a12189dbadea7cbd4bbed630c authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Fixes for pull request comments

7ac4f60a76e8513625150385dc186a78b2406d0f authored over 7 years ago by blacksun1 <[email protected]>
Added docs for `usingPromise`

25bfde006379c961da95d0f996e0d2db15387139 authored over 7 years ago by blacksun1 <[email protected]>
Added `usingPromise` method to sandbox.

The `usingPromise` method allows the setting of the promise library
that will be used by the res...

0a3518f4f706b66e5bcc8cd4bc20905d22f0eb19 authored over 7 years ago by blacksun1 <[email protected]>
Added `usingPromise` method to stub.

The `usingPromise` method allows the setting of the promise library
that will be used by the res...

17edad75d4e98389b09a09ad4a48dcec7b6ffcb9 authored over 7 years ago by blacksun1 <[email protected]>
Only reset history when calling resetHistory()

stub.resetHistory() delegates to spy.reset() but spy.reset() resets all
its fakes by calling res...

7bc9eaeb7a4d6f36e3ef2a2140c6132d589c87fb authored over 7 years ago by Jonathan Roitgrund <[email protected]>
Merge pull request #1359 from kevincennis/kce/fix-1066

Fix error on call.toString() where stack has fewer than 4 lines.

c5bc9ab444240dd3a9f95048da86255be15a5bcd authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Merge pull request #1320 from ashirley/master

Add test cases for nested matchers and arrays

c6332027b7791ef02e4da4115d9ee567fec5009b authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Merge pull request #1366 from GProst/master

Fix typo in docs: stubs.md example

17c2639e6e81f63299ef18c18a014f72da46ebc6 authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Merge pull request #1365 from MouseZero/master

Fix Reference to deprecated API

cdd9abe18c602d7a245588c091f44c4b389f2d6a authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Merge pull request #1360 from note35/improving-docs

Improve quality of API documentation

d18762a9a181913c31c0949e5a8c8504f9bdba91 authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Fix typo in docs: stubs.md example

Releases v2.0.0, v2.1.0 and the next one

5a5de4a51c8228d3528f8047490ec50f060da2d0 authored over 7 years ago by GProst <[email protected]>
Fix Reference to deprecated API

464401d1077429df338fbc78befb771c2102486e authored over 7 years ago by MouseZero <[email protected]>
Address further linting issues

77a360a2f6a419e9c39365a338c43bfbbf658b5b authored over 7 years ago by Aleck Greenham <[email protected]>
Address linting issues

43b1768420fc58deed23c5a6463ca6120af53b23 authored over 7 years ago by Aleck Greenham <[email protected]>
Move getWindowLocation function definition to before it’s used

deee3dd75bd2152dd1d961d377279cbbb6774483 authored over 7 years ago by Aleck Greenham <[email protected]>
Add support for React Native window location format Fixes sinonjs/sinon#1362

8f0e5706e1e7e3ac4c825bf7df106ee2fc0cf4b3 authored over 7 years ago by Aleck Greenham <[email protected]>
add proper semicolon

874b6f061ecaa1ebb17c2561ef89759ba05ec9a0 authored over 7 years ago by Kir Chou <[email protected]>
improve quality of content

991a4815b1281b0d99e2456cca58e37e0349aca0 authored over 7 years ago by Kir Chou <[email protected]>
improve quality of API documentation

61b5e5996be58fd0d942a8c435a6ebcf6ba35a3f authored over 7 years ago by Kir Chou <[email protected]>
Fix error on call.toString() where stack has fewer than 4 lines.

Fixes #1066

f93cd3b1ba416acc0e877376eb7ff1fd549b5621 authored over 7 years ago by Kevin Ennis <[email protected]>
Fix license heading

f701abe557305f49b5857ccb0c7b838a2933359e authored over 7 years ago by Maximilian Antoni <[email protected]>
Add external links to sinon.js related articles (#1343)

73ad144ef1ae56064e3a75f60d8da2bf459d04ab authored over 7 years ago by Jani Hartikainen <[email protected]>
Merge pull request #1352 from afnizarnur/master

Fix responsive issue on mobile & edit footer

c4a00e7a0422039e56c1e61b26dc241eaf059930 authored over 7 years ago by Maximilian Antoni <[email protected]>
Fix responsive issue on mobile & edit footer

575dc986c086296f621d7261f0100448e64c4b6d authored over 7 years ago by Afnizar Nur Ghifari <[email protected]>
Merge pull request #1350 from timcosta/add_called_immediately_docs

[docs] Document calledImmediatelyBefore and calledImmediatelyAfter

140620e17e9c7aec91039221cb5c0c30a662bbab authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
[docs] Document calledImmediatelyBefore and calledImmediatelyAfter

9fa4948af84159e3d47d81ed4aec81d3c1f6aa45 authored over 7 years ago by Tim Costa <[email protected]>
Merge pull request #1348 from mroderick/fix-hardcoded-current-release-in-docs-root

Fix hardcoded current version in docs root page

35717204747c0a204b2e8017c5ebbc467dd3e8a9 authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Fix hardcoded current version in docs root page

6cd739595fce44b6dcefa06d0ca67a5b6b34387a authored over 7 years ago by Morgan Roderick <[email protected]>
Merge pull request #1347 from cupofjoakim/patch-1

Update copyright year to 2017

710786f0b717d46acd4226ba5e9424218a0be714 authored over 7 years ago by Morgan Roderick <[email protected]>
Update copyright year to current

Probably just an oversight, might as well do a quick PR for it.

f975f82c0c67b0f453c3c6f445f90f569deda3cc authored over 7 years ago by Joakim Wimmerstedt <[email protected]>
Fix quotes in the matchers documentation (#1344)

9133c058da761d5fa6ee657c48e10f958888ac54 authored over 7 years ago by Maximilian Antoni <[email protected]>
Add google group button & edit all page title (#1345)

* Redesign the template

* Fix error

* Exclude docs/assets/ from .eslint

* Add google gr...

4cf4d58bd6feb1fd1ee72ab5226148c700af5cb5 authored over 7 years ago by Afnizar Nur Ghifari <[email protected]>
Update docs/changelog.md and set new release id in docs/_config.yml

9157d41cd95cb29ea1154083787df2406f2b37cc authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Add release documentation for v2.1.0

17e735d720dba2a5a6e71297711994adbb87a6ab authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
2.1.0

90a5d8eddeffbbf259739da40c81f5d261385566 authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Update Changelog.txt and AUTHORS for new release

db6e03bc0fb68a17fbf0b230605a6d6bad0060a8 authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Build package as part of postversion step

Fixes error on missing package.

a3eebd99d730bd56ecd96a01760c0b54b4a769b9 authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Fix GitHub asset URL

fd790000468ef9157d1ab69c8637b7a251fd1ae3 authored over 7 years ago by Maximilian Antoni <[email protected]>
Redesign the template (#1339)

* Redesign the template

* Fix error

* Exclude docs/assets/ from .eslint

6a7c801193e6cd1cb277fc2d96b84fd544d03887 authored over 7 years ago by Afnizar Nur Ghifari <[email protected]>
Merge pull request #1337 from timcosta/add_called_immediately_before_after

[feature] adds spy.calledImmediatelyBefore and spy.calledImmediatelyAfter

354c84c79f39b0b40322a3654acec2a902178550 authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
update spy names across four tests

a957ef3295d56f24e11ff3b5078fc4ce41ba60b5 authored over 7 years ago by Tim Costa <[email protected]>
[feature] adds spy.calledImmediatelyBefore and spy.calledImmediatelyAfter

3aa9919b72089e824ed2f51b5af5a6bb2bb2976a authored over 7 years ago by Tim Costa <[email protected]>
Merge pull request #1331 from mroderick/remove-next-release-from-docs

Remove next release from docs

e4013371207d55f91d9fc99d0ff85532e3ed57e0 authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Remove documentation of the 2.x pre-releases

We won't be officially supporting any of these.

af504b9a02f0ea647522c61352059d03989044d6 authored over 7 years ago by Morgan Roderick <[email protected]>
Remove @next instructions from documentation

Also adjust the script that sets release id in `_config.yml` to no longer make
any assumptions a...

8bec6dddb24e23bc9e417906ab6b3be75cd5b757 authored over 7 years ago by Morgan Roderick <[email protected]>
Merge pull request #1333 from eauc/master

Fix issue #1332 : little bug in spy.printf "%*" formatter.

fc749fa47d78b34e15a3a6de01a23ab2da626e89 authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Add missing space from deprecated message (#1334)

205803025bc3cfa44d3d56ca5c15845b4a15f99c authored over 7 years ago by Lucas Vieira <[email protected]>
Fix issue #1332: little bug correction in spy.printf "%*" formatter.

When used with a list of strings, only the first one is correctly non-quoted :
spy.printf("%*", ...

031fad9b72078e9cff87ce1196350a8752219855 authored over 7 years ago by Auclair Emmanuel <[email protected]>
Merge pull request #1330 from mroderick/fix-typo-in-docs

Fix typo: "resetBehaviour" should be "resetBehavior"

86995f9789bf35cfc16e3843edb2cb4669483b47 authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Add dist file to docs

15a003829011c0d81f8815334c5b74d9d4cf5cdb authored over 7 years ago by Christian Johansen <[email protected]>
Update docs/changelog.md and set new release id in docs/_config.yml

108ac04b3d7d2d265bb1d7010a7dedde73112963 authored over 7 years ago by Christian Johansen <[email protected]>
Add release documentation for v2.0.0

3f5c869bf0c5f8fe9b051423144bd121769b47a2 authored over 7 years ago by Christian Johansen <[email protected]>
2.0.0

02a6ff6908bf64921967b319d4bfeb0bc9439e5a authored over 7 years ago by Christian Johansen <[email protected]>
Update Changelog.txt and AUTHORS for new release

224ec4f0c6abe3060f99ca2694b629c651849549 authored over 7 years ago by Christian Johansen <[email protected]>
Fix typo: "resetBehaviour" should be "resetBehavior"

Fixes #1327

c3491153455026f5baef2724f25ec82785f373c6 authored over 7 years ago by Morgan Roderick <[email protected]>
Merge pull request #1325 from lucasfcosta/callsFake-docs

Add docs for the new callsFake behavior

c748bc5a5ec29c94b039e87d8a7f9cac25a46330 authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Merge pull request #1297 from lucasfcosta/getters-setters-new-api

Add getters/setters stub behaviors new API

fee959d484f1e68718f85a6c9ebadc4b7e21d2cd authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Merge pull request #1326 from lucasfcosta/remove-unused-chain-behavior

Remove unused chain behavior

1bda7c4e783ff51571a020656e38159ee52fd3ef authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Remove unused chain behavior

70e96f5824615d39fa45b372f7e41a769bbf8ae4 authored over 7 years ago by lucasfcosta <[email protected]>
Add docs for the new callsFake behavior

bdd3f821a905a6034034fa16d80ef402cebf3310 authored over 7 years ago by lucasfcosta <[email protected]>
Add docs for the new API get and set behaviors

ad584671cf2803829701472bd01a6efbb4b57260 authored over 7 years ago by lucasfcosta <[email protected]>
Add getters/setters stub behaviors

278c2ce66cb88e81e3752c672ed630369f15fc34 authored over 7 years ago by lucasfcosta <[email protected]>
Add names to previously anonymous getter and setter test functions

eb7f90f85a5fbc61f687fd03755315676f7fe0db authored over 7 years ago by lucasfcosta <[email protected]>
Add restore method for stubbed property descriptors

e852f4fdf537b5f57450b617cf307714c367089a authored over 7 years ago by lucasfcosta <[email protected]>
Allow stubbing getters and setters for function properties

5bbfa515f393647f150f531503d485d02eb12666 authored over 7 years ago by lucasfcosta <[email protected]>
Add test cases for nested matchers and arrays

d61cabc1cf5f78d7ef7eb341c2e68733a78c4c54 authored over 7 years ago by Andrew Shirley <[email protected]>
Merge pull request #1312 from Boshen/fix-ajax-upload-event-listeners

Fix xhr UploadProgress.eventListerners to handle "on" + event

e0cfccc718d3ba038a8d16a077e60186e5751eb1 authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Merge pull request #1315 from seppevs/fix_link_to_sinon_match_in_assertions_doc

fix link to sinon.match in assertions doc

421c869a171e5c27b93b777ad58adaf69941f9b2 authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
fix link to sinon.match in assertions doc

b64044e0f56e2019b31ea7b3a1142f75b6303719 authored over 7 years ago by Sebastian Van Sande <[email protected]>
Refactor xhr and xhr.upload to use the same EventTargetHandler

* they implement the same EventTarget interface specified in the spec [0]
* this fixes the probl...

d2292d68b15ab89fedfb3d3437ec529fe37b2810 authored over 7 years ago by Boshen Chen <[email protected]>
Merge pull request #1311 from fatso83/simple-redirect-fix

Remove SSL part of base url

adaf1ad7bbd607b1e77bee68d0da9e162252b09c authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Remove SSL part of base url

refs #1299

73f52ab297d8805d5cdf723d31253a0ba0f3fc02 authored over 7 years ago by Carl-Erik Kopseng <[email protected]>
Fix #1308: Add old releases (#1310)

feced0788cd9aa319db16f588d251eda3955433e authored over 7 years ago by Morgan Roderick <[email protected]>
Fix invalid markdown syntax in fake-timers.md (#1309)

This is the same fix as 7942a15be60a48650e033922172ebc1ecfc13e88 but for
1.17.6 release docs

56ab80ee0921c5f7b42e48413397d506a8417669 authored over 7 years ago by Morgan Roderick <[email protected]>