• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

databendlabs / openraft / 19159141774

Builds Branch Commit Type Ran Committer Via Coverage
19159141774 release-0.10 change: Remove `PayloadTooLarge` error and automatic retry logic Payload size management should be handled by the application's `RaftNetwork` implementation, not by Openraft's replication core. When `append_entries` hits transport size limits, th... push 07 Nov 2025 05:30AM UTC drmingdrmer github
91.58
19139505174 main refactor: progress: split VecProgress into separate modules Extract `VecProgress` implementation and its dependencies from `progress/mod.rs` into separate module files to improve code organization and modularity. The progress module is now struct... push 06 Nov 2025 02:48PM UTC drmingdrmer github
91.49
19133388770 main chore: refactor progress push 06 Nov 2025 11:01AM UTC xp-trumpet github
91.37
19132305171 release-0.10 change: Migrate `RaftStateMachine::apply()` from Iterator to Stream Update the `apply()` method signature to use `Stream` instead of `IntoIterator` for better error handling and async streaming support: - Change `IntoIterator<Item = EntryRespond... push 06 Nov 2025 10:20AM UTC drmingdrmer github
91.43
19132305149 main change: Migrate `RaftStateMachine::apply()` from Iterator to Stream Update the `apply()` method signature to use `Stream` instead of `IntoIterator` for better error handling and async streaming support: - Change `IntoIterator<Item = EntryRespond... push 06 Nov 2025 10:20AM UTC drmingdrmer github
91.39
19128778756 main chore: refactor Progress push 06 Nov 2025 08:03AM UTC drmingdrmer github
91.36
19124392631 release-0.10 change: Add `on_commit` `on_complete` to `Responder` trait Add `ProgressResponder` and use it as default `Responder` that receives `on_commit` and `on_complete` events. - `on_commit` is called when a log entry is committed; - `on_complete` is ca... push 06 Nov 2025 04:08AM UTC drmingdrmer github
91.36
19124392610 main change: Add `on_commit` `on_complete` to `Responder` trait Add `ProgressResponder` and use it as default `Responder` that receives `on_commit` and `on_complete` events. - `on_commit` is called when a log entry is committed; - `on_complete` is ca... push 06 Nov 2025 04:08AM UTC drmingdrmer github
91.35
19038453419 main test: add test for RaftState::update_committed() push 03 Nov 2025 02:46PM UTC drmingdrmer github
91.39
19037820195 release-0.10 refactor: add `cluster_committed` to track last log id committed by the cluster Add comments explaining `cluster_committed` and `local_committed` calculation - `cluster_committed` tracks latest log id committed by the cluster. - `local_committed... push 03 Nov 2025 02:25PM UTC drmingdrmer github
91.37
19027917390 main refactor: add `cluster_committed` to track last log id committed by the cluster Add comments explaining `cluster_committed` and `local_committed` calculation - `cluster_committed` tracks latest log id committed by the cluster. - `local_committed... push 03 Nov 2025 08:14AM UTC drmingdrmer github
91.45
18994879794 main change: Require to impl `PartialOrd<CommittedLeaderId> for LeaderId` Enable comparison between non-committed and committed leader IDs, where committed leaders take precedence over non-committed ones in the same term. This ordering is required wh... push 01 Nov 2025 09:42AM UTC drmingdrmer github
91.41
18991324997 release-0.10 feat: Add `watch_snapshot_progress()` Add `watch_snapshot_progress()` API to track when snapshots are persisted to storage. The returned handle exposes a `WatchProgress` handle with: - `get()`: Get current progress state immediately - `wait_unti... push 01 Nov 2025 04:25AM UTC drmingdrmer github
91.44
18979377397 main feat: Add `watch_snapshot_progress()` Add `watch_snapshot_progress()` API to track when snapshots are persisted to storage. The returned handle exposes a `WatchProgress` handle with: - `get()`: Get current progress state immediately - `wait_unti... push 31 Oct 2025 04:54PM UTC drmingdrmer github
91.44
18976221878 main feat: Add `watch_commit_progress()` Add `watch_commit_progress()` APIs to track when log entries are confirmed to be committed. The returned handle expose a `WatchProgress` handle with: - `get()`: Get current progress state immediately - `wait_u... push 31 Oct 2025 02:53PM UTC drmingdrmer github
91.44
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 16
  • 17
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc