fix: preserve indexed snapshots in dashboard history - #1308
fix: preserve indexed snapshots in dashboard history#1308floze-the-genius wants to merge 1 commit into
Conversation
|
Hi, thanks for the interest in contributing -- would you mind including some screenshots / explaining a in a bit more detail the problem you're seeing and how this CL is addressing it? |
|
Okay looking deeper -- seeing a few lingering issues:
|
f1a5880 to
f7b7704
Compare
|
Updated the implementation in
Added coverage for counters, bytes, chart entries, deduplication, forgotten snapshots, ordering, and repeated finalization. Validation: |
|
Controlled local before/after reproduction, using the same config and operation log for both binaries. The fixture contains three successful Base PR head This verifies that the fallback now feeds the complete dashboard accounting path rather than only coloring the history strip. Validation on the PR head: |
|
Hi @garethgeorge — following up on the requested changes: |


Fixes #1307.
Summary
Tests
go test ./internal/api -count=1go test ./internal/orchestrator/tasks -count=1go vet ./internal/apigo test ./... -count=1(with the CI-style fakewebui/dist/index.html.gzembed)