mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-03-27 14:44:12 +00:00
790 B
790 B
Summary
Motivation
Test plan
make testpasses- Tested on sandbox/staging environment
Distributed system impact
- Raft quorum / RQLite
- WireGuard mesh / networking
- Olric gossip / caching
- Service startup ordering
- Rolling upgrade compatibility
Checklist
- Tests added for new functionality or bug fix
- No debug code (
fmt.Println,log.Println) left behind - Docs updated (if user-facing behavior changed)
- Errors wrapped with context (
fmt.Errorf("...: %w", err))