- Oct 16, 2022
-
-
Valentin Syrovatskiy authored
-
Valentin Syrovatskiy authored
-
run image build only on push to master branch
-
- Oct 15, 2022
-
-
Yaroslav Dynnikov authored
-
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
-
- Oct 12, 2022
-
-
Yaroslav Dynnikov authored
It also provides better experience with various IDEs.
-
- Oct 06, 2022
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Yaroslav Dynnikov authored
Also remove the unnecessary `start_new_session` flag from explel function.
-
- Oct 05, 2022
-
-
Yaroslav Dynnikov authored
-
- Sep 30, 2022
-
-
Yaroslav Dynnikov authored
-
- Sep 29, 2022
-
-
Yaroslav Dynnikov authored
-
Valentin Syrovatskiy authored
-
Valentin Syrovatskiy authored
-
Yaroslav Dynnikov authored
-
- Sep 23, 2022
-
-
-
Georgy Moshkin authored
-
Yaroslav Dynnikov authored
Raft-rs interface requires the application to process special structure, the so-called "ready state". It also makes a demand on the processing workflow. The fields must be processed in a certain sequence, see <https://docs.rs/raft/0.6.0/raft/index.html#processing-the-ready-state>. For example, it was a mistake to send `persisted_messages` inside a transaction, because it's forbidded to do so before persisting the hard state, but the actual write happens only in the end of transaction. As for handling `soft_state` and `read_states`, they're useless in a transaction as they don't persist anything. The documentation is quite complicated, so this code might be revised once again later.
-
Yaroslav Dynnikov authored
-
- Sep 22, 2022
-
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
-