mirror of
https://codeberg.org/Toasterson/solstice-ci.git
synced 2026-04-10 13:20:41 +00:00
This commit introduces a persistence layer to the Orchestrator, enabling it to optionally connect to a Postgres database for recording job and VM states. It includes: - SeaORM integration with support for migrations from the migration crate. - `Persist` module with methods for job and VM state upserts. - No-op fallback when persistence is disabled or unavailable. - Documentation updates and test coverage for persistence functionality. |
||
|---|---|---|
| .. | ||
| ciadm | ||
| cidev | ||
| common | ||
| forge-integration | ||
| github-integration | ||
| migration | ||
| orchestrator | ||
| workflow-runner | ||