constansino
|
ac95e92829
|
fix(watcher): guard debounced callback after Stop
|
2026-03-05 19:25:57 +08:00 |
|
constansino
|
8526c2da25
|
fix(watcher): debounce auth event callback storms
|
2026-03-05 19:12:57 +08:00 |
|
hkfires
|
4af712544d
|
feat(watcher): log auth field changes on reload
Cache parsed auth contents and compute redacted diffs for prefix, proxy_url,
and disabled when auth files are added or updated.
|
2026-02-04 12:29:56 +08:00 |
|
hkfires
|
41c2385aca
|
refactor(watcher): split watcher.go into focused modules
- Create dispatcher.go for auth update queue management
- Create events.go for fsnotify event handling
- Create config_reload.go for hot-reload logic
- Create clients.go for client lifecycle management
- Simplify watcher.go to core coordinator (~150 lines)
- Maintain 100% API backward compatibility
- All tests passing with 72%+ coverage
|
2025-12-17 15:53:28 +08:00 |
|