Show cache-read usage and quota pace in Capacity Dock - #1267
Open
ozymandiashh wants to merge 2 commits into
Open
Show cache-read usage and quota pace in Capacity Dock#1267ozymandiashh wants to merge 2 commits into
ozymandiashh wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
0; missing or incomplete historical accounting stays unknown. Cache reads are already included in cost, so this adds visibility without changing pricing.The JSON field is optional for compatibility with older clients and histories. Status snapshot revision 7 invalidates older cached payloads without purging daily history. No additional polling is introduced.
Testing
npm test: 3,748 passed, 5 skipped, versus 3,738 passed, 5 skipped on the base revision; zero failures. Covers durable/fresh history, provider/date/config filters, known zero, incomplete legacy data and snapshot invalidation.npm run buildandtsc --noEmitpassed.CapacityDockDetailViewrender harness: 62 checks passed across 0.9×, 1× and 1.25× scales and all four dock edges; rendered layouts inspected visually.swift build --jobs 2passed.Local Swift validation used an isolated copy of the Swift Testing suites because this machine has Command Line Tools without XCTest. macOS CI subsequently passed the full suite: 129 XCTest tests and 457 Swift Testing tests, plus release packaging.
All 18 CI checks passed on
98ad43fe, including Windows tests and packaging (the release-only asset check is skipped).