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
* Add and improve orchestrator tests, refactor config paths
Added new tests for directory recreation and secure memory functions. Refactored config file paths in directory_recreation.go to use package-level variables for easier testing. Improved parsing logic for storage and datastore configs. Enhanced orchestrator_test.go with additional coverage for logging and stats reporting.
* Improve cron migration to preserve valid entries
Refactored migrateLegacyCronEntries to only remove legacy Bash script and outdated binary references, while preserving existing cron entries that already point to the correct Go binary. Updated CLI and installation documentation to clarify that valid cron entries are retained during upgrade.
* Use go.mod for Go version in GitHub workflows
Updated codecov.yml, release.yml, and security-ultimate.yml to use the go-version-file option with go.mod instead of hardcoding the Go version. This ensures workflows automatically use the Go version specified in go.mod for consistency and easier maintenance.
* Refactor TUI prompts for testability and add tests
Introduces indirection for TUI prompt functions in decrypt and restore workflows to enable stubbing in unit tests. Adds comprehensive tests for path selection, overwrite, abort, and bundle preparation in decrypt_tui, and for restore wizard page and prompt flows in restore_tui. Removes unused dummy symbol from embed.go and cleans up runCommand indirection in restore.go.
0 commit comments