You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Windows build failure due to missing SIGWINCH
Move SIGWINCH terminal resize handler into platform-specific
winchControl() function. Unix version handles resize via
syscall.SIGWINCH, Windows version returns nil (no resize).
test: add WriteContainerFile and ReplaceContainerRootfs tests
Coverage for internal/truenas goes from 68.8% to 83.8%. Tests cover
the rootfs path construction, config/write errors, cron job lifecycle
(create, run, delete), and ZFS path validation for unsafe characters.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>