fix: preserve feed history during source maintenance - #13
Open
kachofugetsu09 wants to merge 2 commits into
Open
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.
为 feed_manage 增加精确名称的 pause、resume 和 update 动作,使坏源可以停止轮询或改地址,而不删除 items 与 ack 历史;同时对齐静态 manifest 与模块版本为 3.1.4。\n\n验证:\n- 定向测试 10/10 通过\n- 管理动作回归证明 items/ack 不减少,旧 URL poll_state 被明确失效\n- hua-home exact commit fd74018 已安装\n- 13 个 HTTP 410 Nitter 源已暂停,2 个 localhost RSSHub 地址已更新\n- 修复后真实轮询 21 个启用源,错误数 0,SQLite integrity ok\n\n完整插件套件另有 2 个现有 Core 集成 fixture 失败,原因是当前 Core manager 合同与插件仓库 fixture 漂移;本 PR 的新增管理测试全部通过。