mirror of
https://codeberg.org/Toasterson/solstice-ci.git
synced 2026-04-10 13:20:41 +00:00
- Introduce new `/jobs` endpoint for listing jobs grouped by `(repo_url, commit_sha)`, ordered by update timestamp. - Add models `JobGroup`, `JobSummary`, and `JobLinks` to structure grouped job details. - Implement grouping logic using `BTreeMap` for structured output. - Extend router with the new endpoint and integrate ORM-backed query for fetching job data. Signed-off-by: Till Wegmueller <toasterson@gmail.com> |
||
|---|---|---|
| .. | ||
| ciadm | ||
| cidev | ||
| common | ||
| forge-integration | ||
| github-integration | ||
| logs-service | ||
| migration | ||
| orchestrator | ||
| workflow-runner | ||