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

databendlabs / openraft / 19574070448

Builds Branch Commit Type Ran Committer Via Coverage
19574070448 main refactor: add Clone bound to WatchSender trait push 21 Nov 2025 02:51PM UTC drmingdrmer github
92.18
19498256146 main refactor: extract ReplicationState into separate module Move `ReplicationState` from `log_state.rs` to its own module to improve code organization. Refactor the struct to use `LogState` for both local and remote states, replacing individual field... push 19 Nov 2025 10:37AM UTC drmingdrmer github
92.1
19492374016 main feat: Add `with_leader()` conditional write to `WriteRequest` Add `WriteRequest::with_leader()` method to support conditional writes that only execute when the current leader matches the expected leader. This prevents duplicate operations when re... push 19 Nov 2025 06:46AM UTC drmingdrmer github
92.12
19489036785 main change: in 0.10.0: `Raft::as_leader()` returns `Result` with `ForwardToLeader` error Changed the return type from `Option<Leader<C>>` to `Result<Leader<C>, ForwardToLeader<C>>` to provide useful information when the node is not a leader. The erro... push 19 Nov 2025 03:50AM UTC drmingdrmer github
92.15
19487123604 release-0.10 chore: rename RaftMsg::CheckIsLeaderRequest to EnsureLinearizableRead Changes - Rename `RaftMsg::CheckIsLeaderRequest` to `EnsureLinearizableRead` - Rename `CheckIsLeaderError` to `LinearizableReadError`, `CheckIsLeaderError` is still kept for... push 19 Nov 2025 02:06AM UTC drmingdrmer github
92.14
19474883483 main chore: rename RaftMsg::CheckIsLeaderRequest to EnsureLinearizableRead Changes - Rename `RaftMsg::CheckIsLeaderRequest` to `EnsureLinearizableRead` - Rename `CheckIsLeaderError` to `LinearizableReadError`, `CheckIsLeaderError` is still kept for... push 18 Nov 2025 05:19PM UTC drmingdrmer github
92.13
19466256809 main refactor: update `Default` impl for `CommittedVote` and `NonCommittedVote` Update the `Default` implementation for vote wrapper types to require `NodeId: Default` and create proper initial leader IDs, consistent with the removal of `Default` from... push 18 Nov 2025 12:34PM UTC drmingdrmer github
92.13
19464825609 main change: in 0.10.0: remove `Default` from `RaftVote` trait bounds Remove the `Default` bound from `RaftVote` trait since a `Vote` always requires a `node_id` and a truly default value is semantically meaningless. This prepares for making `LeaderId... push 18 Nov 2025 11:42AM UTC drmingdrmer github
92.16
19459132859 main refactor: Add `Signal` and `Noop` variant to `IOFlushed` Extend `IOFlushed` enum with a `Signal` variant that sends the IO result through a oneshot channel. This provides a lighter-weight alternative to `Notify` when detailed notification informa... push 18 Nov 2025 08:28AM UTC drmingdrmer github
92.25
19436035039 main change: in 0.10.0: Rename `local_leader_id()` to `as_leader()` returning `Leader` struct The `as_leader()` method now returns a `Leader` struct containing leader metadata instead of just the leader ID. This provides richer information about the l... push 17 Nov 2025 04:06PM UTC drmingdrmer github
92.16
19423333880 main feat: Add `Raft::local_leader_id()` to get LeaderId if it is a Leader Add a method to retrieve the leader ID if the current node is the leader, i.e., its vote has been committed by a quorum. This method return `None` if the `Raft` node is not le... push 17 Nov 2025 08:40AM UTC drmingdrmer github
92.19
19420903065 release-0.10 chore: StorageHelper creates default Vote when absent push 17 Nov 2025 06:50AM UTC drmingdrmer github
92.18
19419803464 main chore: StorageHelper creates default Vote when absent push 17 Nov 2025 05:54AM UTC drmingdrmer github
92.14
19408983669 release-0.10 feat: add `Deref`, `DerefMut`, and `From<int>` for `CommittedLeaderId` Enable direct term access and convenient creation of `CommittedLeaderId` from integer types. In std mode, `CommittedLeaderId` is just a wrapper of `C::Term`, which is an integ... push 16 Nov 2025 05:03PM UTC drmingdrmer github
92.23
19408921157 main feat: add `Deref`, `DerefMut`, and `From<int>` for `CommittedLeaderId` Enable direct term access and convenient creation of `CommittedLeaderId` from integer types. In std mode, `CommittedLeaderId` is just a wrapper of `C::Term`, which is an integ... push 16 Nov 2025 04:57PM UTC drmingdrmer github
92.28
  • ← 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