feat(host-editor): add peer SFTP copy modal #830

Merged
simon merged 1 commit from feat/sftp-cross-host-transfer into dev 2026-06-29 15:02:48 +00:00
Owner

Summary

  • rename the host tools Host Editor tab label to SFTP
  • add a two-pane peer server copy modal beside the transfer-status button
  • add backend SFTP peer listing/copy actions with CT-Ops policy checks, file/count limits, and audit entries

Validation

  • node --experimental-strip-types --test apps/web/lib/host-editor/transport.test.mjs apps/web/lib/actions/host-editor-directory.test.mjs apps/web/lib/host-editor/panel-ui.test.mjs apps/web/lib/hosts/host-detail-tabs.test.mjs
  • corepack pnpm@10.6.5 --dir apps/web type-check
  • corepack pnpm@10.6.5 --dir apps/web lint (passes with existing warnings)
  • 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

Docs

  • Companion website PR: docs/sftp-peer-transfer
## Summary - rename the host tools Host Editor tab label to SFTP - add a two-pane peer server copy modal beside the transfer-status button - add backend SFTP peer listing/copy actions with CT-Ops policy checks, file/count limits, and audit entries ## Validation - node --experimental-strip-types --test apps/web/lib/host-editor/transport.test.mjs apps/web/lib/actions/host-editor-directory.test.mjs apps/web/lib/host-editor/panel-ui.test.mjs apps/web/lib/hosts/host-detail-tabs.test.mjs - corepack pnpm@10.6.5 --dir apps/web type-check - corepack pnpm@10.6.5 --dir apps/web lint (passes with existing warnings) - 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 ## Docs - Companion website PR: docs/sftp-peer-transfer
feat(host-editor): add peer SFTP copy modal
All checks were successful
Conventional PR title / Conventional PR title (pull_request) Successful in 0s
PR Checks (Docker images) / Ansible API contract (pull_request) Successful in 6s
SAST / Detect security scan scope (pull_request) Successful in 8s
PR Checks (Docker images) / Detect Docker image changes (pull_request) Successful in 9s
PR Checks (Docker images) / Ingest Docker image (pull_request) Has been skipped
PR Checks (Docker images) / Ansible API Docker image (pull_request) Has been skipped
SAST / gosec (ingest) (pull_request) Has been skipped
SAST / trivy (filesystem) (pull_request) Has been skipped
SAST / gosec (agent) (pull_request) Has been skipped
Secret Scan / gitleaks (pull_request) Successful in 28s
SAST / trivy (config / IaC) (pull_request) Has been skipped
SAST / semgrep (pull_request) Successful in 1m11s
SAST / crypto-lint (no weak hashes / ciphers) (pull_request) Successful in 1m6s
PR Checks (Web) / Web (lint / type-check / build) (pull_request) Successful in 2m31s
PR Checks (Docker images) / Web Docker image (pull_request) Successful in 13m1s
3dc46e3023
simon deleted branch feat/sftp-cross-host-transfer 2026-06-29 15:02:48 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carrtech/ct-ops!830
No description provided.