refactor(pipeline-view): migrate to adapter factory (MF-10) #318
No reviewers
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks!318
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/mf10-migrate-pipeline"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
pipeline.ts.new ForgejoAdapter(token)callsites inapps/server/src/domain/views/pipeline.tswithcreateForgeAdapterForRepo(repo, token)so the/issues/pipeline(M19-1) and/pipeline/bounce-review(M19-6) paths route through the per-repo forge binding.Test plan
just qa— typecheck + Biome clean across all 4 workspaces.bun test src/domain/views/pipeline*.test.ts— all 37 pipeline tests pass.grep "ForgejoAdapter" apps/server/src/domain/views/pipeline.ts— no remaining references.Ref: MF-10 cleanup follow-up from PR #313 (MF-8).