Changelog
- 56ca326 fix(zfs): use math.Floor for ZFS pool usage percentage to align with zpool list behavior
- 57fefb2 fix(ui): use math.Floor for ZFS pool usage percentage to match zpool list behavior
- cc851b2 fix(server): assign default domain to host if not specified and improve existing host checks
- bf96cc9 fix(server): improve duplicate host detection by domain and enhance logging
- d7c0f8c fix(tests): enhance soft delete verification in TestDeleteCloudflareDomain_Success
- 0817b9b fix(tests): disable Cloudflare integration in tests to avoid real API calls and update connection test assertions
- 0df87f4 fix(tests): add debug logging for system info in CPU, RAM, and OS tests; disable colors and set gin to test mode
- d10b8b0 fix(tests): handle potential empty values in RAM and OS info assertions
- 9c443d7 fix(logbuffer): ensure graceful shutdown of log buffer and prevent double close
- 3f529c8 fix(tests): enable Cloudflare integration in tests and update assertions for domain creation
- 9c08ac6 fix(cloudflare): add checks for Cloudflare integration status and update tests accordingly