Surface custom plugin updates in the WebUI - #1860
Closed
3clyp50 wants to merge 2 commits into
Closed
Conversation
Run daily custom plugin update checks outside the user-message request path and preserve the last good status across remote failures. Expose update status in the Custom tab, reuse the installer update flow, and provide a persistent toast that opens the plugin list.
Describe persisted custom-plugin update state, background retry behavior, and the update workflow exposed by the Plugin Installer.
Contributor
Author
|
Closing because this change was intended for the origin repository instead: 3clyp50#22 |
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
Verification
conda run -n a0 python -m pytest tests/test_plugin_update_check.py tests/test_plugin_git_update.py tests/test_plugin_activation_ui.py tests/test_download_toast_regressions.py tests/test_defer_lifecycle.py -q(29 passed)git diff --checkhttp://localhost:32081: source/runtime hashes matched, HTTP 200, background update hook returned in 1.1 ms, toast opened the existing Custom plugins modal without duplication, and the browser console stayed clean