• Joined on 2025-08-22
zemion opened issue GovOPlaN/govoplan-workflow#5 2026-07-28 12:48:20 +02:00
[Feature] Persist, edit, and execute reusable workflow definition graphs
zemion commented on issue GovOPlaN/govoplan-dataflow#6 2026-07-28 12:48:20 +02:00
[Feature] Consume connector-backed tabular sources and schema discovery

Codex State: done

The consumer side is implemented in 6ca3058, with Core contract 8b1910b, Datasources provider 1cb6228, and Connectors adapter 27302f0.

The issue's direct Connector…

zemion commented on issue GovOPlaN/govoplan-dataflow#1 2026-07-28 12:48:20 +02:00
[Epic] Deliver a governed Dataflow manager with graphical and SQL editing

Codex State: progress

Dataflow now uses Core's shared definition-graph primitives and consumes the governed Datasources catalogue/lifecycle contract rather than Connectors directly (6ca3058).…

zemion commented on issue GovOPlaN/govoplan-core#216 2026-07-28 12:48:20 +02:00
[Feature] Recurring datasource and data-transformation workflows

Codex State: progress

The architecture decision and base contracts are complete:

  • Connectors acquires external data and publishes origins.
  • Datasources governs live/cached/static sources,…
zemion closed issue GovOPlaN/govoplan-core#188 2026-07-28 12:48:20 +02:00
[Feature] Define govoplan-datasources module
zemion commented on issue GovOPlaN/govoplan-core#188 2026-07-28 12:48:20 +02:00
[Feature] Define govoplan-datasources module

Codex State: done

Implemented the two-layer architecture and initialized GovOPlaN/govoplan-datasources.

  • Core contracts: 8b1910b
  • Datasources module: 1cb6228
  • Connectors origin…
zemion opened issue GovOPlaN/govoplan-datasources#2 2026-07-28 12:48:19 +02:00
[Feature] Add datasource quality gates, schema policy, approvals, and retention
zemion opened issue GovOPlaN/govoplan-datasources#3 2026-07-28 12:48:19 +02:00
[Feature] Publish module outputs as immutable datasource materializations
zemion opened issue GovOPlaN/govoplan-datasources#4 2026-07-28 12:48:19 +02:00
[Debt] Harden materialization storage and concurrent revision allocation
zemion opened issue GovOPlaN/govoplan-datasources#5 2026-07-28 12:48:19 +02:00
[Feature] Add policy-aware datasource and field visibility
zemion opened issue GovOPlaN/govoplan-datasources#1 2026-07-28 12:48:18 +02:00
[Epic] Deliver the governed datasource catalogue and lifecycle
zemion pushed to main at GovOPlaN/govoplan 2026-07-28 12:45:20 +02:00
163b35c0af feat: integrate datasource and workflow modules
zemion pushed to main at GovOPlaN/govoplan-dataflow 2026-07-28 12:44:55 +02:00
6ca3058021 feat: consume governed datasources and shared graphs
zemion pushed to main at GovOPlaN/govoplan-workflow 2026-07-28 12:44:42 +02:00
85eef00913 feat: add reusable workflow definition graphs
zemion pushed to main at GovOPlaN/govoplan-connectors 2026-07-28 12:43:35 +02:00
27302f0c39 feat: expose connector datasource origins
zemion pushed to main at GovOPlaN/govoplan-datasources 2026-07-28 12:43:13 +02:00
1cb6228442 feat: initialize governed datasources module
zemion created branch main in GovOPlaN/govoplan-datasources 2026-07-28 12:43:13 +02:00
zemion pushed to main at GovOPlaN/govoplan-core 2026-07-28 12:42:58 +02:00
8b1910b5b7 feat: add datasource and definition graph contracts
zemion created repository GovOPlaN/govoplan-datasources 2026-07-28 11:50:04 +02:00
zemion commented on issue GovOPlaN/govoplan-connectors#9 2026-07-28 11:18:45 +02:00
[Feature] Provide governed tabular datasource discovery and bounded preview

Codex State: progress

Summary

  • Converted Connectors from a documentation-only shell into an installable module with migrations, permissions, role templates, APIs, uninstall guards, and…