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
* Issue #1241
* Check worker at takeLates, takeEvery and throttle
* move validation to io....
github.com/redux-saga/redux-saga - 154f37636eb9027c731256ca266935d008eb2230 authored over 6 years ago by Sergey <[email protected]>* put.resolve --> putResolve
* move helpers under effect part
* add debounce
* update t...
github.com/redux-saga/redux-saga - 8e1a6c153ea03adc2a46e8c1cf6f3d8395a07a87 authored over 6 years ago by Mikhail Shustov <[email protected]>github.com/redux-saga/redux-saga - e39bc8f9fd2713fc086c5fe8f0376df72601c249 authored over 6 years ago by Mikhail Shustov <[email protected]>
* setup eslint for react; add examples/ in .lintstagedrc
* update npm lock file
github.com/redux-saga/redux-saga - db6b6e13e6f12b4d0cd73b406c2651b84fae357f authored over 6 years ago by shinima <[email protected]>* Add test for passing thrown error in onError
* remove excessive test case
github.com/redux-saga/redux-saga - 89800809a1242c2515fa48268f06c60a6dbca963 authored over 6 years ago by Mikhail Shustov <[email protected]>github.com/redux-saga/redux-saga - cfe4472beb00ade767006c6a5891989e0dcd69b4 authored over 6 years ago by shinima <[email protected]>
* doc: eventChannel emitting errors
* test: Add test for saga taking from and eventChannel
github.com/redux-saga/redux-saga - 21b7e804a0789ad5d2de11bb7d302d7e88cb4c99 authored over 6 years ago by shinima <[email protected]>* Removing mentions of .done and replacing with .toPromise()
* Changing back toPromise to don...
github.com/redux-saga/redux-saga - 5702affdcd681e5aee1371ba68cc061af10078bc authored over 6 years ago by JSoet <[email protected]>* core: finish race on END. change tests
* core: finish race on END. change implementation
...
github.com/redux-saga/redux-saga - b3a060a0d67942f0996c80059181352fb1526958 authored over 6 years ago by Mikhail Shustov <[email protected]>remove unused iterator reference
github.com/redux-saga/redux-saga - bed6db5c388ef4ece7aacf1545d4ca6132a1ff4a authored over 6 years ago by Mikhail Shustov <[email protected]>github.com/redux-saga/redux-saga - b1c85ac863160c61b4cfe3e85803aca7f9b11221 authored over 6 years ago by restrry <[email protected]>
issue# 1500: pin beta version until stable release
github.com/redux-saga/redux-saga - 1cc06c6a82a9bf11c8d9c40636ff556d99194a84 authored over 6 years ago by Mikhail Shustov <[email protected]>github.com/redux-saga/redux-saga - 0d682969be8a3a702f2d144680f87cd24b44f1c0 authored over 6 years ago by Zach Gavin <[email protected]>
github.com/redux-saga/redux-saga - 97f3cafd9d1218d508bcb7f3fd7ab0d39316092d authored over 6 years ago by Adrian Pascu <[email protected]>
remove unused variable
github.com/redux-saga/redux-saga - fc30bef7487b30ea9ab9d8f6db233a1d448d30ff authored over 6 years ago by Mikhail Shustov <[email protected]>github.com/redux-saga/redux-saga - 96092136a2a9c8a9a80ce0d4ba0dcedfe89271f4 authored over 6 years ago by Michael Cheng <[email protected]>
github.com/redux-saga/redux-saga - e6d34309f5d21fcbaf7e1e77b7c9f5280a435d69 authored over 6 years ago by restrry <[email protected]>
github.com/redux-saga/redux-saga - 2d68fa16350253ed2ff0861f66ac99286109813c authored over 6 years ago by Alex Richardson <[email protected]>
* Change effect structure to `{ [IO]: true, type, payload }`
* Edit effects.d.ts to reflect t...
github.com/redux-saga/redux-saga - f85674b3a319c1f9c209e62bc509a0e2c0b4bdeb authored over 6 years ago by feichao <[email protected]>github.com/redux-saga/redux-saga - 9b10a0b5af7dda0293d74d91443f7ff3d0564157 authored over 6 years ago by Jérôme Argot <[email protected]>
github.com/redux-saga/redux-saga - d327225a0aca2f789acb7479084239f90ad98a0a authored over 6 years ago by Zach Gavin <[email protected]>
github.com/redux-saga/redux-saga - 1396162cff1fc36574024a8e6f3b4aa9ee8d711e authored over 6 years ago by Mikhail Shustov <[email protected]>
* Remove unused function updateIncentive; Change mockTask.running to mockTask._isRunning
* co...
github.com/redux-saga/redux-saga - 5f5cb8ab93f68d1e2adfe769e5cce99d7a4bc906 authored over 6 years ago by feichao <[email protected]>github.com/redux-saga/redux-saga - 2a3386e3eb26fbc3887b679a646eafd36c8e66ad authored over 6 years ago by Christian <[email protected]>
* add tests for helpers finished with END
* remove unused termination condition
github.com/redux-saga/redux-saga - ce9882eb6dde3edd61363bfa263f387c05c03bd3 authored over 6 years ago by Mikhail Shustov <[email protected]>Use properties of task to track the task running status. Unify mainTask._isRunning and mainTask....
github.com/redux-saga/redux-saga - b956a0913028ffcc486c830290012c6ec9ff751d authored over 6 years ago by feichao <[email protected]>github.com/redux-saga/redux-saga - 434b79c79ca2226bcd3c41995bb613f4747b8f01 authored over 6 years ago by shinima <[email protected]>
* core: clean up channel end
* core: fix naming
* fix lintstaged
* core: use TERMINATE ...
github.com/redux-saga/redux-saga - 802ddec62cdcd7bdd21e94d722b819729b105972 authored over 6 years ago by Mikhail Shustov <[email protected]>* Remove redundant test; fix test names
* Fix typos in test files
github.com/redux-saga/redux-saga - 8555610cbd1f09176546edea7b01383714b8ed48 authored over 6 years ago by feichao <[email protected]>github.com/redux-saga/redux-saga - 457cfbcd8d3734a48c656fbcf3989bbe46a9c1b5 authored over 6 years ago by shinima <[email protected]>
github.com/redux-saga/redux-saga - 1b4ba30c063bcb28ba4ff7ed5f430fe88d99dec3 authored over 6 years ago by Bryan Fillmer <[email protected]>
github.com/redux-saga/redux-saga - 693ed84f36ca2e3c302361c9202c0d5f3b0d9dfa authored over 6 years ago by Kurt Furbush <[email protected]>
Debounce helper
github.com/redux-saga/redux-saga - 2e9a00cf84d5aa0b853f34790ccab89eedf8fe95 authored over 6 years ago by Mikhail Shustov <[email protected]>github.com/redux-saga/redux-saga - 63d3bf9874f1fbff7248caacce54b68379b33e7f authored over 6 years ago by restrry <[email protected]>
github.com/redux-saga/redux-saga - 64ed12a82ea2642a1f861e7c72619bf97d4b6d5e authored over 6 years ago by restrry <[email protected]>
github.com/redux-saga/redux-saga - 0775b2aea48f41a6f08877212c83297942da8da6 authored over 6 years ago by restrry <[email protected]>
github.com/redux-saga/redux-saga - ac191ddd832bc8ea488d3f90910d30a38e042a66 authored over 6 years ago by restrry <[email protected]>
github.com/redux-saga/redux-saga - 435be2a148572ddeb97171cd579be4f9a6790336 authored over 6 years ago by restrry <[email protected]>
github.com/redux-saga/redux-saga - a71ee721e2380d6a42e413ec23b90dbaf58714e0 authored over 6 years ago by restrry <[email protected]>
github.com/redux-saga/redux-saga - 50fa1be1a3ba5244d2fe999c783ee9b53e9fd76f authored over 6 years ago by restrry <[email protected]>
chore: npm doesnt support node 10
github.com/redux-saga/redux-saga - cd18662d5f56ccb46fabc01cc7429ff15525f6d9 authored over 6 years ago by Mikhail Shustov <[email protected]>github.com/redux-saga/redux-saga - 3876a66acd37d78ab7fdbc3e67faabf77ca2771c authored over 6 years ago by restrry <[email protected]>
github.com/redux-saga/redux-saga - c008ee765ea140c45288910b940e5319fa34630b authored over 6 years ago by Seo Kyohei <[email protected]>
* Removes a lot of implications that redux-sagas is simple to grasp
Renames some instances of t...
Change mainTask.isMainRunning to mainTask.isRunning.
github.com/redux-saga/redux-saga - 765b1b904cf85891a7fb1e7c0e882d46f5b9627c authored over 6 years ago by Mikhail Shustov <[email protected]>
* changed project structure to fix circular dependency
- moved functions dependent on 'sagaHelp...
github.com/redux-saga/redux-saga - 34d7f4229667a218dfd5be995668c1a07ec83cd4 authored over 6 years ago by Bo Chen <[email protected]>
add the missed buffers.sliding(1)
github.com/redux-saga/redux-saga - 4dc28ce03c49ffd2e96d394b8ed68bf9510c60dc authored over 6 years ago by LiLieMing <[email protected]>* core: renaming in fms
* switch fms from tuple to object
github.com/redux-saga/redux-saga - c61d6f13a33837e92fd36f9b332661a8200782ec authored over 6 years ago by Mikhail Shustov <[email protected]>github.com/redux-saga/redux-saga - 9ce956973c300ad2e597fff30195274e02754bf1 authored over 6 years ago by Mikhail Shustov <[email protected]>
* core: create test for retry helper
* core: refactor fmsIterator
* core: add retry helper...
github.com/redux-saga/redux-saga - d60dee859bd681366422dd387ce1d4e192d85cd0 authored over 6 years ago by Mikhail Shustov <[email protected]>* update to latest lerna version;
* run CI for 2 node LTS versions
github.com/redux-saga/redux-saga - 5e0d7cfd9029280a46f5c68a6dba0c486335dab0 authored over 6 years ago by Mikhail Shustov <[email protected]>* Adding summaries and examples of useful testing libraries.
* Added info about effectMiddlew...
github.com/redux-saga/redux-saga - 86f4df18a9992d5743bd1c33d5ce2a24f6ec06fb authored over 6 years ago by Zach Gavin <[email protected]>github.com/redux-saga/redux-saga - a6278030b30deb9a7feef178100d9dff29b92c37 authored over 6 years ago by Mikhail Shustov <[email protected]>
github.com/redux-saga/redux-saga - 5ff1c6310f52e5024217c3109a762cfeb823abf8 authored over 6 years ago by Леонтьев Кирюха Львович <[email protected]>
github.com/redux-saga/redux-saga - d681fbbc66007a00cc13f3f68efe5311a4452819 authored over 6 years ago by Mateusz Burzyński <[email protected]>
github.com/redux-saga/redux-saga - 7f57b198925830e8a74330f9d7a8135d2a906b53 authored over 6 years ago by Igor Ovsiannikov <[email protected]>
Update ForkModel.md
github.com/redux-saga/redux-saga - 07d536523fd18fcf2ebbe43e2aeae2deed796601 authored over 6 years ago by Mikhail Shustov <[email protected]>github.com/redux-saga/redux-saga - a2844c1a5015e9a81ffb2faaad38e283b0010daf authored over 6 years ago by Jesus Vilar <[email protected]>
* babel-plugin: update readme
* update real-world example
* address comments
github.com/redux-saga/redux-saga - 12ec46bbbd64519c7f3d2a3f9d374fd97b4cac18 authored over 6 years ago by Mikhail Shustov <[email protected]>github.com/redux-saga/redux-saga - d4cc932855a565e9578ea959fa6f3beaad73ca88 authored over 6 years ago by Fernando Jorge Mota <[email protected]>
github.com/redux-saga/redux-saga - c66dee66de9a6e6594870e42f30c8f5520776b84 authored over 6 years ago by Mikhail Shustov <[email protected]>
* Fixed location of the delay function in the beginner tutorial
* Delay function
* Fixed f...
github.com/redux-saga/redux-saga - 6b63f52b7b6a178f816a5e5549d75bd4526240c5 authored over 6 years ago by Ivan Jovanovic <[email protected]>Safely Handle Various Arguments in Calls to Promise.reject()
github.com/redux-saga/redux-saga - 56d822efdf5b7cf5128e0283b755992803fa7499 authored over 6 years ago by Mateusz Burzyński <[email protected]>This handles situations where, for example, a promise's reject() callback is called with a strin...
github.com/redux-saga/redux-saga - 7da560b0688c0300c960ad49f0331c976b45d328 authored over 6 years ago by Max Winderbaum <[email protected]>Add redux-saga-requests to addons in docs
github.com/redux-saga/redux-saga - e4d1441c27996e11db5135218bcf0c769d62395a authored over 6 years ago by Mateusz Burzyński <[email protected]>github.com/redux-saga/redux-saga - 8f7a008276df07fa35b04cfb77736d4822047882 authored over 6 years ago by Konrad Lisiczyński <[email protected]>
babel-plugin: fix relative path calc for babel@6
github.com/redux-saga/redux-saga - ee182efd18c1e711a0b04392d60b2ee7e846eaa1 authored over 6 years ago by Mateusz Burzyński <[email protected]>github.com/redux-saga/redux-saga - 10659afb0e88e1d74112ce36c22f1b65687f5414 authored over 6 years ago by restrry <[email protected]>
Added CONTRIBUTING.md (Issue#1287)
github.com/redux-saga/redux-saga - a7e2603079290134d213da97b7b2153a1bd5c96b authored over 6 years ago by Mateusz Burzyński <[email protected]>github.com/redux-saga/redux-saga - c11b8751e4cb222bbbf4c3e7da918921645b706a authored over 6 years ago by restrry <[email protected]>
github.com/redux-saga/redux-saga - 9a2de97f5d9eccf25cb1a5c3aaa43a828b300a3a authored over 6 years ago by Abdul Kabia <[email protected]>
github.com/redux-saga/redux-saga - 0fb3cec5ac4c1dba4493158256f43b5a643f4ef8 authored over 6 years ago by Abdul Kabia <[email protected]>
github.com/redux-saga/redux-saga - f61aebc25be21d9b987eee559a012345cee65d1d authored over 6 years ago by shinima <[email protected]>
update docs for delay effect
github.com/redux-saga/redux-saga - 7b415a2408f9fb9002abae1112dce3b6bb5f6ed6 authored over 6 years ago by Mateusz Burzyński <[email protected]>github.com/redux-saga/redux-saga - 1c68b534f27d319f9b44240d9b3c32370a792a64 authored over 6 years ago by restrry <[email protected]>
github.com/redux-saga/redux-saga - 0e3e23a65b3baa734d50af2d7ff10515ddafc15e authored over 6 years ago by Abdul Kabia <[email protected]>
github.com/redux-saga/redux-saga - 03b930f397050e692c08e528bf0f81f9df798976 authored over 6 years ago by Abdul Kabia <[email protected]>
github.com/redux-saga/redux-saga - de47d2f82e287adf9f64b7ca093209d97ac01d83 authored over 6 years ago by Abdul Kabia <[email protected]>
babel-plugin: build relative path by default
github.com/redux-saga/redux-saga - d983903afdcd8fa1544da988417bfd8bf61e17e1 authored over 6 years ago by Mateusz Burzyński <[email protected]>github.com/redux-saga/redux-saga - 7cd6d577abaf0d94865492d280871dc2b9e3d7ff authored over 6 years ago by restrry <[email protected]>
Test babel plugin for babel@6, babel@7
github.com/redux-saga/redux-saga - 420e74c319adc0f51df2f4b3f7fb7f273d2f6236 authored over 6 years ago by Mateusz Burzyński <[email protected]>github.com/redux-saga/redux-saga - 429c61d97bb5acf0b5cabb0070a9e2f9ca314d8c authored over 6 years ago by Mateusz Burzyński <[email protected]>
github.com/redux-saga/redux-saga - ed00ae90c268101251651a4ea6737cd62f23985d authored over 6 years ago by Mateusz Burzyński <[email protected]>
github.com/redux-saga/redux-saga - 35a38b474b4ac1f852c4aee5f3c037cbf05d4090 authored almost 7 years ago by restrry <[email protected]>
github.com/redux-saga/redux-saga - d138e4a4966028e0f9e8596797a395569614be07 authored almost 7 years ago by restrry <[email protected]>
github.com/redux-saga/redux-saga - e244b86cebe50c9c1883b76481fed9a379a29186 authored almost 7 years ago by restrry <[email protected]>
github.com/redux-saga/redux-saga - ba2240dc174c4e2f581c7954524f7d2079cc61f5 authored almost 7 years ago by restrry <[email protected]>
github.com/redux-saga/redux-saga - 5e6621f9bf86704ccc948b204533931b174eaab4 authored almost 7 years ago by restrry <[email protected]>
github.com/redux-saga/redux-saga - 5baae787e1e844619bee02dc35ee44cdc0125621 authored almost 7 years ago by restrry <[email protected]>
github.com/redux-saga/redux-saga - 283d53a56d9871bb247da2c022cad1d647a11477 authored almost 7 years ago by restrry <[email protected]>
github.com/redux-saga/redux-saga - 4f15306e1c6833a3d8713671d2f8cbb9ca9cf6a5 authored almost 7 years ago by restrry <[email protected]>
fix tests on cancellable-counter example
github.com/redux-saga/redux-saga - 7827597d3855edbed1e5e2dc7a219e9dbe859106 authored almost 7 years ago by Mateusz Burzyński <[email protected]>github.com/redux-saga/redux-saga - d8b7361865696e45d86181006db978d5926af11b authored almost 7 years ago by restrry <[email protected]>
github.com/redux-saga/redux-saga - 5a299c242cb8fcacb6348393dafebc4cb8ae821d authored almost 7 years ago by restrry <[email protected]>
github.com/redux-saga/redux-saga - 46693682204b0332feb15311a1f176d4df61bb95 authored almost 7 years ago by restrry <[email protected]>
fix docs typo
github.com/redux-saga/redux-saga - e8b9764d6c853614d2265f6ba0723a1562069bb9 authored almost 7 years ago by Mateusz Burzyński <[email protected]>github.com/redux-saga/redux-saga - 7f6053e15b8d551e8a6426f343559f2de04b2b2c authored almost 7 years ago by Revinand <[email protected]>
github.com/redux-saga/redux-saga - b7ae48ab3895c1d5fd28c2ebabb452ab5b2243be authored almost 7 years ago by GaelS <[email protected]>
Fix babel plugin tests
github.com/redux-saga/redux-saga - 3bf94fb6f8efb312c0924a2fbea47380afca1f9c authored almost 7 years ago by Mikhail Shustov <[email protected]>