From d3f6d1cd335b1f9f95ed0a532c4bf13fb2a15509 Mon Sep 17 00:00:00 2001 From: Codex Date: Sun, 12 Jul 2026 08:53:18 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=B7=9F=E8=B8=AA=20GitHub=20=E6=8A=95?= =?UTF-8?q?=E9=80=92=E6=81=A2=E5=A4=8D=E4=B8=8E=E7=8A=B6=E6=80=81=E8=AF=AF?= =?UTF-8?q?=E5=88=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/MDTODO/github-gitea-durable-source-authority.md | 2 +- docs/MDTODO/pr-merge-driven-automatic-delivery.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/MDTODO/github-gitea-durable-source-authority.md b/docs/MDTODO/github-gitea-durable-source-authority.md index 0eaf1a29..1e63233d 100644 --- a/docs/MDTODO/github-gitea-durable-source-authority.md +++ b/docs/MDTODO/github-gitea-durable-source-authority.md @@ -25,7 +25,7 @@ 覆盖重复 delivery、跨 repo、部分 ref 已存在、atomic failure、retry exhaustion 与 truthful status,提交 non-draft PR/preflight;运行面验收只由修复 PR merge 后新事件完成,完成任务后将详细报告写入[任务报告](./details/github-gitea-durable-source-authority/R1.4_Task_Report.md)。 #### R1.4.1 [in_progress] -继续解决 [UniDesk #1760](https://github.com/pikasTech/unidesk/issues/1760):PR #1826 的 GitHub delivery `1e654dda-7db6-11f1-9718-08a34ab9daa0` 返回 202,但 durable inbox 无 accepted/processing/committed/failed 记录且 Gitea branch/snapshot 停在旧 commit;修复 receiver/fsync/bridge worker 的真实断点,并仅用后续真实 PR merge 自动事件验收,禁止 sync、flush、伪 push、人工 PipelineRun 或运行面 patch,完成任务后将详细报告写入[任务报告](./details/github-gitea-durable-source-authority/R1.4.1_Task_Report.md)。 +继续解决 [UniDesk #1760](https://github.com/pikasTech/unidesk/issues/1760):修复 GitHub webhook delivery 的逐笔事实绑定,禁止把 selected GUID 与其他 delivery 的 202 拼接;由 owning YAML 选出的单写者自动 reconcile target-scoped hook topology,并以现有 durable-inbox PVC 上独立 WAL 对目标分支 502/503/504 delivery 做有界、幂等、可审计的自动 redelivery,直到 source committed 或 terminal exhausted;只用真实 PR merge 自动事件验收,禁止人工 redelivery、sync、伪 push、PipelineRun 或运行面 patch,完成任务后将详细报告写入[任务报告](./details/github-gitea-durable-source-authority/R1.4.1_Task_Report.md)。 ## R2 [completed] 跟踪 [UniDesk #1784](https://github.com/pikasTech/unidesk/issues/1784) 暴露的 managed mirror repository materialization 根因;本轮只完成架构风险分类,不修改 renderer/controller/reconcile authority,完成任务后将详细报告写入[任务报告](./details/github-gitea-durable-source-authority/R2_Task_Report.md)。 diff --git a/docs/MDTODO/pr-merge-driven-automatic-delivery.md b/docs/MDTODO/pr-merge-driven-automatic-delivery.md index bbf7b900..7b78ebc5 100644 --- a/docs/MDTODO/pr-merge-driven-automatic-delivery.md +++ b/docs/MDTODO/pr-merge-driven-automatic-delivery.md @@ -59,3 +59,7 @@ ### R4.3 依赖 R4.2,覆盖 provenance 缺失、伪造、stale revision、commit graph unavailable 和 runtime digest 不一致;最终只接受修复 PR merge 的新 webhook/PaC 事件自动收敛,禁止 mirror、PipelineRun、sync、flush、trigger、apply、closeout 或 runtime patch,完成任务后将详细报告写入[任务报告](./details/pr-merge-driven-automatic-delivery/R4.3_Task_Report.md)。 + +### R4.4 + +记录并后续解决 [UniDesk #1828](https://github.com/pikasTech/unidesk/issues/1828):聚合 cicd status 对 sentinel/platform-infra 在 source、GitOps、Argo/runtime 已对齐时仍误报 pac-gitops-missing/relation unknown;统一专用 control-plane 与聚合器的 source→GitOps revision relation authority 和判定证据,本轮仅登记,不扩入 #1760 自动 delivery 修复,完成任务后将详细报告写入[任务报告](./details/pr-merge-driven-automatic-delivery/R4.4_Task_Report.md)。