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

databendlabs / openraft / 22209712482

Builds Branch Commit Type Ran Committer Via Coverage
22209712482 main test: storage suite must use C::NodeId Display, not u64, for progress id In `Suite::get_initial_state`, the expected `RaftState` was built with `NODE_ID.to_string()` where `NODE_ID: u64 = 0`. The production path in `StorageHelper::with_id` calls... push 20 Feb 2026 03:13AM UTC drmingdrmer github
87.79
21539003623 main deps: Switch rt crates to use futures-* crates individually … except rt-compio, which publically re-exports futures. push 31 Jan 2026 04:52AM UTC drmingdrmer github
87.7
21511757572 main deps: Remove tracing-futures The same functionality is available in the tracing crate. push 30 Jan 2026 09:59AM UTC drmingdrmer github
87.72
21510666973 main deps: Update derive_more, thiserror, tabled push 30 Jan 2026 09:21AM UTC drmingdrmer github
87.64
21510588353 main deps: Switch openraft crate from futures to futures-util All the items imported from futures are just re-exports from futures-utils anyways. In larger dependency trees that enable additional features of the futures crate, this allows openraft to ... push 30 Jan 2026 09:18AM UTC drmingdrmer github
87.71
21021457713 main refactor: add multi-slot support to `Histogram` with extracted log scale Refactor histogram implementation to support sliding-window metrics through multiple slots. Each slot contains independent bucket counts and optional user-defined metadata. ... push 15 Jan 2026 06:06AM UTC drmingdrmer github
87.76
20703918341 main test: add truncate before append in log test to prevent conflict Add `truncate_after()` call before appending entries in the log terms test to avoid conflict errors that may occur due to store implementation. Changes: - Add `truncate_after()` be... push 05 Jan 2026 03:15AM UTC drmingdrmer github
87.58
20691485704 release-0.10 feat: add `Raft::write_blank()` method to write blank log entries Adds a public method allowing clients to write `EntryPayload::Blank` directly. Blank entries are useful to commit entries from previous terms, advance the commit index, or act as a... push 04 Jan 2026 10:25AM UTC drmingdrmer github
87.63
20690323739 main feat: add `Raft::write_blank()` method to write blank log entries Adds a public method allowing clients to write `EntryPayload::Blank` directly. Blank entries are useful to commit entries from previous terms, advance the commit index, or act as a... push 04 Jan 2026 08:48AM UTC drmingdrmer github
87.63
20679615371 main feat: add `log_id_parts()` method to `RaftLogId` trait Adds a convenience method that returns both the committed_leader_id and index as a tuple, useful for destructuring in pattern matching. Changes: - Add `log_id_parts()` default method to `Raf... push 03 Jan 2026 04:07PM UTC drmingdrmer github
87.58
20679123990 main feat: add `to_type()` method to `RaftLogId` for type conversion Adds a generic conversion method that allows converting any `RaftLogId` implementation to another type that also implements `RaftLogId`. Changes: - Add `to_type<T>()` default method... push 03 Jan 2026 03:21PM UTC drmingdrmer github
87.6
20678346716 main change: replace `RaftLogStorage::truncate()` with `truncate_after()` Replace the `truncate()` method with `truncate_after()` in the `RaftLogStorage` trait to provide clearer log truncation semantics. The new method takes `Option<LogId>` and keeps... push 03 Jan 2026 02:11PM UTC drmingdrmer github
87.53
20678162155 main feat: make RaftLogId trait public Export the RaftLogId trait to allow users to implement log ID behavior for custom types. This enables applications to define their own log ID representations that integrate with Openraft's log management. Change... push 03 Jan 2026 01:53PM UTC drmingdrmer github
87.52
20677454702 main change: implement truncate_after for RaftLogStorage Add new `truncate_after(last_log_id: Option<LogId>)` method to provide clearer log truncation semantics. This is a new storage API that implementers must provide. Changes: - Add `truncate_after... push 03 Jan 2026 12:49PM UTC drmingdrmer github
87.56
20674731320 main feat: make RaftLogId trait public Export the RaftLogId trait to allow users to implement log ID behavior for custom types. This enables applications to define their own log ID representations that integrate with Openraft's log management. Change... push 03 Jan 2026 08:25AM UTC drmingdrmer github
87.54
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 24
  • 25
  • 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

© 2026 Coveralls, Inc