| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Adds configurable retention for timestamped local backups across backup creation, IPC, settings UI, localization, and tests.
Changes:
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file| File | Description |
|---|---|
| src/UniGetUI.Interface.IpcApi/IpcBackupApi.cs | Exposes and applies retention through IPC. |
| src/UniGetUI.Core.Tools/LocalBackupManager.cs | Implements naming and retention logic. |
| src/UniGetUI.Core.Tools.Tests/LocalBackupManagerTests.cs | Tests retention and timestamp handling. |
| src/UniGetUI.Core.Settings/SettingsEngine_Names.cs | Defines retention settings keys. |
| src/UniGetUI.Avalonia/Views/Pages/SettingsPages/Backup.axaml.cs | Manages retention control layout. |
| src/UniGetUI.Avalonia/Views/Pages/SettingsPages/Backup.axaml | Adds retention controls. |
| src/UniGetUI.Avalonia/ViewModels/Pages/SettingsPages/BackupViewModel.cs | Connects settings and backup logic. |
| src/UniGetUI.Avalonia/Infrastructure/SettingsSearchIndex.cs | Indexes new settings. |
| src/Languages/lang_en.json | Adds English localization keys. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This pull request introduces a comprehensive backup retention feature for local backups, allowing users to limit the number of backup files kept and to manage backup file naming and retention more flexibly. The changes affect both the backend logic and the user interface, and include robust tests to ensure correct behavior.
Backup retention and file management enhancements:
User interface improvements:
Testing and reliability:
These changes provide users with greater control over backup file management, improve clarity in the UI, and ensure robust, predictable behavior for backup retention.