diff --git a/DEVLOG.md b/DEVLOG.md index 6a9fd56..fda258b 100644 --- a/DEVLOG.md +++ b/DEVLOG.md @@ -129,3 +129,21 @@ Keine Commits in dieser Session. - migrations/0001_tenant_registry.sql | 10 ++++++++++ --- +## 2026-08-28 22:48 – 22:51 (3m) +**Beschreibung:** Claude Code Session +**Projekt:** nexarch + +### Commits +- c344dea TEN-08: tenant-loeschung-unter-retention-vorbehalt-gobd (RetentionChecker-Schnittstelle gegen Archive RET-03/CMP-06, ProcessDueDeletions haelt gesperrte Tenants zurueck) + +### Geänderte Dateien +- internal/tenant/lifecycle.go | 45 ++++++++++++++++++++++++++++++++++++++++----- +- internal/tenant/lifecycle_test.go | 4 +++- +- internal/tenant/registry.go | 7 +++++-- +- internal/tenant/retention.go | 34 ++++++++++++++++++++++++++++++++++ +- internal/tenant/retention_test.go | 164 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +- internal/tenant/tenant.go | 5 +++++ +- migrations/0004_tenant_retention_block.down.sql | 2 ++ +- migrations/0004_tenant_retention_block.up.sql | 6 ++++++ + +---