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

(cargo-release) version 0.3.4

github.com/bastion-rs/bastion - 91cb9c49507b889e83173e5a05a5072bc0b405ee authored almost 5 years ago by Mahmut Bulut <[email protected]>
Remove debug statements in lightproc code (#162)

github.com/bastion-rs/bastion - 3561ba02081bbd1aa248b121bb0176ea368d380f authored almost 5 years ago by Mahmut Bulut <[email protected]>
Changelog config (#161)

* Changelog config

* Reword documentation

github.com/bastion-rs/bastion - e72d87ecf3d6b91cb3a1586415923aeae637e230 authored almost 5 years ago by Mahmut Bulut <[email protected]>
Update futures-timer requirement from 2.0.2 to 3.0.0 (#160)

Updates the requirements on [futures-timer](https://github.com/async-rs/futures-timer) to permit...

github.com/bastion-rs/bastion - be32e2b42803f0b44510ee94815f00c286c9a9f9 authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Use `actions/checkout@master` in Clippy check (#159)

* Use `actions/checkout@master` in Clippy check

* Remove unnecessary whitespaces

github.com/bastion-rs/bastion - ed604accee8b9c2012dde4e2d129400e9ab9b3d5 authored almost 5 years ago by Yuki Okushi <[email protected]>
Merge pull request #157 from Relrin/feature-max-retries

Max retries support for existing restart strategies

github.com/bastion-rs/bastion - 14c51d630b5da989cff372384e43328ab4a80869 authored almost 5 years ago by Mahmut Bulut <[email protected]>
Fixed formatting warnings

github.com/bastion-rs/bastion - 87b40825f7d661032693656e512cd2f91590f536 authored almost 5 years ago by Valeryi Savich <[email protected]>
Added tests for the RestartStrategy struct

github.com/bastion-rs/bastion - 638fefd0df2afecb03de885bfc6f111fd5810caf authored almost 5 years ago by Valeryi Savich <[email protected]>
Updated example with restart_strategy

github.com/bastion-rs/bastion - a006c89511157e721c9e7de02cf1bc74a1d4b64d authored almost 5 years ago by Valeryi Savich <[email protected]>
Replaced max_retries on the RestartPolicy enum

github.com/bastion-rs/bastion - cffa1cfc2e22962a1ff63f6638ad4553a80d3340 authored almost 5 years ago by Valeryi Savich <[email protected]>
Added saving old counters for the failed actors

github.com/bastion-rs/bastion - 1cb4b489cc0a678564a0749eb9a757cdc00d6f51 authored almost 5 years ago by Valeryi Savich <[email protected]>
Changed signature of the Supervisor::stop method

github.com/bastion-rs/bastion - af58a407d8f8eb2df2702cf06d035f2a45434614 authored almost 5 years ago by Valeryi Savich <[email protected]>
Changed signature of the Supervisor::kill method

github.com/bastion-rs/bastion - f0e43549f7adeec31e581e8434d98d649e4e69fb authored almost 5 years ago by Valeryi Savich <[email protected]>
Changed signature of the Supervisor::restart method

github.com/bastion-rs/bastion - 4c79d7a3ef51c880171b4c98a849007e6a61bc64 authored almost 5 years ago by Valeryi Savich <[email protected]>
Added example for the supervisor with recovery strategy

github.com/bastion-rs/bastion - c7b64b7551f4cd980bf2458babc5fb2a7ce06698 authored almost 5 years ago by Valeryi Savich <[email protected]>
Implemented max retries for restoring actors

github.com/bastion-rs/bastion - d2b3d5a92f9943632f55ea04e6282e798db8d324 authored almost 5 years ago by Valeryi Savich <[email protected]>
Merge pull request #156 from Relrin/feature-exponential-backoff

Implemented linear/exponential back off recovery strategy

github.com/bastion-rs/bastion - f3d3ed0c2b004b9395ab782e103137e0791e7cfc authored almost 5 years ago by Mahmut Bulut <[email protected]>
Merge branch 'master' into feature-exponential-backoff

github.com/bastion-rs/bastion - 4f227057f6aba02a01a675854caf6ada3033b0a0 authored almost 5 years ago by Mahmut Bulut <[email protected]>
Implemented linear back-off recovery strategy

github.com/bastion-rs/bastion - 54b016bc19a868f0a65eb085f111e1d9ea029318 authored almost 5 years ago by Valeryi Savich <[email protected]>
Implemented exponential back off recovery strategy

github.com/bastion-rs/bastion - d6dcdf0b644b2f32286261c3fdc31cb09bfbabe3 authored almost 5 years ago by Valeryi Savich <[email protected]>
Merge pull request #149 from bastion-rs/proc-stack-state

Stateful ProcStack

github.com/bastion-rs/bastion - 2d9dc705962f30fbf168cf58ebd645e6d9fc2a1d authored almost 5 years ago by Mahmut Bulut <[email protected]>
Initial code

github.com/bastion-rs/bastion-streams - 4e66a07923bf54263957a1a8274ff1e895ba015b authored almost 5 years ago by Mahmut Bulut <[email protected]>
use pointer cast instead of transmuting

github.com/bastion-rs/bastion - cabba1ec926d83901e965c0c6bbf7a3a319bc3d6 authored almost 5 years ago by Mahmut Bulut <[email protected]>
Switch to nightly's fmt

github.com/bastion-rs/bastion - 75985f46647a40b886f1c9a86dfa1569824433b0 authored almost 5 years ago by Mahmut Bulut <[email protected]>
Cleanup and format

github.com/bastion-rs/bastion - f2046e09ef21131787044bb718843152ef261483 authored almost 5 years ago by Mahmut Bulut <[email protected]>
Shareable state code

github.com/bastion-rs/bastion - e20e8884cebbeafdfc29eda580692778af726de0 authored almost 5 years ago by Mahmut Bulut <[email protected]>
Favicon

github.com/bastion-rs/blog - fcbbe0ad541c70a45504ba6cd38998871270eacd authored almost 5 years ago by o0Ignition0o <[email protected]>
Create CNAME

github.com/bastion-rs/blog - ae68a1dbb4d12243a387fa75fc37d9ab9f348b24 authored almost 5 years ago by Jeremy Lempereur <[email protected]>
Initial commit

github.com/bastion-rs/blog - c2f84cbd626ac0ceaefbd750d0f29accd425c2e7 authored almost 5 years ago by o0Ignition0o <[email protected]>
Merge branch 'master' into proc-stack-state

github.com/bastion-rs/bastion - efc4202d313fc87c5189d050047832425fcf476c authored about 5 years ago by Mahmut Bulut <[email protected]>
Merge pull request #153 from bastion-rs/fix-readme-bastion-utils

bastion-utils: Add missing readme reference to cargo.toml

github.com/bastion-rs/bastion - 2db4f948011ebefc7f12afe121e12ebb038fcaee authored about 5 years ago by Mahmut Bulut <[email protected]>
safe Proc State

github.com/bastion-rs/bastion - bdce4c9d79176210fe63ea1d2a2954e57a73958f authored about 5 years ago by Andrey Kuznetsov <[email protected]>
Add missing readme reference to cargo.toml

github.com/bastion-rs/bastion - cd61ba811cb21b9e35cdd1eac68876924b3006b4 authored about 5 years ago by Patrice Billaut <[email protected]>
#151 Created Bastion Utilities crate

Created Bastion Utilities Crate

github.com/bastion-rs/bastion - ce290f3a830a3c1885377b8835d95f2f2f23b307 authored about 5 years ago by Patrice Billaut <[email protected]>
Added readme

github.com/bastion-rs/bastion - 54884b6b91e042961ac2830f77d40dfd7d7f3fc5 authored about 5 years ago by Patrice Billaut <[email protected]>
Copy alignment

github.com/bastion-rs/bastion - c972596c3c02dd6d66b7c50213eae0419c279ee8 authored about 5 years ago by Mahmut Bulut <[email protected]>
Switched to usage of crate bastion-utils

Fix format errors

github.com/bastion-rs/bastion - a62a93cd4deb15cef469bed28a0f933808544dee authored about 5 years ago by Patrice Billaut <[email protected]>
Created bastion-utils crate

github.com/bastion-rs/bastion - 234bfdd496a1e53787679756723102c36890a8bf authored about 5 years ago by Patrice Billaut <[email protected]>
stateful ProcStack

github.com/bastion-rs/bastion - f4267b8fce8e878acd58eb33480c0c849687ad5a authored about 5 years ago by Andrey Kuznetsov <[email protected]>
Merge pull request #140 from Stupremee/macro-dsl

Add macros to instantiate children and supervisors

github.com/bastion-rs/bastion - 99480f066418380436e2bf1c624719e464c9542a authored about 5 years ago by Matthieu Le brazidec <[email protected]>
Add spawn macro

github.com/bastion-rs/bastion - 467147cf68bfca9b6cc85ba665827012fb32f490 authored about 5 years ago by Justus K <[email protected]>
Add run macro

github.com/bastion-rs/bastion - adce5e28be2af977f66b0f637838943d241db92d authored about 5 years ago by Justus K <[email protected]>
Merge branch 'master' into macro-dsl

github.com/bastion-rs/bastion - 11f731ce929047e8e572a232322aedab6749f3f9 authored about 5 years ago by Stupremee <[email protected]>
Add blocking macro

github.com/bastion-rs/bastion - f71b65ca87a1dd0827a26245bf9eaa3ebc6fd250 authored about 5 years ago by Justus K <[email protected]>
Merge pull request #147 from bastion-rs/thread-yield-overburden-fix

Fix extreme amount of syscalls to give time share to OS

github.com/bastion-rs/bastion - 957258fcc4825a4ba1d7cc3d6c971817aa1f1a48 authored about 5 years ago by Mahmut Bulut <[email protected]>
Fix rustc errors and remove child macro

github.com/bastion-rs/bastion - b5b097eb5e3e30eccf0eacaca494a31957ac02b0 authored about 5 years ago by Justus K <[email protected]>
Simplify the condvar check

github.com/bastion-rs/bastion - 65afbad579704b7a734d6cb8ff9b9e086d18b481 authored about 5 years ago by Mahmut Bulut <[email protected]>
Implement children and supervisor macro

github.com/bastion-rs/bastion - 79c202551fb67ce6048e7876343c33acc9f0a363 authored about 5 years ago by Justus K <[email protected]>
Add child and children macro

github.com/bastion-rs/bastion - e9fc03405a2b4c7b95671a8cfed53958e30b18b4 authored about 5 years ago by Justus K <[email protected]>
Add supervisor macro to generate supervisors

github.com/bastion-rs/bastion - 6c2d605c4ecf4fdadc1a7d7f706645ecfb5280bf authored about 5 years ago by Justus K <[email protected]>
Fix doc test and add supervisor macro to prelude

github.com/bastion-rs/bastion - 216fe6c29ab870e3d34a5c8cf2231b20560f578c authored about 5 years ago by Justus K <[email protected]>
Updated GlobalSystem and Bastion::block_until_stopped to use a Condvar.

github.com/bastion-rs/bastion - d4420d05049ba6965d634535cdd1122335a344ec authored about 5 years ago by Matthieu Le brazidec <[email protected]>
Fix spinloop

github.com/bastion-rs/bastion - 03b2dbc6b8561d14be7e90d5b6cac4465130105d authored about 5 years ago by Mahmut Bulut <[email protected]>
Fix extreme amount of syscalls to give time share to OS

github.com/bastion-rs/bastion - 1a3580a5e152f90d955de9bd7e8057027489b92e authored about 5 years ago by Mahmut Bulut <[email protected]>
Initial epidemic code

github.com/bastion-rs/artillery - d9885c58404cf79cb86108246057ea8fcee590e8 authored about 5 years ago by Mahmut Bulut <[email protected]>
Discord Integration

github.com/bastion-rs/bastion - c0f555ca583ab14e20cec1af88eab57fb49f4b56 authored about 5 years ago by Mahmut Bulut <[email protected]>
Merge pull request #2 from bastion-rs/rewire-workers-for-recovery

Rewire workers for recovery

github.com/bastion-rs/showcase - 72c08a5c60beee086c0140441e9c5e849c886b93 authored about 5 years ago by Mahmut Bulut <[email protected]>
Rewire workers for recovery

github.com/bastion-rs/showcase - 183386d0ab3102f27899cce030f4f8df648be5a3 authored about 5 years ago by Mahmut Bulut <[email protected]>
Merge pull request #144 from bastion-rs/split-children

Split children into four modules: children, children_ref, child, child_ref

github.com/bastion-rs/bastion - aab2c003258d5f7642b2415d9cb6c7aa3e06dfef authored about 5 years ago by Andrey Kuznetsov <[email protected]>
separate children into children, children_ref, child, child_ref

github.com/bastion-rs/bastion - 8f4253cdc48d235822d596dcb9c7e9e4184ac21b authored about 5 years ago by Andrey Kuznetsov <[email protected]>
fixed unused warnings in bastion-executor

github.com/bastion-rs/bastion - 9fea2004a4865d01968a46a44f239edfbaa28d10 authored about 5 years ago by Andrey Kuznetsov <[email protected]>
Merge pull request #142 from bastion-rs/use-proper-actions-label

Use original GitHub actions

github.com/bastion-rs/bastion - 0ef77d825afffa49a0a060ab02090c32b26e0496 authored about 5 years ago by Mahmut Bulut <[email protected]>
Use original GitHub actions

github.com/bastion-rs/bastion - cee0356f7de90a90ff4611ca1c3e142430c88f3e authored about 5 years ago by Mahmut Bulut <[email protected]>
Merge pull request #141 from bastion-rs/executor-blocking-threads

Configurable thread count and thread pinning

github.com/bastion-rs/bastion - 603f22fecc82ac81f754cf5e32bb29384ce8aa45 authored about 5 years ago by Mahmut Bulut <[email protected]>
Ran cargo fix

github.com/bastion-rs/bastion - 8cdb6af9dec5b63202a5f6ed6842303cb91ef5a6 authored about 5 years ago by Mahmut Bulut <[email protected]>
Give a better wording

github.com/bastion-rs/bastion - 41852c5c01fdb457f7f1c521b73b3ab005e2050b authored about 5 years ago by Mahmut Bulut <[email protected]>
Configurable thread count and thread pinning

github.com/bastion-rs/bastion - 56c658b345538c893fd2f63e966a038cd717168b authored about 5 years ago by Mahmut Bulut <[email protected]>
Merge pull request #132 from bastion-rs/fix-warnings

Fix warnings

github.com/bastion-rs/bastion - 14d59512fe244b112d0e4db5c5da78b4722188c7 authored about 5 years ago by Andrey Kuznetsov <[email protected]>
Merge branch 'master' into fix-warnings

github.com/bastion-rs/bastion - c23e92625ffad358a771a4d5912da81e08f236df authored about 5 years ago by Andrey Kuznetsov <[email protected]>
(cargo-release) version 0.3.2

github.com/bastion-rs/bastion - 4c67809b1a4d57376aa39af3b26b147e7081d351 authored about 5 years ago by Mahmut Bulut <[email protected]>
fixed warnings in tests and examples

github.com/bastion-rs/bastion - 99564a68293ef2399efe4b1bfd78c12542bced07 authored about 5 years ago by Andrey Kuznetsov <[email protected]>
Merge pull request #130 from bastion-rs/sender

Message Signature to identify message sender and sending messages back

github.com/bastion-rs/bastion - 1f601497fe06981e5484aac1c1ee5f5db0d75537 authored about 5 years ago by Andrey Kuznetsov <[email protected]>
new messaging API which allows identifying message senders and send messages back

github.com/bastion-rs/bastion - 36cfd8e245d84c8f1d4e3ad4802288762d55c099 authored about 5 years ago by Andrey Kuznetsov <[email protected]>
Merge pull request #136 from bastion-rs/dependabot/cargo/crossbeam-utils-0.7

Update crossbeam-utils requirement from 0.6 to 0.7

github.com/bastion-rs/bastion - 0416043e8bef30189543fde005afdfebb26eb453 authored about 5 years ago by Mahmut Bulut <[email protected]>
Merge pull request #135 from bastion-rs/dependabot/cargo/crossbeam-epoch-0.8

Update crossbeam-epoch requirement from 0.7 to 0.8

github.com/bastion-rs/bastion - b561ee18cf2cd534ec9421eb89e888926aad5ac9 authored about 5 years ago by Mahmut Bulut <[email protected]>
Update crossbeam-utils requirement from 0.6 to 0.7

Updates the requirements on [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) to perm...

github.com/bastion-rs/bastion - 8c8677caae616a85c81f8011d30c49894143ed96 authored about 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Update crossbeam-epoch requirement from 0.7 to 0.8

Updates the requirements on [crossbeam-epoch](https://github.com/crossbeam-rs/crossbeam) to perm...

github.com/bastion-rs/bastion - 4bcfae003c9d73f7a08e5632c1b2104edd831ea7 authored about 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #129 from bastion-rs/update-windows-data-types

Update windows datatypes

github.com/bastion-rs/bastion - 64301d6dcb27c0aad90219d6ebbc346a7c66ff15 authored about 5 years ago by Mahmut Bulut <[email protected]>
Remove old dependency

github.com/bastion-rs/bastion - d646daa52670a8a70f29ada1f39b16daa5daa409 authored about 5 years ago by Mahmut Bulut <[email protected]>
Fix pointer width, goddamit

github.com/bastion-rs/bastion - b5936479f1c31f4cafd3725e77a38ac39435ee37 authored about 5 years ago by Mahmut Bulut <[email protected]>
Update windows datatypes

github.com/bastion-rs/bastion - fd9b0332accd0a72604d2a5fae338d690c2dc6e5 authored about 5 years ago by Mahmut Bulut <[email protected]>
Merge pull request #127 from bastion-rs/blocking-pool

EMA based statistically adaptive blocking thread pool

github.com/bastion-rs/bastion - 08a664c8ecdf34e8dda836b939f9a53c009cdc7b authored about 5 years ago by Mahmut Bulut <[email protected]>
Merge pull request #126 from bastion-rs/bump-bastion-executor-dependency-version

Bump bastion-executor dependency to 0.3.2-alpha.0

github.com/bastion-rs/bastion - 283eb2e27991651926feef77d4ae291fbf95a718 authored about 5 years ago by Mahmut Bulut <[email protected]>
EMA based statistically adaptive blocking thread pool

github.com/bastion-rs/bastion - d0f3855e2017af67e9b8376b01ec6df7f2609f53 authored about 5 years ago by Mahmut Bulut <[email protected]>
Bump dependency to 0.3.2-alpha.0

github.com/bastion-rs/bastion - 54aa9b58bfefec83b989db15199283a3ad156075 authored about 5 years ago by Patrice Billaut <[email protected]>
Bastion exdcutor 0.3.2-alpha.0

github.com/bastion-rs/bastion - 71b9649357206e9abe664d32ceee4fefe3f4b445 authored about 5 years ago by Mahmut Bulut <[email protected]>
Merge pull request #124 from JohnTitor/fix-link

Fix link and remove empty doc

github.com/bastion-rs/bastion - 59b3147136bfe3989b34402b5815d5d710f49e0c authored about 5 years ago by Mahmut Bulut <[email protected]>
Remove empty support doc

github.com/bastion-rs/bastion - b39fa5bdbf2fd9629609d3e9e720ae4f0128deef authored about 5 years ago by Yuki Okushi <[email protected]>
Fix contributing guide link

github.com/bastion-rs/bastion - c35d7e5d0402683eb82ed288f8ac70e522bcf1c9 authored about 5 years ago by Yuki Okushi <[email protected]>
Setting up the battlefield, get ready peeps

github.com/bastion-rs/artillery - c0d2896d396665f37c0257125f0cd650bc8dc9bf authored about 5 years ago by Mahmut Bulut <[email protected]>
Merge pull request #122 from Stupremee/spawn-method

Add Bastion::spawn method

github.com/bastion-rs/bastion - 03fef494c83f18452ac5342bc9d406970662c45d authored about 5 years ago by Mahmut Bulut <[email protected]>
Add Children::with_redunancy call to spawn method

github.com/bastion-rs/bastion - 95a6e2158882a5c712a0881b7ae164cd55e4ebd3 authored about 5 years ago by Justus K <[email protected]>
Add Bastion::spawn method to create a child with the action without using Children::with_exec

github.com/bastion-rs/bastion - 693c8d4a4117b2a6ea95428fd78a1ca5a206972d authored about 5 years ago by Justus K <[email protected]>
Add AWS Lambda use case

github.com/bastion-rs/bastion - e35c485f8d7e0afdc4cbf0c6ad1376e98081a544 authored about 5 years ago by Mahmut Bulut <[email protected]>
Merge pull request #120 from bastion-rs/futures-0.3

Replaced "futures-preview" with "futures"

github.com/bastion-rs/bastion - 590f89db846dc5748e769b803e02b802016b3ef1 authored about 5 years ago by Mahmut Bulut <[email protected]>
Replaced "futures-preview" with "futures".

github.com/bastion-rs/bastion - 6b6095c93b78861e114cc347badcfff2601f1ab6 authored about 5 years ago by Matthieu Le brazidec <[email protected]>
(cargo-release) version 0.3.1

github.com/bastion-rs/bastion - 8c695747b7ee01bf3af94978500fca8d4bcf1697 authored about 5 years ago by Mahmut Bulut <[email protected]>
(cargo-release) start next development iteration 0.3.1-alpha.0

github.com/bastion-rs/fort - d0c769a805322b1a40c12bbfd9d5db917aa0cb51 authored about 5 years ago by Mahmut Bulut <[email protected]>
(cargo-release) version 0.3.0

github.com/bastion-rs/fort - 2886d7b408cae4e8403921f574e3a2bba29a2369 authored about 5 years ago by Mahmut Bulut <[email protected]>
Fix readme and add simple example (#7)

* Fix readme and add simple example

* Bump version on readme

github.com/bastion-rs/fort - 55a9b4ba200125bb1c9beed12a18fcc29f955ad8 authored about 5 years ago by Mahmut Bulut <[email protected]>