You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-24Lines changed: 21 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,6 @@ OpsLedger provides a single source of truth for all changes made to your infrast
20
20
21
21
## Features
22
22
23
-
### Real-time Updates
24
-
The change log updates live across all open browser sessions without any page refresh — powered by **Server-Sent Events (SSE)**:
25
-
-**Instant propagation** — when any user registers, edits, or deletes a change, every connected client sees the update immediately
26
-
-**Connection status indicator** — a green pulsing dot in the nav bar shows the live connection; turns amber with "Reconnecting" if the stream drops
27
-
-**Exponential backoff reconnection** — the client automatically reconnects with 1s → 2s → 4s … capped at 30s backoff
28
-
-**Smart fallback** — when the SSE stream is offline, the UI falls back to a manual refetch after mutations so data stays consistent
29
-
-**JWT-authenticated stream** — the `/api/events` endpoint validates the session token; API keys are intentionally not accepted on the SSE endpoint to avoid long-lived credentials appearing in server logs
30
-
31
23
### Change Management
32
24
-**Register Changes** - Log infrastructure, deployment, and configuration changes with rich metadata including system, environment, change type, and detailed descriptions
33
25
-**Real-time Filtering** - Filter changes by system, environment, user, change type, and time range
@@ -51,23 +43,9 @@ The change log updates live across all open browser sessions without any page re
0 commit comments