Pause automatic updates on metered connections - #331701
Merged
Dmitriy Vasyura (dmitrivMS) merged 8 commits intoAug 20, 2026
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot started reviewing on behalf of
Dmitriy Vasyura (dmitrivMS)
August 19, 2026 20:01
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Pauses background update activity on metered connections while preserving explicit user actions.
Changes:
- Guards automatic checks, downloads, probes, and post-update requests.
- Resumes automatic update processing when unmetered.
- Centralizes metered-connection messaging in the status bar.
Show a summary per file
| File | Description |
|---|---|
abstractUpdateService.ts |
Adds metered guards and resume handling. |
abstractUpdateService.test.ts |
Tests metered update behavior. |
postUpdateWidget.ts |
Skips automatic post-update requests. |
postUpdateWidget.test.ts |
Tests automatic and explicit requests. |
updateTooltip.ts |
Removes metered-specific tooltip messaging. |
updateTitleBarEntry.test.ts |
Updates tooltip test setup. |
meteredConnectionStatus.ts |
Expands centralized status messaging. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 7/7 changed files
- Comments generated: 3
- Review effort level: Balanced
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot started reviewing on behalf of
Dmitriy Vasyura (dmitrivMS)
August 19, 2026 20:34
View session
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot started reviewing on behalf of
Dmitriy Vasyura (dmitrivMS)
August 20, 2026 00:40
View session
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot started reviewing on behalf of
Dmitriy Vasyura (dmitrivMS)
August 20, 2026 21:58
View session
Dmitriy Vasyura (dmitrivMS)
marked this pull request as ready for review
August 20, 2026 22:09
Dmitriy Vasyura (dmitrivMS)
enabled auto-merge (squash)
August 20, 2026 22:09
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Ben Villalobos (benvillalobos)
approved these changes
Aug 20, 2026
Dmitriy Vasyura (dmitrivMS)
deleted the
dev/dmitriv/metered-update-checks
branch
August 20, 2026 23:58
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.
Fixes #297350