fabro/lib/crates/fabro-server
Bryan Helmkamp 03fc375cdd
feat(server): add archive/unarchive endpoints and include_archived listing
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.
2026-04-19 16:53:33 -04:00
..
src feat(server): add archive/unarchive endpoints and include_archived listing 2026-04-19 16:53:33 -04:00
tests/it refactor(install): tag GithubAppOwner with discriminated object shape 2026-04-19 13:48:31 -04:00
build.rs feat(cli): surface debug build profile in version output 2026-04-18 09:44:54 -04:00
Cargo.toml Merge remote-tracking branch 'origin/main' 2026-04-19 13:36:54 -04:00