Ecosyste.ms: OpenCollective

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

github.com/actix/actix

Actor framework for Rust.
https://github.com/actix/actix

Bump up to 0.10.0-alpha.3

9183212f8153888a8d233c4c17049ff7ab7518e7 authored over 4 years ago
Merge pull request #382 from JohnTitor/codecov-fails

Make CI green even if coverage gets worse

680407cb85b69b7ca012c77190aa8f11b21f158c authored over 4 years ago
Make CI green even if coverage gets worse

cec4345745c5db5d0b564a27855b698f3b9871e0 authored over 4 years ago
Only poll dropped ContextFut if event loop is running (#374)

* Update actix-rt version

* Only poll dropped ContextFut if event loop is running

Signed-o...

d28cfa1ac247d46324a29e95e52499111e6d69ce authored over 4 years ago
Merge pull request #381 from GuillaumeGomez/patch-1

Replace "cfg(test)" with "cfg(doctest)" for readme testing

a41398a57bd68674ee22a77b5e5f16993f901d90 authored over 4 years ago
Update changelog

3b63780f63a52c809906eb566b449ba3a9d18a9d authored over 4 years ago
Fix clippy lint

12599a590b1bf6a668c998d0585aaf1f4d0789ea authored over 4 years ago
Update minimum supported rust version to 1.40

b574447c2a23365c09abb607fc729754034b4b46 authored over 4 years ago
Replace "cfg(test)" with "cfg(doctest)" for readme testing

1695da5bd5b58e877175ef8d38847dcbc47aca30 authored over 4 years ago
Merge pull request #376 from Jonathas-Conceicao/topic/fix_streamthen_impl

Fix ActorFuture::poll_next impl for StreamThen

cee5515574946ce4db286fb91798896270575db8 authored almost 5 years ago
Fix ActorFuture::poll_next impl for StreamThen

Old implementation would lose the stored future if it wasn't immediately ready
as reported on #3...

abd54aeae17939fe1aeaf7cc90f21a36abff4ff0 authored almost 5 years ago
Use `once_cell` over `lazy_static` (#366)

b7c7237223dae46d27426799a48b4354c4376f54 authored almost 5 years ago
Merge pull request #367 from actix/JohnTitor-patch-1

Upload coverage on PRs

21eaf2f0e6e2017e311279c7e9dab03c99ac6f19 authored almost 5 years ago
Upload coverage on PRs

64391b97682286438922c106ef6cd5cf7dc8e5e6 authored almost 5 years ago
Merge pull request #365 from JohnTitor/tokio-util

Update `tokio-util` to 0.3

ec40701c37940740048461e1d53794a3b971edb2 authored almost 5 years ago
Update example

9b187e8684415cc36eccf507139c98e7ba51116c authored almost 5 years ago
Update `tokio-util` to 0.3

03446bb134cae7c37d11bacc1163dda0709c9f9c authored almost 5 years ago
Avoid looping on ActorFuture impl for ActorStream

The `loop` used would consume all available data from the `Stream`, however when
handling very l...

96e9b104c19739c00df63b7c0f750faf24adfa90 authored almost 5 years ago
Merge pull request #361 from Jonathas-Conceicao/topic/fix_readme_samples

Fix and format README code samples

fbaed7e19fcae2089d23cd22777fe108e699002a authored almost 5 years ago
Fix and format README code samples

Signed-off-by: Jonathas-Conceicao <[email protected]>

64600cd67ab46aacc97114b8c6e1a627f1e3759a authored almost 5 years ago
Merge pull request #359 from JohnTitor/alpha2

Bump up to 0.10.0-alpha.2

e6e26733b9fae3a664bfd6128123d3eb725004b9 authored almost 5 years ago
Bump up to 0.10.0-alpha.2

5d16a22e28c1c2fc9a61ac2200ab0051fc90863c authored almost 5 years ago
Run rustfmt

21ed59eb09ad868283db35c61ef8cecb87f218c1 authored almost 5 years ago
Merge pull request #357 from Jonathas-Conceicao/topic/atomic_response

Add new AtomicResponse

bd17ff6b838732bcfc55551e9a1a3653dd7800f5 authored almost 5 years ago
Add AtomicResponse

`AtomicResponse` allows messages responses generated by an `Actor` to have
exclusive access over...

f2a6f8860ac0921f85ca643542fe3b8dac0eae51 authored almost 5 years ago
Cleanup some unnecessary wrap on impl for `MessageResponse`

Signed-off-by: Jonathas-Conceicao <[email protected]>

dd7764b55ac1bae9094f4e37ba9d5326c9cae016 authored almost 5 years ago
build(deps): use only `futures-{channel,util}` to minimize deps (#353)

* build(deps): use only `futures-{channel,util}` to minimize deps

Gains from this commit will...

cfb5f09d640a9bb469d5137c2024f0ed56c6a2dd authored almost 5 years ago
Fix test_restart_sync_actor occasional fail

Test failed due to race condition where the test would finish before the actor
had a change to s...

9576609a4c7d6eb89785e0e85307392f5d221d27 authored almost 5 years ago
Pin future on `ActorResponseTypeItem`

Signed-off-by: Jonathas-Conceicao <[email protected]>

0765e56393d26af48fe78b8993a347a30dae336a authored almost 5 years ago
Require `ResponseActFuture` to be `Pin`

Signed-off-by: Jonathas-Conceicao <[email protected]>

d75fc9067c3c204c78d188fd0bd97e6161a5e557 authored almost 5 years ago
Add address to SyncContext (#341)

* Add address to SyncContext

* UPDATE SyncContext to use AddressSenderProducer

3108f53c2d22a0541a9ccab8bdf1b3a2ddace054 authored almost 5 years ago
Merge pull request #352 from actix/mixed-content

Fix mixed content

c6df3df76d5b5538380702671240d0d23c117494 authored almost 5 years ago
Fix mixed content

2267c0d27569cafed6b918992c80084f2eeecaf7 authored almost 5 years ago
Merge pull request #351 from JohnTitor/0.10-alpha.1

Release 0.10.0-alpha.1

7974c5e8f2e3f58e42616daf71cea73d9dac92e6 authored almost 5 years ago
Bump version

aecb68b9273f2f2a6e0b38820e39f6947d0e6f8f authored almost 5 years ago
Run rustfmt

a9dfc3545dd24fc263890d4dad0416a26f1b0cb7 authored almost 5 years ago
Update changelog

149689930a1c4c9e48d8a62263f90498d7faf808 authored almost 5 years ago
Removed actix-http dependency and http feature (#324)

* Removed actix-http dependency and http feature

* Amend change wording

Co-authored-by: Yu...

14d1b5d93d3646ccd3cf37558c1e544740b059b5 authored almost 5 years ago
test_actors: Make test actually run

Previous version of the test was unsound, it would spawn two futures into the
runtime and then f...

c142f6744bef2e0ff6db1b04674ac777b3e384e7 authored almost 5 years ago
Upgrade Resolver Actor to use new trust_dns versions

Signed-off-by: Jonathas-Conceicao <[email protected]>

d093551043705649237de7d6fc4e1b039cc36c9e authored almost 5 years ago
Only implement `ActorFuture` for Box where `ActorFuture` is `Unpin`

This is a breaking change.

The previous impl was unsound: it allowed going from a `Pin<&mut Box...

3875a297f14696e579a066c4e97c94f9046b62b0 authored almost 5 years ago
Make more uses of Pin safe (#347)

* Use Pin::new in StreamFold

* Use #[pin_project] in Finish

* Use Pin::new in Request

*...

9e1db1944e843053a017af56067d1b7ceec1cdec authored almost 5 years ago
Remove uses of `Pin::new_unchecked` in `WriterFut`

The struct `WriterFut` is private, and is only ever constructed when
`T: Unpin` is known to hold...

76ed363889530394ddd5f2baa6010c8461f9f225 authored almost 5 years ago
Allows a more permissive handing of `ResponseFuture` (#343)

* Allow the use of any type inside a response future, like Option<> instead of Result<>

* Upd...

d54afb4c5731fe6c918c3679a9d133d6efea7634 authored almost 5 years ago
Merge pull request #340 from jduan/jduan--fix-link

Fix link to the chat example

5eed1043438b9b5d62fec103db3665657f9c61bc authored almost 5 years ago
Fix link to the chat example

0d0f44f218d88b3aafe142be4785c8d89e8a7d59 authored almost 5 years ago
Merge pull request #335 from Aaron1011/more-pin-project

Replace some uses of `Pin::get_unchecked_mut` with `pin_project`

7445adc850a50bea426bc8ceeb61662810556672 authored almost 5 years ago
Merge branch 'master' into more-pin-project

a2201192cd834d99604c97728cb8db7cb32e5821 authored almost 5 years ago
Merge pull request #336 from JohnTitor/fix-refs

Fix refs

cfef2215269b02ddcd120ce720cc67e62b791a8d authored almost 5 years ago
Disable coverage for PRs

d60735d69733d90cbfe4c0042ca6ad9789cb23b9 authored almost 5 years ago
Fix refs

688aa964fa36a88d2e8fbd032ff9b0d3fe2afd23 authored almost 5 years ago
Use #[pin_project] on FutureResult

9876ad6b0aeaa97cf1c02b69b8b3fb553e4a511b authored almost 5 years ago
Use #[pin_project] on Chain

debe1ba2087f3c6855ad14464f60475399ba2c3a authored almost 5 years ago
Add #[pin_project] to Either

3e6ced5522e96e1ddb52c14856880474d47d9ce0 authored almost 5 years ago
Use #[pin_project] on SyncArbiter

99fb6368728147590d07ada5a963d0ff32a4c43e authored almost 5 years ago
Use #[pin_project] on Supervisor

9d5aae5a78f66567bf7bc76ab33e1af535f7247e authored almost 5 years ago
Removed commented out code

58cd82306375450c39f0fc4f888dbff917a60c16 authored almost 5 years ago
Fix typo (#333)

e41c9ab489d2ce294c77f80fee06ee8155838cc9 authored almost 5 years ago
Improves documentation on how to asynchronously handle messages (#326)

* doc: Remove unecessary white spaces on exmple code

* doc: Update documentation for handler ...

b7315369f8432a1721c57ba0229844a38c3e2a56 authored almost 5 years ago
Added missing feature flag (#327)

0b7a31726e3f974b3ae006bba0c7dcbd68d91c89 authored almost 5 years ago
add GitHub Actions badge to README.md (#319)

* add GitHub Actions badge to README.md

a0c6f7c9ae608090be298ab4999b993fd5a80a8b authored almost 5 years ago
Harden rustc lints (#322)

* Harden rustc lints

* Run rustfmt

f5eda8c75b1404a6215a396f23cc36f820ea7ef3 authored almost 5 years ago
Merge pull request #320 from actix/bye-travis

Move scripts from Travis to GitHub Actions

38cac70f6351c6370eb456e6a26c4afc6586f84d authored almost 5 years ago
Clean up config and README

28571975707b012b08cb678d311f3f4b3af97126 authored about 5 years ago
Ignore test on tarpaulin

463160d61aa34b90441dfc1c0dc2e29352dab222 authored about 5 years ago
Remove Travis config

13eb5913bfaa34c4724d2bc99147c26de4bf2a80 authored about 5 years ago
Move scripts to GitHub Actions

8d04384e54cb03b2e7e258c538ccf64fc0bf678d authored about 5 years ago
Merge pull request #318 from actix/gha

Try to use GitHub Actions

ba9f0a374462b80374ab9ecf5956c4a1265e7a87 authored about 5 years ago
Skip tests cause timeout

e54f1459be9c6a94cac17ccfe64e11334ff39738 authored about 5 years ago
Remove AppVeyor config

1968adbb2a90047f3e2da47790fa61fd351a7c8c authored about 5 years ago
Tighten timeout to avoid test being stuck

1d23cc6940a9cf774aa79d83ff0acfe1a0a7f943 authored about 5 years ago
Fix clippy warnings in tests

19f1f5d7252baa0b04d8b9fbf2c14c2e31a6f06e authored about 5 years ago
Suppress/fix clippy warnings

6c5c25da7a77cc9b372c28352a69a64f7f05231e authored about 5 years ago
Skip fragile test for now

e3dd77f592ba00d86aebb8271b5c40f9c03ae496 authored about 5 years ago
Try to use GitHub Actions

777eb47dd22ab3db1f1fe2aab24e3d9e014cad50 authored about 5 years ago
Fix polling ResponseFuture returned by Handler (#315) (#317)

* Fix polling ResponseFuture returned by Handler

* Add CHANGELOG entry

Co-authored-by: Yuk...

23449e6e516244afc62b1740e37ba4c97ae70519 authored about 5 years ago
Lower constrain on MessageResponse for ResponseActFuture (#310)

Allow ResponseActFuture of any return type `T` to implement MessageResponse

Signed-off-by: Jo...

7d2e14f92833d12df3de87e1fa3a497fad7d5eb0 authored about 5 years ago
Fix broken Ring example (#306)

Co-authored-by: Yuki Okushi <[email protected]>

5e8fdd04082338e7f98ddd7c9915b8dc7a548415 authored about 5 years ago
Fix doc example for fut::ActorFuture (#309)

refs: #308

Signed-off-by: Jonathas-Conceicao <[email protected]>

0b28a7e5a213e7758a9337d95b648282433e08e5 authored about 5 years ago
Run CI on MSRV (#307)

58b9aac0232a0c778e63062fc965c456e0b26828 authored about 5 years ago
Update version on README.md to 0.9. (#304)

6ed2ce79c2e01652e42d838ab83c294af005f621 authored about 5 years ago
prepare release

8ad0a991b99b1a03f581c1ce33a2c86c5e2c9dac authored about 5 years ago
Merge pull request #303 from bcmcmill/boxed_future

Update type signature for ResponseFuture to match BoxFuture

a091b3fd1c02d06f4b40fe901d5a7e3e03c68a7c authored about 5 years ago
Update version and CHANGES.md

d18df7a2b65daaf68cdb259f56ff1871de595651 authored about 5 years ago
Change ResponseFuture to remove Unpin requirement and make the type more like BoxFuture.

14fb3d2aadeb16de2834e9c7ffa662fde9278048 authored about 5 years ago
bump version

074c00758cd509cfc9dd67420c6c04a370ece2fd authored about 5 years ago
Fix Resolve actor's panic

96f2d1a05bf3c339b1c365a3f030106bac2abb24 authored about 5 years ago
add ready future

79580780e2a847deb93ac144c9f30b5c96bdda46 authored about 5 years ago
prep release

c422ab25d14b045512a423cef5ceb7b157a3573d authored about 5 years ago
Migrate to std::future, tokio 0.2 and actix-rt 1.0.0 (#300)

* Compiling.

* Updating some tests.

* Updating some tests.

* Update fibonacci test to b...

aeb7bd15ea8793e5f00f17caefb01eb678136c2e authored about 5 years ago
Update to smallvec 1.0 (#294)

75d960270cae21cdd0c69f44641cb83e643e11b0 authored about 5 years ago
Update actix version on README (#295)

9b1ae27193d33798c4077015d0448543ccf5429f authored about 5 years ago
Fix documentation typo for SyncContext (#293)

9598ea35f8df1d6a42207a1f244b44474ca08893 authored about 5 years ago
Upgrade `derive_more` to 0.15.0 (#290)

3dec7c58c9a9ee69484384db7fb1caa8a180dfe7 authored over 5 years ago
Merge pull request #289 from JohnTitor/update-appveyor-badge

Update appveyor badge on Cargo.toml

0f290dbc9d605819fefc86dda94296b8fc662103 authored over 5 years ago
Update appveyor badge on Cargo.toml

73d811c2bfa19fa339410a493b2d36ea88f25eff authored over 5 years ago
Add must_use to FutureActor and FutureStream (#260)

* Add must_use to FutureActor and FutureStream

* update CHANGES.md

1b0a53a6a19fa79026a6742f98a9dba8a1d8bf2e authored over 5 years ago
Add Context::connected (#266)

* Add `Context::connected`

* update CHANGES.md and added comment

a95e7a7986b8f110fb104dd8607200701f02f0cc authored over 5 years ago
Install Clippy as rustup component (#280)

7bc52c33da364c23b4aa9db09d3b41808a8665ca authored over 5 years ago
feat(doc): add missing message implementation to ResponseActFuture example (#278)

Signed-off-by: Freyskeyd <[email protected]>

738daf868c94fe3a228b85a4f44cc579849e5e6a authored over 5 years ago