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

databendlabs / openraft / 27958149192

Builds Branch Commit Type Ran Committer Via Coverage
27958149192 release-0.10 chore: release: bump version to v0.10.0-alpha.23 # Summary Advance the workspace and related crate dependency constraints to the next alpha release version. # Details This keeps the workspace package version and local path dependency constrain... push 22 Jun 2026 02:01PM UTC drmingdrmer github
86.79
27958081461 main chore: release: bump version to v0.10.0-alpha.23 # Summary Advance the workspace and related crate dependency constraints to the next alpha release version. # Details This keeps the workspace package version and local path dependency constrain... push 22 Jun 2026 01:59PM UTC drmingdrmer github
86.78
27957063272 main fix: Make sure get_log_id_range never returns reversed range push 22 Jun 2026 01:45PM UTC drmingdrmer github
86.74
27733134167 release-0.10 chore: release: bump version to v0.10.0-alpha.22 # Summary Prepare the release branch for v0.10.0-alpha.22 by updating the workspace version and internal crate dependency constraints. # Details The workspace package version and release crate m... push 18 Jun 2026 02:44AM UTC drmingdrmer github
86.76
27702856738 main chore: release: bump version to v0.10.0-alpha.22 # Summary Prepare the release branch for v0.10.0-alpha.22 by updating the workspace version and internal crate dependency constraints. # Details The workspace package version and release crate m... push 17 Jun 2026 04:12PM UTC drmingdrmer github
86.75
27700874921 main chore: update itertools requirement in /examples/raft-kv-memstore Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [Changelog](https://github.com/rust-itertools/itertools/blob/ma... push 17 Jun 2026 03:41PM UTC drmingdrmer github
86.72
27595431475 main docs: explain committed recovery and Raft::wait_for_recovery # Summary Document what happens to the state machine across a restart when `committed` is not persisted, and how to recover deterministically. The earlier text assumed a restarted lead... push 16 Jun 2026 05:09AM UTC drmingdrmer github
86.75
27423417226 main feat: add Pre-Vote to avoid disruptive term inflation # Summary A follower probes whether a quorum would grant its vote at the next term before persisting a vote or bumping its term, so a node that cannot currently win -- partitioned, restarted,... push 12 Jun 2026 02:54PM UTC drmingdrmer github
86.62
27400130554 main feat: config: Make leader restore upon restart configurable # Summary Add `Config::enable_leader_restore` to control whether a node that was a leader before a restart resumes leadership at startup without an election. The default (`true`) keeps ... push 12 Jun 2026 07:02AM UTC drmingdrmer github
86.64
27397846385 main change: leadership-transfer vote request overrides leader lease # Summary A vote request sent by a leadership-transfer election now carries a `leadership_transfer` flag, and a voter grants it even when its leader lease has not expired. Previousl... push 12 Jun 2026 06:07AM UTC drmingdrmer github
86.62
27353408205 main docs: clarify try_get_log_entries boundary-tolerance contract The doc for RaftLogReader::try_get_log_entries said the absence of an entry is tolerated "at the beginning or end of the range", which reads as permitting a short read whenever a reade... push 11 Jun 2026 02:20PM UTC drmingdrmer github
86.47
27335072378 main refactor: add return value to MembershipState::commit() # Summary `MembershipState::commit()` now reports the transition of the committed membership config: it returns the committed log ids before and after the update, or `None` if nothing chang... push 11 Jun 2026 08:50AM UTC drmingdrmer github
86.46
27218729339 main refactor: rename methods that install snapshot membership # Summary Rename the membership-state methods invoked when a snapshot is installed so their names state the snapshot-install intent, and drop the return value that no caller used. # Deta... push 09 Jun 2026 03:59PM UTC drmingdrmer github
86.44
27203656165 main change: replace EffectiveMembership with StoredMembership # Summary EffectiveMembership and StoredMembership both carried the same (log_id, membership) record, and EffectiveMembership had degenerated into a thin Arc<StoredMembership> wrapper. Th... push 09 Jun 2026 11:43AM UTC drmingdrmer github
86.44
27189898500 main refactor: quorum: replace Joint wrapper with Vec<BTreeSet<NID>> # Summary A joint quorum set is now represented directly as `Vec<BTreeSet<NID>>` rather than wrapped in the `Joint<ID, QS, D>` type. The `QuorumSet`, `Coherent`, and `FindCoherent` ... push 09 Jun 2026 07:12AM UTC drmingdrmer github
86.47
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 31
  • 32
  • 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