• Joined on 2025-08-22
zemion commented on issue GovOPlaN/govoplan-core#86 2026-07-11 01:52:09 +02:00
[Feature] Add delete-veto orchestration through module providers

Codex State: done

Summary

  • Added structured DeleteVetoIssue and provider registration metadata to the core module contract.
  • PlatformRegistry now collects module-attributed delete veto…
zemion commented on issue GovOPlaN/govoplan-audit#2 2026-07-11 01:52:04 +02:00
Move audit admin WebUI panels into audit module

Codex State: done

Summary

  • Added @govoplan/audit-webui with audit-owned admin.sections contributions for system and tenant audit.
  • Removed audit panel ownership from the access WebUI…
zemion commented on issue GovOPlaN/govoplan-policy#2 2026-07-11 01:52:00 +02:00
Move policy admin WebUI panels into policy module

Codex State: done

Summary

  • Added @govoplan/policy-webui with retention admin.sections contributions for system, tenant, group, and user scopes.
  • Policy WebUI reuses core shared…
zemion commented on issue GovOPlaN/govoplan-core#223 2026-07-11 01:33:50 +02:00
[Task] Define release migration squashing and baseline workflow

Current check after the target-state planner work:

  • The audit/helper/workflow parts are implemented and working.
  • scripts/release-migration-audit.py reports a clean graph but no recorded…
zemion pushed tag v0.1.6 to GovOPlaN/govoplan-access 2026-07-11 01:21:46 +02:00
zemion closed issue GovOPlaN/govoplan-organizations#2 2026-07-11 01:15:36 +02:00
Migrate access function model to organizations.directory
zemion closed issue GovOPlaN/govoplan-identity#2 2026-07-11 01:15:28 +02:00
Migrate access identity projection to identity.directory
zemion commented on issue GovOPlaN/govoplan-organizations#2 2026-07-11 01:15:23 +02:00
Migrate access function model to organizations.directory

Codex State: done

Summary

  • Access now prefers organizations.directory for organization units and function definitions, while IDM remains the owner of identity-to-function assignment…
zemion commented on issue GovOPlaN/govoplan-core#231 2026-07-11 01:15:16 +02:00
[Feature] Target-state module update planner

Follow-up refinement after the closing note: failed module migration task execution now raises a task-execution error carrying partial records, and init_db writes the migration task record file…

zemion commented on issue GovOPlaN/govoplan-identity#2 2026-07-11 01:15:14 +02:00
Migrate access identity projection to identity.directory

Codex State: done

Summary

  • Access now prefers identity.directory for account-to-identity resolution, semantic directory identity rendering, auth /me identity IDs, and access explanation…
zemion pushed to main at GovOPlaN/govoplan-organizations 2026-07-11 01:14:23 +02:00
2810b1c500 Document organization projection migration
zemion pushed to main at GovOPlaN/govoplan-identity 2026-07-11 01:14:14 +02:00
c0afbc9333 Document identity projection migration
zemion pushed to main at GovOPlaN/govoplan-core 2026-07-11 01:14:05 +02:00
edb4687826 Cover access canonical directory migration
zemion pushed to main at GovOPlaN/govoplan-access 2026-07-11 01:14:05 +02:00
002d12e417 Prefer canonical identity and organization directories
zemion commented on issue GovOPlaN/govoplan-core#231 2026-07-11 01:13:02 +02:00
[Feature] Target-state module update planner

Implemented the remaining live-data migration task slice for the target-state update planner.

What is now covered:

  • MigrationSpec supports constrained migration_tasks with explicit phases,…
zemion closed issue GovOPlaN/govoplan-core#231 2026-07-11 01:13:02 +02:00
[Feature] Target-state module update planner
zemion pushed tag v0.1.6 to GovOPlaN/govoplan-campaign 2026-07-11 01:09:49 +02:00
zemion pushed to main at GovOPlaN/govoplan-campaign 2026-07-11 01:09:48 +02:00
5775347746 Pin campaign Excel import dependency
zemion pushed to main at GovOPlaN/govoplan-core 2026-07-11 01:00:24 +02:00
fcfe0b69a3 Install cloned WebUI dependencies in release integration
zemion commented on issue GovOPlaN/govoplan-identity#2 2026-07-11 01:00:13 +02:00
Migrate access identity projection to identity.directory

Codex State: progress

Summary

  • Identity provides the identity.directory capability and its own canonical identity/account-link storage.
  • Access has not yet been refit to consume…