Ecosyste.ms: OpenCollective

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

Bastion Project


Collective - Host: opensource - https://opencollective.com/bastion - Code: https://github.com/bastion-rs

Prime numbers example.

Now this example is pretty cool.
We have children that serve prime numbers and return them.
We h...

github.com/bastion-rs/bastion - f27dc39c9fba82a7d16abeae57c8d6c6822d17e6 authored over 4 years ago by o0Ignition0o <[email protected]>
Fibonacci example with comments. (#203)

github.com/bastion-rs/bastion - b3448d894c21f4169dfe087024acca35337ae73c authored over 4 years ago by Jeremy Lempereur <[email protected]>
Merge pull request #24 from bastion-rs/ddata-craq

DData – CRAQ implementation

github.com/bastion-rs/artillery - a297b8274996fa4b35ff4d9f454941f4d86e9291 authored over 4 years ago by Mahmut Bulut <[email protected]>
Merge branch 'master' into ddata-craq

github.com/bastion-rs/artillery - 84f4ca7838c9e3ac9a0f297147b91b4cacf2bc30 authored over 4 years ago by Mahmut Bulut <[email protected]>
Protocol server impl

Processor connection

Finalize versioned writes

Ordinary write handler impl

Get obj from versi...

github.com/bastion-rs/artillery - 1adb05311872f23c0af57db345ed895048fc4d44 authored over 4 years ago by Mahmut Bulut <[email protected]>
Fix dead links in README

github.com/bastion-rs/bastion - 134bce79b79822825af0d203303cc607d5c552e0 authored over 4 years ago by Mahmut Bulut <[email protected]>
Merge pull request #200 from bastion-rs/reorganization-latest

Reorganization of the subprojects.

github.com/bastion-rs/bastion - 36875e78badd91e4b26397e34ba62d195f6df277 authored over 4 years ago by Valeryi Savich <[email protected]>
Reorg PR

github.com/bastion-rs/bastion - 18c589a168c5d019db4db4d8cf160240d93ccf1c authored over 4 years ago by Mahmut Bulut <[email protected]>
Preserving actor's mailbox (#199)

* Wrapped messages into Pin<T>

* Added InstantiatedChild message type

* Refactored restart...

github.com/bastion-rs/bastion - 7219d1f7328c87e2e0f3bf8ffbeaefc5ab333029 authored over 4 years ago by Valeryi Savich <[email protected]>
Merge pull request #21 from bastion-rs/dependabot/cargo/libp2p-0.17.0

Update libp2p requirement from 0.16.0 to 0.17.0

github.com/bastion-rs/artillery - 9d3f2bc60842eab0f1e8073affec8e9c946c5629 authored over 4 years ago by Mahmut Bulut <[email protected]>
Use round-robin as the default dispatcher handler. (#196)

* Use round-robin as the default dispatch handler.

* use Dispatcher::with_type as convenience...

github.com/bastion-rs/bastion - 217d41c0dc7a86de879618b70fbb9ef6b0dbad2e authored over 4 years ago by Jeremy Lempereur <[email protected]>
Merge pull request #15 from bastion-rs/tokio_runtime_mutex

Wrap the tokio runtime in a Mutex.

github.com/bastion-rs/agnostik - 931cc65b43e712e4368da4f14ad50e64389dd9ce authored over 4 years ago by Stu <[email protected]>
Merge pull request #16 from bastion-rs/all_features_all_targets

pass --all-targets --all-features to cargo check and cargo test

github.com/bastion-rs/agnostik - 09ef585407d575c2c67f7fbb9eb985aab0ef13f2 authored over 4 years ago by Stu <[email protected]>
pass --all-targets --all-features to cargo check and cargo test

As explained in the cargo check documentation:
> --all: Deprecated alias for --workspace.

This ...

github.com/bastion-rs/agnostik - 78975a52999a0b3ab0ad8bc9b4cf88fb731b6f75 authored over 4 years ago by o0Ignition0o <[email protected]>
Wrap the tokio runtime in a Mutex.

After quite a bit of debate before, we decided to wrap the tokio executor in an AtomicRefCell.
T...

github.com/bastion-rs/agnostik - 2b88b1595e884731d7dd83e4f351abbc6e53002a authored over 4 years ago by o0Ignition0o <[email protected]>
Merge pull request #14 from bastion-rs/doc_link

Add a link to the documentation in the readme.

github.com/bastion-rs/agnostik - 0a5da818000fa2a1cf35dc235096691de8e0c87a authored over 4 years ago by Dylan DPC <[email protected]>
Add a link to the documentation in the readme.

github.com/bastion-rs/agnostik - d118ac0b896db2e4d428fe5e9cfa33ac7ebad43f authored over 4 years ago by o0Ignition0o <[email protected]>
Sanitizers (#195)

github.com/bastion-rs/bastion - 1edb490b1ad96fba3fdb9e2fdcd4d6f772a686a9 authored over 4 years ago by Mahmut Bulut <[email protected]>
Update libp2p requirement from 0.16.0 to 0.17.0

Updates the requirements on [libp2p](https://github.com/libp2p/rust-libp2p) to permit the latest...

github.com/bastion-rs/artillery - db769ea2ec07f51a4b9f4652092b513e4949cfbb authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Add miri over here (#194)

* Add miri over here

* Oh la la fix some cargo clippy

github.com/bastion-rs/bastion - b5408dc9127e4b6ffbc271303cf8184dc8532701 authored over 4 years ago by Mahmut Bulut <[email protected]>
bump for 0.1.1 release

github.com/bastion-rs/agnostik - b10e002137b97d2cc0f288e29ac1e11076e98015 authored over 4 years ago by dylan_DPC <[email protected]>
Merge pull request #12 from bastion-rs/atomic-ref-cell

Replace RefCell with AtomicRefCell

github.com/bastion-rs/agnostik - c13274dcf1ddbbc76aa9b8f36c0dc6b3d3fd2d22 authored over 4 years ago by Dylan DPC <[email protected]>
Make atomic_refcell dependency optional

github.com/bastion-rs/agnostik - b3e6db303b1a24fb434d85f792bd8200a5d1f1be authored over 4 years ago by Justus K <[email protected]>
Replace RefCell with AtomicRefCell

github.com/bastion-rs/agnostik - 83b9b9552668752b9257864c826f88f7a2a72780 authored over 4 years ago by Justus K <[email protected]>
Merge pull request #11 from extrawurst/patch-1

fix typos

github.com/bastion-rs/agnostik - 9c47977c16f4fd7d98414bde920470369756184a authored over 4 years ago by Dylan DPC <[email protected]>
fix typos

github.com/bastion-rs/agnostik - 70c43c760eaad36a2622cc6e7c5fef8b05d52c63 authored over 4 years ago by Stephan Dilly <[email protected]>
Moving state machine handlers into separate functions (#188)

* Refactored Child state machine

* Refactored Child state machine

* Refactored Supervisor ...

github.com/bastion-rs/bastion - 9dc4a901ef05e173364d01a9c7e09c93766c10e5 authored over 4 years ago by Valeryi Savich <[email protected]>
Merge pull request #8 from bastion-rs/local-spawning

Local spawning

github.com/bastion-rs/agnostik - 5202ee43e5bd60a970e17f46bd2b236b2101f2a5 authored over 4 years ago by Mahmut Bulut <[email protected]>
Change documentation of LocalAgnostikexecutor

github.com/bastion-rs/agnostik - b7c46c482fedb494bd177aae20fa55d0a4672494 authored over 4 years ago by Justus K <[email protected]>
Implement LocalAgnostikExecutor for TokioExecutor

github.com/bastion-rs/agnostik - f5db1326cf9d81e4b5922ef6182eaaa1db81f63b authored over 4 years ago by Justus K <[email protected]>
Merge pull request #6 from bastion-rs/hotfix-unsafe-tokio-block-on

Replaced unsafe block onto RefCell<T>

github.com/bastion-rs/agnostik - fe38a94f4545e733959367eb91d92ec76859485b authored over 4 years ago by Mahmut Bulut <[email protected]>
Feature gate for the import

github.com/bastion-rs/agnostik - 517ec49baa202f254976bf3c6795a59b430cc1c3 authored over 4 years ago by Valeryi Savich <[email protected]>
Replaced unsafe block onto RefCell

github.com/bastion-rs/agnostik - 3391fe53d4dd1ff81ee3efa3211171e446bd2c11 authored over 4 years ago by Valeryi Savich <[email protected]>
Add LocalAgnostikExecutor trait and use F::Output instead of T

github.com/bastion-rs/agnostik - dbe0dd839fd54167ab3d796e0e14c39cb85e0574 authored over 4 years ago by Justus K <[email protected]>
change dependency version

github.com/bastion-rs/agnostik - daffa0ff5f43c542ea04a3bd3ecb52417ee9cfa0 authored over 4 years ago by dylan_DPC <[email protected]>
Add badges to README

github.com/bastion-rs/agnostik - 4ea58509bfec8e80b15ec5e48f73d83445e8f894 authored over 4 years ago by Justus K <[email protected]>
Fix spelling mistake and add prleude doc

github.com/bastion-rs/agnostik - 9dad5489d248ce20f271caf68ed1c0140d2b5e27 authored over 4 years ago by Justus K <[email protected]>
Add documentation to join handle module

github.com/bastion-rs/agnostik - e598161960cc28f86ce0170cbe71b72a1dc5656a authored over 4 years ago by Justus K <[email protected]>
Ignore doctests and fix doc warning

github.com/bastion-rs/agnostik - a9f744f51d81ba63201d9a8ed83b898dfe9f87f6 authored over 4 years ago by Justus K <[email protected]>
Add documentation to lib.rs

github.com/bastion-rs/agnostik - dbac56b8ac987b4e335f0d48d5f3b691b2393c77 authored over 4 years ago by Justus K <[email protected]>
Change README

github.com/bastion-rs/agnostik - bc82880abbcb61ab481ddf3663e44bdbe0004b2e authored over 4 years ago by Justus K <[email protected]>
Add tokio section to README

github.com/bastion-rs/agnostik - fb318232236e0d6d71ba77c352fca8c9520f996e authored over 4 years ago by Justus K <[email protected]>
Add prelude module and make Executor impls private

github.com/bastion-rs/agnostik - a9f434bf9bbe0535bb2e3b7137c5d278781c481e authored over 4 years ago by Justus K <[email protected]>
Move bastion feature and method to the top of the list

github.com/bastion-rs/agnostik - 1a4df532a46f7b8d610d111538e8ca27481dfc02 authored over 4 years ago by Justus K <[email protected]>
Enable syntax highlighting in readme

github.com/bastion-rs/agnostik - d5a0aa3c3ed6410db0ab1113778450a20283ab68 authored over 4 years ago by Justus K <[email protected]>
Remove upper Usage section

github.com/bastion-rs/agnostik - 1b1f1130b4c897e28943c2ee1195bc584accb55f authored over 4 years ago by Justus K <[email protected]>
Add Usage and Features section to README

github.com/bastion-rs/agnostik - 24afedb2dde32905015b6e07bd31f80cfead160f authored over 4 years ago by Justus K <[email protected]>
Move examples to tests and remove run example from ci.sh

github.com/bastion-rs/agnostik - aeea1e497beafb5bb65300a83c256ea0b6f53f73 authored over 4 years ago by Justus K <[email protected]>
Remove remote handle join handle and futures dependency

github.com/bastion-rs/agnostik - 2792e405172642dc67d00b02ee70a7aead960b01 authored over 4 years ago by Justus K <[email protected]>
Update README.md

github.com/bastion-rs/bastion - fd6981d3c122c5602e7b98982740406dbcf35207 authored over 4 years ago by Mahmut Bulut <[email protected]>
Update README.md

github.com/bastion-rs/bastion - 451abbafe72798b79f7a2c5de10731d434934ae5 authored over 4 years ago by Mahmut Bulut <[email protected]>
Definitely prod ready, it is used on prod now

github.com/bastion-rs/bastion - 8cd525e0ac13ab28bdb644d3f23142addf939535 authored over 4 years ago by Mahmut Bulut <[email protected]>
examples and runs

github.com/bastion-rs/agnostik - a388abefade42e4567ea87ce63e4fe8dec327a66 authored over 4 years ago by Mahmut Bulut <[email protected]>
Make everything awesome

github.com/bastion-rs/agnostik - b9d20bc1700648fecaa25727381c02b4d9de1fb3 authored over 4 years ago by Mahmut Bulut <[email protected]>
hopefully fixed it

github.com/bastion-rs/bastion - 217d2aa98e4eb29bbaa4c8cae1c98fcdf66140ec authored over 4 years ago by dylan_DPC <[email protected]>
fix bump version

github.com/bastion-rs/bastion - 369df8ba506c319df46129c9fc725e0114564229 authored over 4 years ago by dylan_DPC <[email protected]>
bump version

github.com/bastion-rs/bastion - e7eadebf10c2da940bfba1269de10f8d4f69d90a authored over 4 years ago by dylan_DPC <[email protected]>
Add first part of bastion executor

github.com/bastion-rs/agnostik - 3f857b9e6f6c8a1f0992eced88aa44a1f2755dc9 authored over 4 years ago by Justus K <[email protected]>
Remove tokio specific block_on method

github.com/bastion-rs/agnostik - 3e362057b3d8437172200bd8eabc2557a9db4000 authored over 4 years ago by Justus K <[email protected]>
Add self parameter to AgnostikExecutor methods

github.com/bastion-rs/agnostik - be7b2a6bc25f57604fdc47c0be3ba1d3a2fa5b37 authored over 4 years ago by Justus K <[email protected]>
Add tokio executor

github.com/bastion-rs/agnostik - 0195fbc1fceb5bbdfe041a440304e4f1dcce2234 authored over 4 years ago by Justus K <[email protected]>
Add tokio AgnostikExecutor

github.com/bastion-rs/agnostik - f06d34dbac7d4da3a73d91aa4c1535538926122e authored over 4 years ago by Justus K <[email protected]>
Bump MAX_CORE to support more core (#187)

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

github.com/bastion-rs/bastion - ecc8c65bbe5051fed7a8b07dc3acf536631c51d8 authored over 4 years ago by balaji <[email protected]>
Remove runtime_nostd feature from cargo.toml

github.com/bastion-rs/agnostik - 26d4f5a419803a4855c16f58c8ddd8c1b3f32d9d authored over 4 years ago by Justus K <[email protected]>
Remove nostd test in ci.sh

github.com/bastion-rs/agnostik - 35bc1a2dc3c11850adf052b3eb79e582467183ae authored over 4 years ago by Justus K <[email protected]>
Implement AsyncStdExecutor and AgnostikExecutor trait

github.com/bastion-rs/agnostik - 78b89b10f5d82e437d08b7f534093e3c0a8a4671 authored over 4 years ago by Justus K <[email protected]>
Add documentation to AgnostikExecutor methods

github.com/bastion-rs/agnostik - 603eee1e409fb361c7a8513ec83d6ef0f1ab82fa authored over 4 years ago by Justus K <[email protected]>
Add AgnostikExecutor trait

github.com/bastion-rs/agnostik - d66f73b97b738121bb7dae9f00f2130ef425d2a0 authored over 4 years ago by Justus K <[email protected]>
rework grammar

github.com/bastion-rs/alcazar - 6e9aca405cb1b7fe038dad4b44dc30a79d8bd604 authored over 4 years ago by Mahmut Bulut <[email protected]>
Add feature gate to RemoteHandle implementation

github.com/bastion-rs/agnostik - 8dfaf2f49a4ae5b146590d27620e27236a74885d authored over 4 years ago by Justus K <[email protected]>
Initial

github.com/bastion-rs/alcazar - c9e15dbae30d3ccc39dfa7db2ab55bc4e6e2c96c authored over 4 years ago by Mahmut Bulut <[email protected]>
replace lockbased stats with lockless based stats. (#186)

* benchmark stats

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

* remove unwanted

Signed-...

github.com/bastion-rs/bastion - 39925140411d6449ae25e8b45585e159dcbff3cf authored over 4 years ago by balaji <[email protected]>
Add tokio JoinHandle support

github.com/bastion-rs/agnostik - fbd318c89079cd296d1e632079adf016d49ec60a authored over 4 years ago by Justus K <[email protected]>
Add 'static lifetime and Send trait to R type

github.com/bastion-rs/agnostik - 18929eb93520180db1297d35e8dcd821ae06afb8 authored over 4 years ago by Justus K <[email protected]>
Add RemoteHandle support

github.com/bastion-rs/agnostik - 65123f8a91c8f174edde323d0074c78247aa1e1b authored over 4 years ago by Justus K <[email protected]>
Implement async std JoinHandle support

github.com/bastion-rs/agnostik - 7b8f2db851e23817b90178e7155b2c28dae2f58a authored over 4 years ago by Justus K <[email protected]>
Delete macros and add generic JoinHandle trait

github.com/bastion-rs/agnostik - 313027a76a59e8e08670d03ff326decd39fa85c2 authored over 4 years ago by Justus K <[email protected]>
Removed excessive register call for dispatchers (#184)

github.com/bastion-rs/bastion - dd134befbdda5160c3e949ba7249b157a52f29a7 authored over 4 years ago by Valeryi Savich <[email protected]>
Implement tokio and asyncstd

github.com/bastion-rs/agnostik - a8e9b4d65e84d791663308dba21a63a68f32d878 authored over 4 years ago by Justus K <[email protected]>
Add README and implement bastion layer

github.com/bastion-rs/agnostik - 1572c43d73dd544d929aa20bfc6c6cdb930c7e60 authored over 4 years ago by Justus K <[email protected]>
Create CNAME

github.com/bastion-rs/book - f4e96b5fcad4cf1b222218665bb8cc5be27aff0d authored over 4 years ago by Jeremy Lempereur <[email protected]>
Add github workflow to deploy to pages

github.com/bastion-rs/book - bd4b4d966ca8efb5fb6f52b59a86e56bb8cfa3df authored over 4 years ago by Justus K <[email protected]>
Initialize book

github.com/bastion-rs/book - 775649b248d028c93ce9ffe0213a941388e6a265 authored over 4 years ago by Justus K <[email protected]>
Add MIT and APACHE License and add stuff to Cargo.toml

github.com/bastion-rs/agnostik - 0d654bb59bb6d3cc13d8696f36e3ff812e005df1 authored over 4 years ago by Justus K <[email protected]>
Move answer macro to global scope (#182)

* Move answer macro to global scope

* Format lib.rs file

* Add comment to answer example

github.com/bastion-rs/bastion - 8be674563de564a3be19e6965ce78b9cd6da60fa authored over 4 years ago by Stupremee <[email protected]>
Merge pull request #19 from bastion-rs/failpoint-tests

Chaos tests

github.com/bastion-rs/artillery - aeead41c4c28f2ba648444c4741acb4954291ad0 authored over 4 years ago by Mahmut Bulut <[email protected]>
Update to latest kaos

github.com/bastion-rs/artillery - f2b85c35a3886fa22c4ee363b36bf1984577af42 authored over 4 years ago by Mahmut Bulut <[email protected]>
Format apply

github.com/bastion-rs/artillery - 1021b990712ba403472e6792695931b2dfe3222d authored over 4 years ago by Mahmut Bulut <[email protected]>
Add chaotic run too

github.com/bastion-rs/artillery - b2eb74fed71a2af44f8ec6861846a5327f81cd7c authored over 4 years ago by Mahmut Bulut <[email protected]>
Finalize all submodules

github.com/bastion-rs/artillery - a9b43059a7152448aa5fc2dab5298b4f862f8ddf authored over 4 years ago by Mahmut Bulut <[email protected]>
Set version

github.com/bastion-rs/artillery - 17a2c0ae1e6c809eba56182cc1e804b8e7107462 authored over 4 years ago by Mahmut Bulut <[email protected]>
Now kaos tests are included

github.com/bastion-rs/artillery - a1c55898ac616fdeb36dc56fdac3c17140d39838 authored over 4 years ago by Mahmut Bulut <[email protected]>
revisit launcher

github.com/bastion-rs/artillery - 957c57aa34682fd99f253d9f4e16fa4e7e472256 authored over 4 years ago by Mahmut Bulut <[email protected]>
Run only on Linux, we have no time

github.com/bastion-rs/artillery - c11cb74515e0fe2fc347e05247cce08bd75da967 authored over 4 years ago by Mahmut Bulut <[email protected]>
Fix name of the CI action

github.com/bastion-rs/artillery - e2b0b75bfae881727be42189c56ea4346bc24044 authored over 4 years ago by Mahmut Bulut <[email protected]>
Fix clippy and format

github.com/bastion-rs/artillery - 6728c427d325ec95d7fb80038e2c2669055cfaa2 authored over 4 years ago by Mahmut Bulut <[email protected]>
Chaos tests

github.com/bastion-rs/artillery - 5c8f51468fc7123844d9f3e756e72505bc8259b8 authored over 4 years ago by Mahmut Bulut <[email protected]>
Merge pull request #12 from bastion-rs/link_to_blog

Add links to the blog.

github.com/bastion-rs/bastion-rs.github.io - 2932bc9d0e97085f3f98f0e5664aded50168b46f authored over 4 years ago by Mahmut Bulut <[email protected]>