fabro/crates/arc-api
Bryan Helmkamp a566aa0352 Rename Pipeline to Run in arc-api server
- ManagedPipeline → ManagedRun, AppState.pipelines → AppState.runs
- All route paths: /pipelines/* → /runs/*
- Handler fns: list_pipelines → list_runs, start_pipeline → start_run,
  get_pipeline_status → get_run_status, cancel_pipeline → cancel_run
- Import renamed types: RunStatus, RunStatusResponse, StartRunRequest,
  StartRunResponse, WorkflowRunEngine, WorkflowRunEvent
- All test URIs, variable names, and test names updated

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 00:06:16 -05:00
..
src Rename Pipeline to Run in arc-api server 2026-03-02 00:06:16 -05:00
tests Rename Pipeline to Run in arc-api server 2026-03-02 00:06:16 -05:00
Cargo.toml Add spec-first OpenAPI for arc-api with generated types 2026-03-01 21:43:49 -05:00