Albrecht Degering zemion
  • Joined on 2025-08-22
zemion commented on issue GovOPlaN/govoplan-datasources#4 2026-07-29 19:38:58 +02:00
[Debt] Harden materialization storage and concurrent revision allocation

Implemented and pushed in f3288db. Materializations now use immutable payload metadata plus paged database-row storage, with adapters/reference contracts for object/file/checkpoint backends,…

zemion closed issue GovOPlaN/govoplan-datasources#4 2026-07-29 19:38:58 +02:00
[Debt] Harden materialization storage and concurrent revision allocation
zemion pushed to main at GovOPlaN/govoplan-datasources 2026-07-29 19:38:48 +02:00
f3288dbd28 feat: harden datasource materialization payloads
zemion pushed to main at GovOPlaN/govoplan 2026-07-29 19:35:56 +02:00
9d6cdff4b8 CSS changes for release console
zemion closed issue GovOPlaN/govoplan-core#260 2026-07-29 19:27:30 +02:00
[Debt] Add safe auth principal caching with explicit invalidation
zemion commented on issue GovOPlaN/govoplan-core#260 2026-07-29 19:27:29 +02:00
[Debt] Add safe auth principal caching with explicit invalidation

Implemented and pushed. Core 48fb953 adds durable tenant/global authorization revisions and cache controls; Access b6c2c89 caches only immutable PrincipalRef summaries, rehydrates request-scoped…

zemion pushed to main at GovOPlaN/govoplan-tenancy 2026-07-29 19:27:21 +02:00
922b3f43b7 fix: invalidate auth context after tenant changes
zemion pushed to main at GovOPlaN/govoplan-organizations 2026-07-29 19:25:02 +02:00
58857654e9 fix: invalidate auth context after organization changes
zemion pushed to main at GovOPlaN/govoplan-idm 2026-07-29 19:24:57 +02:00
94c1d08519 fix: invalidate auth context after IDM changes
zemion pushed to main at GovOPlaN/govoplan-access 2026-07-29 19:24:42 +02:00
b6c2c89adf feat: cache immutable auth principal summaries
zemion pushed to main at GovOPlaN/govoplan-core 2026-07-29 19:24:24 +02:00
48fb953b93 feat: add durable auth principal cache revisions
zemion closed issue GovOPlaN/govoplan-calendar#20 2026-07-29 19:14:22 +02:00
[Debt] Split CalDAV discovery and sync-source creation orchestration
zemion commented on issue GovOPlaN/govoplan-calendar#20 2026-07-29 19:14:21 +02:00
[Debt] Split CalDAV discovery and sync-source creation orchestration

Implemented and pushed in 4011e61.

CalDAV discovery now separates source lookup, credential-envelope resolution, secret selection, auth validation, client construction, transport/protocol…

zemion pushed to main at GovOPlaN/govoplan-calendar 2026-07-29 19:14:11 +02:00
4011e61a63 refactor: split calendar source setup orchestration
zemion closed issue GovOPlaN/govoplan-views#1 2026-07-29 19:09:28 +02:00
[Debt] Decompose effective View resolution and provenance evaluation
zemion commented on issue GovOPlaN/govoplan-views#1 2026-07-29 19:09:27 +02:00
[Debt] Decompose effective View resolution and provenance evaluation

Implemented and pushed in govoplan-views@d5b13de with the public optional workflow input announced by govoplan-core@4bde049.

Resolution now has separate bounded candidate collection, batch…

zemion pushed to main at GovOPlaN/govoplan-core 2026-07-29 19:09:14 +02:00
4bde0495f7 feat: expose workflow view resolution input
zemion pushed to main at GovOPlaN/govoplan-views 2026-07-29 19:09:09 +02:00
d5b13decfc refactor: stage effective view resolution
zemion closed issue GovOPlaN/govoplan-poll#3 2026-07-29 19:02:18 +02:00
[Debt] Decompose Poll update and response-retirement state transitions
zemion commented on issue GovOPlaN/govoplan-poll#3 2026-07-29 19:02:17 +02:00
[Debt] Decompose Poll update and response-retirement state transitions

Implemented and pushed in 652b7e1.

Poll updates are now planned before persistence and carry an explicit existing-response disposition. The decision table records that policy/timing/owner-approv…