mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-15 01:07:32 +00:00
47 test cases covering: - NewUpdateHistory: directory creation, loading existing entries - CreateEntry: event ID generation, timestamp handling, persistence - UpdateEntry: updates, persistence verification, error handling - GetEntry: retrieval by ID, non-existent entry errors - ListEntries: filtering by status/action/deployment type, limits - GetLatestSuccessful: finding recent successful entries - Cache management: trimming when exceeding max size - LoadCache: malformed JSON handling, empty lines - Type definitions and constant validation |
||
|---|---|---|
| .. | ||
| adapter_installsh.go | ||
| adapter_installsh_test.go | ||
| history.go | ||
| history_test.go | ||
| manager.go | ||
| manager_test.go | ||
| mock_updater.go | ||
| queue.go | ||
| queue_test.go | ||
| sse.go | ||
| sse_test.go | ||
| updater.go | ||
| version.go | ||
| version_test.go | ||