Ecosyste.ms: OpenCollective

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

github.com/reactphp/promise

Promises/A implementation for PHP.
https://github.com/reactphp/promise

Make classes final

9f7268348d89a93aea425f8124b11c48a883c9d9 authored almost 8 years ago by Jan Sorgalla <[email protected]>
Merge pull request #75 from reactphp/merge-interfaces

Merge promise interfaces

08aaad5482bee5b8e68559a4d5cecf91bbea7d02 authored almost 8 years ago by Jan Sorgalla <[email protected]>
Merge branch 'master' into merge-interfaces

f20713c4e161ed1c3c27db64a42e86a5c9ad1cd3 authored almost 8 years ago by Jan Sorgalla <[email protected]>
Add issue number and migration guide to interface merge paragraph

5cc231e15085c8cf5f884b149f2ed273f6f9902c authored almost 8 years ago by Jan Sorgalla <[email protected]>
Add issue number of queue PR and remove wrong full stop

719b4c9255de89154c387c93ac3135905f73ba37 authored almost 8 years ago by Jan Sorgalla <[email protected]>
Remove CancellablePromiseInterface retained for BC only

251b4e5413368aeea49d6b4c781f2ca63ca4f52c authored almost 8 years ago by Jan Sorgalla <[email protected]>
Use local phpunit on travis

1087c3fee98a18dae39f98a3332f0ff246329ff2 authored almost 8 years ago by Jan Sorgalla <[email protected]>
Remove blank line

f3d37a1c2925424d4d17b7c6ab913ef8351e57db authored almost 8 years ago by Jan Sorgalla <[email protected]>
Merge branch 'shaunbramley-master'

163ee1b5a418ad874e34b53224ee9d32fbc2941d authored almost 8 years ago by Jan Sorgalla <[email protected]>
Merge branch 'dev-pin-phpunit-4.8'

338bfc18b326b45d1513f7bb39fb1deb0b735568 authored almost 8 years ago by Shaun Bramley <[email protected]>
add phpunit 4.8 to require-dev

c91b4ae664d6e0311dc2485ab3d5d19f3b7030ba authored almost 8 years ago by Shaun Bramley <[email protected]>
Prepare changelog for v2.5.0 release

2760f3898b7e931aa71153852dcd48a75c9b95db authored almost 8 years ago by Jan Sorgalla <[email protected]>
Merge branch '2.x'

6e73083fccfa4145639fe0ce78f7a55b6e2e60c5 authored almost 8 years ago by Jan Sorgalla <[email protected]>
Add some keywords to composer.json

6ef89d205723ec87054d1ff3e4c30ea218224bb0 authored almost 8 years ago by Jan Sorgalla <[email protected]>
Remove branch-alias definition as per reactphp/react#343

e5f1059715c92f505b75c265ffcc717fae56fb5e authored almost 8 years ago by Jan Sorgalla <[email protected]>
Merge branch '2.x'

636646baa63e1aaea635c2ccebc1230657fcea31 authored almost 8 years ago by Jan Sorgalla <[email protected]>
Merge pull request #77 from lordthorzonus/map-function-should-retain-the-array-order-when-resolving-async-promises

Preserve the order of the array with all and map functions

53799ed8f986375e17654a2ffbf271685af8a003 authored almost 8 years ago by Jan Sorgalla <[email protected]>
Unify the style of the unit tests

9e9f392d33913e27b28644a93a9c20d3c07f407a authored almost 8 years ago by Juuso Leinonen <[email protected]>
Updated changelog for the all() and map() functions behaviour

c6ef0d6c5832933a8e1c3778859eeb166d8d00ff authored almost 8 years ago by Juuso Leinonen <[email protected]>
pre-build the array of resolved values to preserve the order of the keys.

f69fc3f4fc1bf435738d1563d9226d7ba646b65d authored almost 8 years ago by Juuso Leinonen <[email protected]>
Merge promise interface

Merge PromiseInterface, ExtendedPromiseInterface and
CancellablePromiseInterface into a single P...

d91c9303473ede9ba4d7ff3489d499b2438764b7 authored almost 8 years ago by Jan Sorgalla <[email protected]>
Fix argument typehints of promise-array related functions

9b4eef9d03f94e699654fb9ee45ede7b839e3241 authored almost 8 years ago by Jan Sorgalla <[email protected]>
Merge branch '2.x'

29e4c189cecc4819930377498a133e0d5fdb16e3 authored almost 8 years ago by Jan Sorgalla <[email protected]>
Merge pull request #71 from reactphp/2.x-prevent-infinite-resolution-loop

Prevent circular references when resolving a promise with itself

2f4b5955f3942870e01ce2492f7fde6dbe3e11cd authored almost 8 years ago by Jan Sorgalla <[email protected]>
Prevent circular references when resolving a promise with itself

When resolving a promise with itself, the promise becomes rejected
with a \LogicException.

Clos...

e7e89ff4a08ac90ac989a6c3aeb8922a26ff5568 authored almost 8 years ago by Jan Sorgalla <[email protected]>
Revert "Cancel pending promises in race/some/any once the output promise resolves"

This reverts commit 42d86b729204fe498688b1f4b47b4ec03482f152.

Conflicts:
src/functions.php
te...

33f03527248d39c50ca82fecc360f87cde993ee5 authored almost 8 years ago by Jan Sorgalla <[email protected]>
Merge pull request #61 from reactphp/revert-cancellation-of-pending-collection-promises

Revert automatic cancellation of pending collection promises

9547056f1effc36ac242d9e2375f6be77bfa783d authored almost 8 years ago by Jan Sorgalla <[email protected]>
Add sample code on how to achieve reverted automatic cancellation behavior

71f1f435b6f985a024dc8f34bd2bbf6c9ea6d327 authored almost 8 years ago by Jan Sorgalla <[email protected]>
Fix PHPUnit warnings for deprecated PHPUnit_Framework_TestCase::getMock()

73f2304f08882c00f510a3dc74bd58ed4a28bcd6 authored almost 8 years ago by Jan Sorgalla <[email protected]>
Fix PHPUnit warnings for deprecated PHPUnit_Framework_TestCase::getMock()

5131098293d66d58e5750c244988d5a465ffd9df authored almost 8 years ago by Jan Sorgalla <[email protected]>
Fix next version

According to semver, reverting a BC break should go into a new minor version.

487190ae27bfa8a736b98dd2dd2330fcddfbf792 authored about 8 years ago by Jan Sorgalla <[email protected]>
Add issue and version the commit is releated to

b5a66642e47b692b6a34edf3664672b9b6df5aa8 authored about 8 years ago by Jan Sorgalla <[email protected]>
Adjust 2.x branch link

d72783d7735d61e6874e55a2f49c0798c365fb87 authored about 8 years ago by Jan Sorgalla <[email protected]>
Revert automatic cancellation of pending collection promises

This reverts 42d86b729204fe498688b1f4b47b4ec03482f152

1dead5dc74bc165ed5e1cdcdf6c3bde53c88398b authored about 8 years ago by Jan Sorgalla <[email protected]>
Merge pull request #60 from pbu88/patch-1

Fixes small typo in the README

7e422948195dabfded9dda06ee5b34152dae69fe authored over 8 years ago by Jan Sorgalla <[email protected]>
Fixes small typo in the README

318a024ed75ec11216fc952c27ef5e8dd240b260 authored over 8 years ago by Paulo Bu <[email protected]>
Remove branch-alias definition as per reactphp/react#343

9b3b010fde33099591b9281303f660d5badad7a8 authored over 8 years ago by Jan Sorgalla <[email protected]>
Add note about master containing 3.0 code

d68816b3641720e0659aefd28b64f87071583222 authored over 8 years ago by Jan Sorgalla <[email protected]>
Remove pre 3.x logs and adjust title

c93a9f41f5bba1950a2565ba37d4298d6d18611d authored over 8 years ago by Jan Sorgalla <[email protected]>
Remove incomplete 1.x logs and adjust title

d3d5fdeadbb8489f73d74b8ec6bca1d3eb521d90 authored over 8 years ago by Jan Sorgalla <[email protected]>
Merge branch 'master' into 3.0

75d47e1e42570e07bc87319e848099557bd2ac23 authored over 8 years ago by Jan Sorgalla <[email protected]>
Prepare changelog for v2.4.1 release

8025426794f1944de806618671d4fa476dc7626f authored over 8 years ago by Jan Sorgalla <[email protected]>
Merge branch 'master' into 3.0

08b491c5c59d1f1316507d9f7c5295f00c1f8a6d authored over 8 years ago by Jan Sorgalla <[email protected]>
Fix some() not cancelling pending promises when too much input promises reject

16ff799a3a749dd79faff36c5f3cfc11825daa8b authored over 8 years ago by Jan Sorgalla <[email protected]>
Fix test

d9c1bf537534a632173143010e8e55a031ad6c1d authored over 8 years ago by Jan Sorgalla <[email protected]>
Require arrays as input for promise-array related functions (closes #35)

e8c20be73335581a1069cdfb6113a946bb15a250 authored over 8 years ago by Jan Sorgalla <[email protected]>
Merge branch 'global-queue' into 3.0

d22b960ea7c475923b0eeb545e032c1a6ab3c2b8 authored over 8 years ago by Jan Sorgalla <[email protected]>
Catch also \Throwable

0865eac793d8dc3f3958374c3afb0d721a410948 authored over 8 years ago by Jan Sorgalla <[email protected]>
Add note about progression API removal

387e95ca6c2026cc875f95eefff5cf11e72c6ba4 authored over 8 years ago by Jan Sorgalla <[email protected]>
Remove progression API (closes #32)

4ab99a6038034bb7cf429f2fbef9c5a8510c9a1c authored over 8 years ago by Jan Sorgalla <[email protected]>
Introduce 3.0.0 section in changelog and add note about global queue

1bc04d501f778758043805a7fa8650be46c14677 authored over 8 years ago by Jan Sorgalla <[email protected]>
Merge branch 'global-queue' into 3.0

53ec3ea5338941457a3a464a39c0171c2bb9acc4 authored over 8 years ago by Jan Sorgalla <[email protected]>
Update branch alias

58144217dccbd76f11c89c4fe0240b416c787f51 authored over 8 years ago by Jan Sorgalla <[email protected]>
Increase deep nested promise count in test

a5cac0191844d93b6266119612cda8706f9a0503 authored over 8 years ago by Jan Sorgalla <[email protected]>
Simplify queue()

76e04a43bd93ab81cdc6281d7057d1385f6eb91f authored over 8 years ago by Jan Sorgalla <[email protected]>
Merge branch 'master' into global-queue

29ac6e11d6501db2fab46074241446f99f73e18e authored over 8 years ago by Jan Sorgalla <[email protected]>
Add test for very deep nested promises

c00edccef94748149bfd70ed81a050196b5e64b2 authored over 8 years ago by Jan Sorgalla <[email protected]>
Add test for UnhandledRejectionException holding correct rejection value

fbb1a8759de96ee71042dbe96b25deb82d84e4f0 authored over 8 years ago by Jan Sorgalla <[email protected]>
Exclude functions include file from coverage

337ba681833fe9ca6c1922123d6690680c158c3f authored over 8 years ago by Jan Sorgalla <[email protected]>
Add coveralls badge and travis config

aae748aa6eb759acaeedcef8b251909e112f1616 authored over 8 years ago by Jan Sorgalla <[email protected]>
Merge branch 'master' into global-queue

d8c550893b5aa6e5aa0bbd3ae6c7713aba6b06e0 authored over 8 years ago by Jan Sorgalla <[email protected]>
Prepare changelog for v2.4.0 release

dc1d405c42f56b022df5053751d1afac3a904cc4 authored over 8 years ago by Jan Sorgalla <[email protected]>
Reformat and tweak changelog

b6e09db45d44dd61105f015c26205bd6f2554e84 authored over 8 years ago by Jan Sorgalla <[email protected]>
Remove --prefer-source from composer install command

f942da7b505d1a294284ab343d05df42d02ad6d9 authored over 8 years ago by Jan Sorgalla <[email protected]>
Test against PHP nightly

6fe4d91345135ddfe1dbd8465f9346571390ce43 authored over 8 years ago by Jan Sorgalla <[email protected]>
Merge pull request #34 from reactphp/some-underflow

Reject some() (and any()) if the input array contains not enough items

137f00752cf9c54c8ed162f1537918f1cfecbfaf authored over 8 years ago by Jan Sorgalla <[email protected]>
Move closure creation out of loop

bfbfd38878088ac8974d703baeba86af9bd5f7af authored over 8 years ago by Jan Sorgalla <[email protected]>
Stricter check for cancellable thenables when adding to CancellationQueue

2e70da09dac17ed5908ca79ea0aff68c9d0d9602 authored over 8 years ago by Jan Sorgalla <[email protected]>
Cleanup and fix test fixtures

13db3f5721be0102a94c427ea1f6c73719d73a9e authored over 8 years ago by Jan Sorgalla <[email protected]>
Merge pull request #52 from reactphp/resolve-thenable-support

Support foreign thenables in resolve()

40a5020a6f8409142f15655b658aaaa94c62c796 authored over 8 years ago by Jan Sorgalla <[email protected]>
Merge branch 'master' into resolve-thenable-support

4bd87e49069a2bf9992e65b756ad5d20bb6da520 authored over 8 years ago by Jan Sorgalla <[email protected]>
Catch \Throwable in CancellationQueue

ec7e14bbc154d1ef70a19539382531d0e6066fba authored over 8 years ago by Jan Sorgalla <[email protected]>
Adjust CancellationQueue to support all cancellable objects

2d9f19ec641a6cd4ce64a863ffe5b5688a2b57c7 authored over 8 years ago by Jan Sorgalla <[email protected]>
Remove duplicate changelog entry

0f296b7ab5a4015b2824c2345b0924822cfedac4 authored over 8 years ago by Jan Sorgalla <[email protected]>
Remove unneeded min() call

e2a82ee32f73a92173fe85283dec5cde68d56b98 authored over 8 years ago by Jan Sorgalla <[email protected]>
Merge branch 'master' into global-queue

6d87370f46fcba1db80e17c83d7b359a1d6d9495 authored over 8 years ago by Jan Sorgalla <[email protected]>
Merge branch 'master' into some-underflow

904a5c9d843142d6d711d45f944fbd1defb1a72d authored over 8 years ago by Jan Sorgalla <[email protected]>
Tweak examples to use otherwise() and exceptions as rejection values

9f87664154a5803dd2c2c83dac9c97f11cd6de9a authored over 8 years ago by Jan Sorgalla <[email protected]>
Rename RangeException to LengthException in README

95703c99dfae14fcf84d85871943186d4076a268 authored over 8 years ago by Jan Sorgalla <[email protected]>
Support foreign thenables in resolve()

82d65c3b7b3a6193935f8759bde0cc2848a5f0bc authored over 8 years ago by Jan Sorgalla <[email protected]>
Prepare changelog for v2.3.0 release

8ffacee1171e33a1c129f424bf1ec36e062eba82 authored over 8 years ago by Jan Sorgalla <[email protected]>
Merge pull request #36 from reactphp/collection-cancellation

Cancellation of promise collections

38b4c2c251f764df70806b6c5a315dc19f6164ec authored over 8 years ago by Jan Sorgalla <[email protected]>
Merge pull request #51 from joshdifabio/master

Handle \Throwable in the same way as \Exception

f2b2a127557e1236fe95aaa3288b49ae6b9b3c45 authored over 8 years ago by Jan Sorgalla <[email protected]>
Handle \Throwable in the same way as \Exception

585c75ee24c37033f09f3625df6b497eea09dd40 authored over 8 years ago by Josh Di Fabio <[email protected]>
Prepare changelog for v2.2.2 release

3aacad8bf10c7d83e6fa2089d413529888c2bedf authored over 8 years ago by Jan Sorgalla <[email protected]>
Merge pull request #47 from clue-labs/double-cancellation

Cancellation handler must only be called once, ignore double cancellation

74d2bb4dd19432b95fa3878474a8fdd1e8c5c097 authored over 8 years ago by Jan Sorgalla <[email protected]>
Cancellation handler must only be called once

98c4441ab8c9b29b6d93c1649e44304414feba87 authored over 8 years ago by Christian Lück <[email protected]>
Add (failing) tests for double cancellation

262677050431693a8620de3a31d0e38a055ace2c authored over 8 years ago by Christian Lück <[email protected]>
Rename RangeException to LengthExeption

cd6bb56af77d3a5baf073c1cee1f29fe8ad790c3 authored over 8 years ago by Jan Sorgalla <[email protected]>
Update copyright year

98925258732b80d6d6dcf0cc97bd62fb347c7c06 authored over 8 years ago by Jan Sorgalla <[email protected]>
Move resolution callback enqueuing to resolved promise classes

f12dfa42dd6671ae1f9782a676319618d311d652 authored about 9 years ago by Jan Sorgalla <[email protected]>
Revert "Simplify queue draining code"

This reverts commit 173d8f9af5fb32e2b7b2763a6aa8867c2236450e.

Note: The task must be kept on th...

ba63a617ed160599d976b1adb7019a69a9151080 authored about 9 years ago by Jan Sorgalla <[email protected]>
Revert "Simplify queue draining code"

This reverts commit cc6f1c3846a77f42c3d5cab013dd012bab2a682a.

Note: The task must be kept on th...

239c075f3f49e52ae565aae2ff50864f7f3a8c41 authored about 9 years ago by Jan Sorgalla <[email protected]>
Add note about rejection for empty input array passed to any()

e29472f5d8a452fda399f16ccd16e8a9871c648c authored about 9 years ago by Jan Sorgalla <[email protected]>
Simplify queue draining code

173d8f9af5fb32e2b7b2763a6aa8867c2236450e authored over 9 years ago by Jan Sorgalla <[email protected]>
Simplify queue draining code

cc6f1c3846a77f42c3d5cab013dd012bab2a682a authored over 9 years ago by Jan Sorgalla <[email protected]>
Cancel pending promises in race/some/any once the output promise resolves

42d86b729204fe498688b1f4b47b4ec03482f152 authored over 9 years ago by Jan Sorgalla <[email protected]>
Add note about cancellation of promise collections

383277bdc8ef726c1c0c6daea5683c1cdec187ec authored over 9 years ago by Jan Sorgalla <[email protected]>
Move CancellablePromiseInterface typehint to class property

dc42aa08765534e0d42ade9be5fce4b8151a4312 authored over 9 years ago by Jan Sorgalla <[email protected]>
Add note about underflow rejection of some()

be76b5e43b16b44035a8e28acfcd8cb777491bd6 authored over 9 years ago by Jan Sorgalla <[email protected]>