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

databendlabs / openraft / 18975124083

Builds Branch Commit Type Ran Committer Via Coverage
18975124083 main chore: Add helper script to sync branch required checks push 31 Oct 2025 02:14PM UTC drmingdrmer github
91.6
18975124148 release-0.10 chore: Add helper script to sync branch required checks push 31 Oct 2025 02:13PM UTC drmingdrmer github
91.42
18974885649 main feat: Add watch_apply_progress() Add `watch_apply_progress()` APIs to track when log entries are apply to state machine. The returned handle expose a `WatchProgress` handle with: - `get()`: Get current progress state immediately - `wait_until_ge... push 31 Oct 2025 02:04PM UTC drmingdrmer github
91.43
18972411689 main change: storage traits return `io::Error` Issue #1457: Simplify storage trait error API. Benefits: Simpler trait implementation - Storage code doesn't need to know about `StorageError<C>` or generic type parameters in error handling. ## Changes... push 31 Oct 2025 12:27PM UTC drmingdrmer github
91.4
18949917333 main chore: fix Watch::wait_until test push 30 Oct 2025 05:44PM UTC drmingdrmer github
91.4
18948572114 main docs: add section on RaftNetwork and server interaction to getting started guide Added a new section explaining: - How RaftNetwork forwards RPCs to application server on remote nodes - Request flow between client node and target server - How serv... push 30 Oct 2025 04:57PM UTC drmingdrmer github
91.46
18944387542 main chore: fix test wait_until: allow failure sending a value to a clsoed receiver push 30 Oct 2025 02:41PM UTC drmingdrmer github
91.54
18936702743 main change: avoid Vec allocation in RaftStateMachine::apply() Replace the Vec-returning API with a callback-based approach that enables zero-allocation response handling. This allows state machines to send responses immediately after applying each en... push 30 Oct 2025 09:58AM UTC drmingdrmer github
91.47
18932917509 main chore: standardize Cargo.toml formatting across all workspace members Refine formatting for all 17 Cargo.toml files to improve readability and consistency throughout the project. push 30 Oct 2025 07:20AM UTC drmingdrmer github
91.37
18931041119 main docs: add FAQ entry on detecting valid leadership Add FAQ explaining how to verify if a leader is valid using `RaftMetrics::last_quorum_acked` field. Covers distributed systems reality of perceiving multiple leaders and provides code example. push 30 Oct 2025 05:41AM UTC xp-trumpet github
91.36
18929188559 main refactor: remove tokio from rt-compio push 30 Oct 2025 03:48AM UTC drmingdrmer github
91.37
18928691402 main refactor: remove unnecessary testing wrapper methods - remove wait_for_log() wrapper method - remove wait_for_members() wrapper method - remove wait_for_metrics() wrapper method push 30 Oct 2025 03:19AM UTC xp-trumpet github
91.44
18916803887 main refactor: remove wait_for_state() and wait_for_snapshot() wrappers Removed the `wait_for_state()` and `wait_for_snapshot()` helper methods from the test fixtures and replaced all usages with direct calls to `wait().state()` and `wait().snapshot()... push 29 Oct 2025 05:34PM UTC drmingdrmer github
91.36
18915819467 main change: migrate API and notification channels to bounded channels Migrated both API and notification channels from unbounded to bounded with configurable sizes to provide backpressure control and prevent unbounded memory growth. Changes: - Added... push 29 Oct 2025 04:58PM UTC xp-trumpet github
91.44
18911059930 release-0.10 change: make responder optional in client_write_ff Upgrade tip: Change `Raft::client_write_ff(.., responder)` to `Raft::client_write_ff(.., Some(responder))`. push 29 Oct 2025 02:24PM UTC drmingdrmer github
91.4
  • ← 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