feat(extension): 添加 Twitter setup wizard - #71
Merged
Merged
Conversation
xiaoland
force-pushed
the
feat/extension-setup-wizard-web-peer
branch
from
August 24, 2026 02:52
47b5405 to
78cac8b
Compare
- add extension-owned multi-step setup popup - restore peer registration and settings lifecycle - support per-peer extension control and registry overrides
- update reactive PostgREST transport before immediate bootstrap queries - cover config cutover followed by a same-tick database request
- use fixed OAuth capabilities and ordinary Source, Cron, and Job models - separate Bookmark Source selection, creation, and scheduling in the wizard - publish the immutable Web Distribution as 0.2.1
- 由 Client Web 组合 Registry、Module Federation 与 Extension manager - 通过已发布 tgz 接入 Runtime 0.1.0 并提升 Host SDK 至 0.1.2 - 适配精确 Peer 启停并保留 Twitter setup popup
- upgrade the frozen Extension Toolkit to 0.2.1\n- rebuild the PDM lock from the independent release
- publish the setup wizard Module Federation snapshot as 0.2.0\n- keep the Web and Core distributions in one Extension release
- Check Health 主动请求公开 readyz 端点 - 数据库 lease 继续作为在线状态权威
- 相对 Peer public base URL 拼接 readyz - 将无效 Peer URL 隔离为单项探测失败
- 保留 TwitterSetupAPI 作为领域 facade - 区分无 body 请求与 JSON body 请求 - 公开既有 Peer request schema 供调用方推导输入类型
xiaoland
force-pushed
the
feat/extension-setup-wizard-web-peer
branch
from
August 24, 2026 14:15
5ea3d68 to
96fe322
Compare
- Check Health 请求轻量的 /livez 端点 - 保留数据库 lease 作为在线状态权威
- 从 ExtensionModel 读取并回填 OAuth App 配置 - 通过 InkForm 渲染字段并同步发布 Web Distribution 0.2.1
- 后续 jobs 只消费已选择的 immutable image - 删除对 mutable stable tag 的事后竞争检查
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.
变更
peersupsert 注册 runtime facts边界
验证
pnpm checkgit diff --check本 PR 取代 #68 的实现方向;在 Preview 验收完成前请勿合并。