fix(push@507a2bd): npm-publish 空 jobs + HttpDB DataAdapter / db-routes 信封 - #24
Closed
cursor[bot] wants to merge 3 commits into
Closed
fix(push@507a2bd): npm-publish 空 jobs + HttpDB DataAdapter / db-routes 信封#24cursor[bot] wants to merge 3 commits into
cursor[bot] wants to merge 3 commits into
Conversation
workflow_dispatch.inputs.tag 改为非 required,并给 publish job 加 tag/dispatch 门控,避免改 workflow 的 branch push 被 GHA 误评估后 出现空 jobs + "workflow file issue"(如 run 29922880511)。 Co-authored-by: Shiroha <Tanya7z@users.noreply.github.com>
- installHostBootstrap 默认注入 createHttpDataAdapter,可经
dataAdapter / dbServerUrl 替换;HttpDB.configure 覆盖基址
- db-routes 错误路径统一 jsonV2Fail({ok:false}),支持 step extra
Co-authored-by: Shiroha <Tanya7z@users.noreply.github.com>
Tanya7z
marked this pull request as ready for review
July 22, 2026 13:36
Contributor
Author
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
This was referenced Jul 22, 2026
Member
|
new |
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.
背景
审查 main@507a2bd(仅简化 npm-publish skip 文案)。ootb 绿。
合入 #23 后多次出现 npm-publish 空 jobs / workflow file issue 失败(如 29922880511):改 workflow 的 branch push 被 GHA 误评估,叠加
workflow_dispatch.inputs.tag: required: true→ 解析期失败。修复
CI(wf 失败)
inputs.tag→required: false(空 tag 仍由resolve-npm-publish-tag.mjs拒绝)publishjob:if: workflow_dispatch || ref_type==tag,误触 branch push 为 skipped 而非空失败SOLID
installHostBootstrap默认createHttpDataAdapter;HttpDB.configure/dbServerUrl/dataAdapter可替换db-routes错误路径统一jsonV2Fail({ok:false});jsonV2Fail支持extra(如step)未改(需协议/平台设计)
db.txrecorder 仍不回放 serverresultssuccess方言验证
db-servernode --test:7/7SFMC_ROOT=$PWD node tools/check-ootb.mjs:9/9(CLI warn 跳过)