mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-15 23:32:46 +00:00
Extends the OpenAPI spec with POST /api/v1/runs/{id}/archive and /unarchive
operations, adds `archived` to the RunStatus enum, and adds an
`include_archived` query param to listRuns. Regenerates the progenitor-built
Rust types and the typescript-axios client. Implements `archive_run` and
`unarchive_run` handlers via `operations::archive/unarchive`, and extends
`list_runs` to filter archived runs unless opted in. Archived runs continue
to map through `api_status_from_workflow` and bypass the board column.
|
||
|---|---|---|
| .. | ||
| demo | ||
| bind.rs | ||
| csp.rs | ||
| diagnostics.rs | ||
| error.rs | ||
| github_webhooks.rs | ||
| install.rs | ||
| ip_allowlist.rs | ||
| jwt_auth.rs | ||
| lib.rs | ||
| run_manifest.rs | ||
| security_headers.rs | ||
| serve.rs | ||
| server.rs | ||
| server_secrets.rs | ||
| settings_view.rs | ||
| static_files.rs | ||
| web_auth.rs | ||