Ecosyste.ms: OpenCollective

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

redux-saga

We are on a mission to bring ease for side effects management in Redux applications.
Collective - Host: opensource - https://opencollective.com/redux-saga - Code: https://github.com/redux-saga/redux-saga

Added my intro to saga blog link to external resources (#633)

github.com/redux-saga/redux-saga - 12c7ef24f739a224a28bc1995dc5ddd0dabb5662 authored about 8 years ago by Matt Granmoe <[email protected]>
updated builds

github.com/redux-saga/redux-saga - a943da81b61b7321641651b1e01862d8dda01bcd authored about 8 years ago by yelouafi <[email protected]>
Merge pull request #629 from eiriklv/fix-backticks

Use backticks instead of quotes

github.com/redux-saga/redux-saga - 977f88524788d63969c09eb093d41338ebe922c5 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Use backticks instead of quotes

For correct display of code in markdown

github.com/redux-saga/redux-saga - 1d8a0d71111daeb51c7596c05d22c4132199846d authored about 8 years ago by Eirik L. Vullum <[email protected]>
Merge pull request #623 from eiriklv/master

Add missing yield in fork model example

github.com/redux-saga/redux-saga - c6af0703ba5e8829494583e33c1537e137569ff1 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Add missing yield

github.com/redux-saga/redux-saga - 9dc354836431a2bc7bcfe422fd31b9bbcab914f0 authored about 8 years ago by Eirik L. Vullum <[email protected]>
Fix scheduler issues of sync puts/forks/takes (#622)

* uses semaphore instead of lock/prevent flush from overriding nested suspends

* shcedule ext...

github.com/redux-saga/redux-saga - 62864892c2e5326e2b1b5d9936a2921cd0ec5aed authored about 8 years ago by Yassine Elouafi <[email protected]>
Improve monitor api (#609)

* export CHANNEL_END

* notify root runs & actions to monitor

* use a global uid for effect...

github.com/redux-saga/redux-saga - 2aa4bb1fdc021f6a438ddbc81888d8aa809151ef authored about 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #621 from pvnr0082t/add-badge

add CDNJS version badge in README

github.com/redux-saga/redux-saga - 6db584a60b99044b9b4ae1e024a3ac09ec58f9f9 authored about 8 years ago by Mateusz Burzyński <[email protected]>
add CDNJS version badge in README

This badge will show the version on CDNJS!
add CDNJS badge in
- README.md
- README_ja.md
- READM...

github.com/redux-saga/redux-saga - 7acbbbb2f015ff1068ae9d49b9dee91cf8926906 authored about 8 years ago by Daniel Wang <[email protected]>
0.12.1

github.com/redux-saga/redux-saga - 557d26a92570f50c6ca822f9e1870f0a2e321818 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Updated standalone builds

github.com/redux-saga/redux-saga - f1b9025e0ac7c0274cdc5d4098b92b8cf82de646 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #593 from benhughes/patch-1

Adding $$LogSagas to global in react-native

github.com/redux-saga/redux-saga - 8a76a1c7eeb97de58072b2e3ab721a59675d0365 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Allowing sagaMonitor to be used in react-native as well as browser environment

github.com/redux-saga/redux-saga - bdf76f493c81496f19c9bfe8968bd677b6b80ea9 authored about 8 years ago by benjaminhughes <[email protected]>
Merge pull request #599 from mjrussell/patch-1

Clarify the argument to expanding buffers

github.com/redux-saga/redux-saga - dfefd046d70615c662971b10438c0881fe84503f authored about 8 years ago by Mateusz Burzyński <[email protected]>
Clarify the argument to expanding buffers

Currently docs and argument name suggest it expands dynamically to the limit provided,
instead o...

github.com/redux-saga/redux-saga - 6f955d0da25075490dc7bf9bfc55d33f2eaf1784 authored about 8 years ago by Matt Russell <[email protected]>
Merge pull request #595 from jfairbank/add-redux-saga-router-addon

Add link to redux-saga-router

github.com/redux-saga/redux-saga - 58800498e75e6eaad9acbf7efda0dbf4d5f5e389 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Add link to redux-saga-router

github.com/redux-saga/redux-saga - eb9cfdad17b6959f39bc975c59505099f57fa930 authored about 8 years ago by Jeremy Fairbank <[email protected]>
Merge pull request #594 from juangl/patch-1

Missing argument in Channels Docs

github.com/redux-saga/redux-saga - b2f8c9754d2866a858dc3d50e0edb7d90eaa5776 authored about 8 years ago by Yassine Elouafi <[email protected]>
Missing argument

github.com/redux-saga/redux-saga - 06ad2072fdf6b4b7918f9f07c1207e4db78bd619 authored about 8 years ago by Juan García <[email protected]>
Merge pull request #583 from yelouafi/fix/578

Fixed issue when more than 2 sync effects were geting resolved during…

github.com/redux-saga/redux-saga - e075e35bfbf0b1e40d24a8b843b0b4b80cb39ac8 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #590 from jupl/ts-iterable-iterator

[Typescript] SagaIterator: Iterable -> IterableIterator

github.com/redux-saga/redux-saga - 193a841d62e290351482328aa8194dba59e54ce6 authored about 8 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #591 from yelouafi/fix/missing-ts-typing

Added missing buffers#expanding typing

github.com/redux-saga/redux-saga - 82a96117bd14c9869cf7c600bf4436b095661d2c authored about 8 years ago by Mateusz Burzyński <[email protected]>
Added missing buffers#expanding typing

github.com/redux-saga/redux-saga - 3329b014e55c1ddf1472d417989d33c7dc2a7fff authored about 8 years ago by Mateusz Burzyński <[email protected]>
TS: Iterable -> IterableIterator

github.com/redux-saga/redux-saga - cd774201bce6b9ecf15ea59cb7eaa452891d59b5 authored about 8 years ago by jupl <[email protected]>
Merge pull request #584 from Alxandr/fix-csp-cancellation

Call cancel on CPS function cancellation

github.com/redux-saga/redux-saga - 238b394f73bd7c58a330052cba27bd01602306ac authored about 8 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #588 from dooart/master

Fix broken links and minor grammar error

github.com/redux-saga/redux-saga - 0d89e1f84ff00a7920a15313b551147943829c9a authored about 8 years ago by Mateusz Burzyński <[email protected]>
Fix broken links and minor grammar error

- There were two broken links to the "buffers" section of API
- "putted" -> "put"

github.com/redux-saga/redux-saga - 19c64bfb4e2a998877f083b76e3d32db1be1c384 authored about 8 years ago by thiago <[email protected]>
Merge pull request #585 from knpwrs/patch-1

Fix code block on recipes page.

github.com/redux-saga/redux-saga - 68f4c00530f3f50c6c64aa30dd697266ac880d3f authored about 8 years ago by Mateusz Burzyński <[email protected]>
Fix code block on recipes page.

github.com/redux-saga/redux-saga - e5e1ae75efd5a65d3dd21413820636573f3a06e1 authored about 8 years ago by Ken Powers <[email protected]>
Call cancel on CPS functions cancellation

github.com/redux-saga/redux-saga - 01620f33eb565902ceae1a271f79502378033d5e authored about 8 years ago by Aleksander Heintz <[email protected]>
Add failing cps cancellation test

Add test that shows that the cancel method on a CPS method is not called.

github.com/redux-saga/redux-saga - 57aa38c9693542a1162258084b7a6ff23b807928 authored about 8 years ago by Aleksander Heintz <[email protected]>
Fixed issue when more than 2 sync effects were geting resolved during the race (fix #578)

github.com/redux-saga/redux-saga - 4b0c9cdffafe6987146d1beacf6e022d5711f1ae authored about 8 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #581 from yelouafi/fix-put-error-test

fix put test error case (broken by #567)

github.com/redux-saga/redux-saga - 0935033f751f518f1efb3910f843463caf7039f0 authored about 8 years ago by Yassine Elouafi <[email protected]>
correct typo in test descriptions

github.com/redux-saga/redux-saga - 4de8449b3c732d64848bfc5da4fae62b7f73b2d7 authored about 8 years ago by yelouafi <[email protected]>
fix put test error case (broken by #567)

github.com/redux-saga/redux-saga - ee179df2b8cc1b05e7f71e6635cc184c38ad63ce authored about 8 years ago by yelouafi <[email protected]>
Merge pull request #579 from michaelgilley/docs/add-put-sync

Add `put.sync` to docs 🚀

github.com/redux-saga/redux-saga - 0e0e581e71c26959d25460bd5824a1bcffb48366 authored about 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #567 from michaelgilley/fix/put-dispatch-no-cancel

Don't cancel saga when put dispatch throws

github.com/redux-saga/redux-saga - 8565562aa1bc39a36531823994656581581ca03d authored about 8 years ago by Yassine Elouafi <[email protected]>
Add put sync to docs

github.com/redux-saga/redux-saga - 6ce6126c4fefd5b92810b8f55a71b8bccaee2392 authored about 8 years ago by Michael Gilley <[email protected]>
Add put error handling to API docs

github.com/redux-saga/redux-saga - ba599f70692dc1b24fed17e2a3da1757c23a7998 authored about 8 years ago by Michael Gilley <[email protected]>
Use error stack only if it exists

github.com/redux-saga/redux-saga - 75fec74c71e2da1300771fdac2f4734315adc747 authored about 8 years ago by Michael Gilley <[email protected]>
Bubble error if put is blocking

github.com/redux-saga/redux-saga - 2af3354024d2fc8e066736dcc9eb21075c3072f9 authored over 8 years ago by Michael Gilley <[email protected]>
Use error.stack for logging

github.com/redux-saga/redux-saga - ce6a450babc3c715ee47942e92a09524bbe9e20d authored over 8 years ago by Michael Gilley <[email protected]>
Merge pull request #572 from michaelgilley/docs/edit-channels

Fix some typos and grammar in Channels

github.com/redux-saga/redux-saga - 85a73ad06242e20ae61ee98d3a844a13694f7e4d authored over 8 years ago by Yassine Elouafi <[email protected]>
Fix some typos and grammar in Channels

github.com/redux-saga/redux-saga - ee85d38102368ad2b64d582b097bb4322f86da14 authored over 8 years ago by Michael Gilley <[email protected]>
Merge pull request #566 from komcal/master

Update BeginnerTutorial.md

github.com/redux-saga/redux-saga - 93f54110ecea401a7a3637fe3d71dba9d23b0751 authored over 8 years ago by Yassine Elouafi <[email protected]>
Don't cancel saga when put dispatch throws

github.com/redux-saga/redux-saga - c7299a5ff8f16d2b9a14d534213812b42ec4f13e authored over 8 years ago by Michael Gilley <[email protected]>
Merge pull request #565 from jpsierens/master

Update README.md

github.com/redux-saga/redux-saga - 7f785c9bb75c51db5f086a740e696182471c3531 authored over 8 years ago by Yassine Elouafi <[email protected]>
Update BeginnerTutorial.md

github.com/redux-saga/redux-saga - 2907608235df08d86887086c461fbf070b5bea3d authored over 8 years ago by komcal <[email protected]>
Update README.md

Introduction link was giving 404, changing to introduction/BeginnerTutorial.html

github.com/redux-saga/redux-saga - 3937f639129669203dce7062e8c551d391047fcb authored over 8 years ago by Jean-Pierre Sierens <[email protected]>
updated builds

github.com/redux-saga/redux-saga - fd40162c04b9e90db974def904af4c5311253498 authored over 8 years ago by yelouafi <[email protected]>
Merge pull request #556 from alexaivars/patch-1

fixed typo ping pong typo

github.com/redux-saga/redux-saga - c8bff578024a9c31677d061a9e728d132ca618e7 authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #554 from tbash/patch-1

Import `apply` from `redux-saga/effects` in ex.

github.com/redux-saga/redux-saga - 6b4f309f4395d55e0871194167970352f3941cdb authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #530 from Andarist/infinity-buffer

Implemented new type of buffer - infinity, which will expand itself a…

github.com/redux-saga/redux-saga - 8f40ce9bddc754ede6326304e2f56cb78db1eb55 authored over 8 years ago by Yassine Elouafi <[email protected]>
fixed typo ping pong typo

github.com/redux-saga/redux-saga - 58eca572b3f303092709eb9b5ee2476418efc510 authored over 8 years ago by Alexander Aivars <[email protected]>
Import `apply` from `redux-saga/effects` in ex.

github.com/redux-saga/redux-saga - eae443bc60b5fde9d2d4f5eabd1e63c9a6af2274 authored over 8 years ago by T. Brandon Ashley <[email protected]>
Implemented new type of buffer - infinity, which will expand itself automatically in case of overflow

github.com/redux-saga/redux-saga - 018c80a10c416694285b1b8fe1a61f649f26d40f authored over 8 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #539 from Andarist/std-channel-extracted

Extracted stdChannel as thin wrapper of eventChannel, so only it has …

github.com/redux-saga/redux-saga - 5a6db57c77141b85b82aa097933ad687aacff8dc authored over 8 years ago by Yassine Elouafi <[email protected]>
Extracted stdChannel as thin wrapper of eventChannel, so only it has the logic of taking based on pattern. (fixes #507)

github.com/redux-saga/redux-saga - d96b3351352ccc206d68eee30427b9c885fb5409 authored over 8 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #541 from Emetrop/patch-1

removed doubled the

github.com/redux-saga/redux-saga - e6fe75a0103097f6ede0bf980c6726b6003271b9 authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #533 from eta-ai/uncaught-error-handler

Added option for handling uncaught errors

github.com/redux-saga/redux-saga - 6bf578511ac7a0a76875c6cfad545a1746ccc8ea authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #536 from romseguy/patch-1

Update ForkModel.md

github.com/redux-saga/redux-saga - 79dc6bb54489aa381d51837b218ef8d06d7f868c authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #455 from Andarist/master

Allow helpers return task effects into sagas in order to continue sag…

github.com/redux-saga/redux-saga - 637aa0fdf4ba503a55655800782136d591bb8bb4 authored over 8 years ago by Yassine Elouafi <[email protected]>
Added throttle helper

github.com/redux-saga/redux-saga - 0b46c13facd7ac6162191fe8a712925284efdda0 authored over 8 years ago by Andarist <[email protected]>
removed doubled the

github.com/redux-saga/redux-saga - c194b42c2645112834dd6a2125b10c7882207e57 authored over 8 years ago by Emetrop <[email protected]>
Made helpers non blocking, they return task descriptors back into saga so it can continue its execution without wrapping it additionally into a fork. It also makes them cancelable now, like regular forked tasks.

github.com/redux-saga/redux-saga - 589127148e3cbcd62d708995fc8a3f0490923822 authored over 8 years ago by Andarist <[email protected]>
Only call onError with uncaught errors

github.com/redux-saga/redux-saga - 90cca9b1ba38c7a0842435e97b5c443aaa0303e0 authored over 8 years ago by Seggy Umboh <[email protected]>
Update ForkModel.md

github.com/redux-saga/redux-saga - 0d5e0265e40b0376fe8a422a9fff1bb0c55c2667 authored over 8 years ago by Romain Séguy <[email protected]>
Merge pull request #534 from Andarist/flush-docs

Added API docs about the flush effect

github.com/redux-saga/redux-saga - 339ea9a8753d0a60dd006f2d8b2b26e88d75505e authored over 8 years ago by Yassine Elouafi <[email protected]>
Added API docs about the flush effect

github.com/redux-saga/redux-saga - bb6e19af1fb0d10a7f0d712bc2a0a4338e206b1a authored over 8 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #529 from cyrilluce/master

[bugfix] log() compatible with IE9

github.com/redux-saga/redux-saga - fa57a620d6d39716826d4a830cb84407a3f3d5c4 authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #528 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg

Replace npmcdn.com with unpkg.com

github.com/redux-saga/redux-saga - f4873fb6a9c7ade6a8a8bbad7adccfb22fd9c60b authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #501 from Andarist/flush-effect

Added new effect - flush. It can be used to clear channel from buffer…

github.com/redux-saga/redux-saga - 2a4fbdc63dc92be33b6b3457836b194b26bdd89f authored over 8 years ago by Yassine Elouafi <[email protected]>
Added option for handling uncaught errors

github.com/redux-saga/redux-saga - 313fe0c7f12398fd20e5cf5b0ecc32cc82f2b1ef authored over 8 years ago by Seggy Umboh <[email protected]>
log() compatible with IE9

github.com/redux-saga/redux-saga - 4f9ccd4057d78df9e10569a8f6a9593a5943d39f authored over 8 years ago by cluezhang <[email protected]>
Replace npmcdn.com with unpkg.com

github.com/redux-saga/redux-saga - 605e2c49cd142631d40eda9a6c895ea25e27d08a authored over 8 years ago by npmcdn-to-unpkg-bot <[email protected]>
Merge pull request #512 from yeerkkiller1/master

Put to Channel doesn't require an action

github.com/redux-saga/redux-saga - 1896c79b832760d55150ffaf62089ee8af70c2b9 authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #514 from Andarist/buffers-docs-fix

Fixed docs information about default limit in buffers. (spotted in #511)

github.com/redux-saga/redux-saga - e14a460d272f42e5bdbcea6926084ae2a443b054 authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #516 from fanliming/patch-1

Update ProductList.js

github.com/redux-saga/redux-saga - 482225e04a96c2109e3daac0b40029de79a9cc7e authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #517 from rauliyohmc/callEffect-api-docs-enhancement

Improving API docs for call effect

github.com/redux-saga/redux-saga - 15fddcf89ae2c00f9bffa0219ba4150d2b05d412 authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #520 from neighborhood999/translation-tw

Add Chinese Traditional translation

github.com/redux-saga/redux-saga - 5bb48a4ef623d17812935a07fa2d21bdb2069fc0 authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #523 from bcrusu/patch-1

fixed typo

github.com/redux-saga/redux-saga - a2b96bad6271bfb948e050f8b03c0b4de8df9ed1 authored over 8 years ago by Yassine Elouafi <[email protected]>
Add Chinese Traditional translation

github.com/redux-saga/redux-saga - 631a659f77c69f905d73e7a3f18fd26a3709e006 authored over 8 years ago by Peng-Jie <[email protected]>
Adding "synchronously" for better clarification

github.com/redux-saga/redux-saga - 30581589dd7d73cfa3c38865e8846e3af412feb2 authored over 8 years ago by Raúl Gómez Acuña <[email protected]>
Improving API docs for call effect, in order to state that normal functions can be used as well (as per #515)

github.com/redux-saga/redux-saga - 264f5b5950868ac53e52782b2be6de8ae31cd8fa authored over 8 years ago by Rauliyohmc <[email protected]>
Update ProductList.js

github.com/redux-saga/redux-saga - 4e63fc58155e4f784182eb22c17d26cd1ffce2d6 authored over 8 years ago by 饭粒 <[email protected]>
Fixed docs information about default limit in buffers. (spotted in #511)

github.com/redux-saga/redux-saga - 982cea2608929dc5a7bde251a15ebb6645d46779 authored over 8 years ago by Mateusz Burzyński <[email protected]>
Put to Channel doesn't require an action

github.com/redux-saga/redux-saga - dfc77dca8c0942a36b94f1240a05bc69da14dca9 authored over 8 years ago by yeerkkiller1 <[email protected]>
Added new effect - flush. It can be used to clear channel from buffered items and geting them back in a batch in the saga. (closes #481)

github.com/redux-saga/redux-saga - 2c21239e8f8c738ed52575861f9ccf038af1256d authored over 8 years ago by Andarist <[email protected]>
Merge pull request #485 from neurosnap/recipeUndo

Undo recipe

github.com/redux-saga/redux-saga - e18dfa2592b493d91b82ef68d026e311827a34ba authored over 8 years ago by Yassine Elouafi <[email protected]>
Merge pull request #506 from PeterAronZentai/master

Fix typo in argument check

github.com/redux-saga/redux-saga - 5b74cbfbe383a0bd4839bc5b73f0816a35a9c62c authored over 8 years ago by Yassine Elouafi <[email protected]>
Fix typo

github.com/redux-saga/redux-saga - 0578d265b1b75887bb37b499fb7adc077ece3cde authored over 8 years ago by Peter Aron Zentai <[email protected]>
Merge branch 'master' of github.com:yelouafi/redux-saga

github.com/redux-saga/redux-saga - 549c5dc997d79475edf788c7acbaa4aaf7ea4908 authored over 8 years ago by yelouafi <[email protected]>
latest builds

github.com/redux-saga/redux-saga - ffe8c229e06afc86c9d719bde8dcc5fa4676666f authored over 8 years ago by yelouafi <[email protected]>