feat(host-editor): run peer transfers as background jobs #832
No reviewers
Labels
No labels
E2E Failure
area:agent
area:audit-log
area:auth
area:authz
area:ci
area:crypto
area:db
area:docker
area:headers
area:ingest
area:ldap
area:rate-limit
area:ssrf
area:supply-chain
area:terminal
autorelease: pending
autorelease: tagged
bug
claude-working
documentation
duplicate
enhancement
good first issue
help wanted
invalid
priority: critical
priority: high
priority: low
priority: medium
question
security
sev:critical
sev:high
sev:info
sev:low
sev:medium
tests-required
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
carrtech/ct-ops!832
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/peer-transfer-background"
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\n- run Host Editor peer SFTP copies as background jobs with polling\n- warn and require confirmation when a copy expands beyond 200 files\n- add a peer transfer jobs dialog with active-job cancellation\n- add an auto-scaling transfer speed gauge to the peer copy progress panel\n\n## Validation\n- node --experimental-strip-types --test apps/web/lib/host-editor/panel-ui.test.mjs\n- corepack pnpm@10.6.5 --dir apps/web type-check\n- corepack pnpm@10.6.5 --dir apps/web lint (existing warnings only)\n- BETTER_AUTH_URL=http://localhost:3000 DATABASE_URL=postgres://ctops:ctops@127.0.0.1:5432/ctops corepack pnpm@10.6.5 --dir apps/web build\n\nCompanion docs PR: carrtech/website branch docs/ct-ops-peer-transfer-jobs