From 78d0a8c03b6ff699302df0f3ee912f9f83c259df Mon Sep 17 00:00:00 2001 From: panxiao81 Date: Thu, 24 Sep 2026 16:33:24 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20registry=20?= =?UTF-8?q?=E6=92=A4=E9=99=A4=E7=8A=B6=E6=80=81=E4=B8=8E=E5=B7=B2=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E6=9D=A5=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/postgresql-tenant-operator.md | 12 +++++++----- verification.md | 12 +++++++----- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/services/postgresql-tenant-operator.md b/services/postgresql-tenant-operator.md index a2568c6..f05a2ad 100644 --- a/services/postgresql-tenant-operator.md +++ b/services/postgresql-tenant-operator.md @@ -83,11 +83,13 @@ Retain 在申请删除后保留 Database 对象和外部数据,进入 Released 身份、绑定和进度;普通失败幂等重试,无法确认外部创建结果时报告足够人工诊断的冲突。 不引入 CSI 协议、存储调度或通用 Claim。资源 scope、绑定字段和凭据重新交付协议仍需细化。 -本轮依据为维护者设计讨论和 Ayatori 本地提交 -`6db8a495fb9f8981d336c9e6288253628ab478b6` 中的 -`docs/decisions/0009-database-resource-and-claim.md` 与 `docs/database/specification.md`。 -该提交尚未推送;旧 registry 实现尚未撤除,新三资源链路尚未完成。 -远端来源链接待发布后补齐,见 [同步记录](../verification.md#ayatori-database-设计修订同步)。 +本轮依据为维护者设计讨论和 Ayatori 已推送的 +[ADR-0009](https://git.ddupan.top/panxiao81/ayatori/src/commit/6db8a495fb9f8981d336c9e6288253628ab478b6/docs/decisions/0009-database-resource-and-claim.md)、 +[系统规格](https://git.ddupan.top/panxiao81/ayatori/src/commit/6db8a495fb9f8981d336c9e6288253628ab478b6/docs/database/specification.md)。 +registry 实现、迁移与 Instance 初始化依赖已在 +[23a2d81](https://git.ddupan.top/panxiao81/ayatori/commit/23a2d81b5041f8589baab1c234136cd2c701bb06) +撤除;本地测试与真实 PostgreSQL/API server 集成验证通过,但新三资源链路尚未完成。 +这些是分支提交,不表示已合并或部署;见 [同步记录](../verification.md#ayatori-database-设计修订同步)。 ## 计划中的使用方式 diff --git a/verification.md b/verification.md index d1dd704..6aa9dba 100644 --- a/verification.md +++ b/verification.md @@ -67,10 +67,12 @@ SPIFFE/SPIRE 按维护者指定,以 [#34](https://git.ddupan.top/panxiao81/hom ## Ayatori Database 设计修订同步 2026-09-24,维护者批准 Instance → Database → Tenant 资源/申请分离,替代原 PostgreSQL -registry 与自动所有权恢复合同。源仓库设计和 wiki 已在本地同步;Ayatori 设计已提交为 -`6db8a495fb9f8981d336c9e6288253628ab478b6`,本记录随 wiki 设计同步提交,双方尚未推送。 -新资源 API 与旧实现撤换未完成,不属于部署或现场验证。 +registry 与自动所有权恢复合同。源仓库设计和 wiki 已同步,Ayatori 设计与 registry 撤除 +已推送到 `feat/database-registry-inspection`;本记录随 wiki 来源同步提交发布。 +registry 撤除通过本地全量测试、lint 及真实 API server/PostgreSQL 集成测试; +新资源 API 与三资源运行链路未完成,不属于部署或现场验证。 -源设计:`/tmp/ayatori-database-domain/docs/decisions/0009-database-resource-and-claim.md`; +源设计:[6db8a49](https://git.ddupan.top/panxiao81/ayatori/commit/6db8a495fb9f8981d336c9e6288253628ab478b6); +代码撤除:[23a2d81](https://git.ddupan.top/panxiao81/ayatori/commit/23a2d81b5041f8589baab1c234136cd2c701bb06); wiki 权威摘要:[DBaaS 设计](services/postgresql-tenant-operator.md#当前资源模型2026-09-24-已确认)。 -后续推送/合并后补正式来源链接;旧仓库固定基线及受保护工作树不修改。 +来源链接固定到分支提交,不视为已合并。旧仓库固定基线及受保护工作树未修改。