Nico
Nico
### Description This PR adds a command to mark a Management Server as removed on the database only if its status is marked as `Down`. To execute the command, it...
fix: #3540 ## Summary by Sourcery Add a warning dialog for the “Reset All Parameters” button and only display the reset card when pirate mode is enabled Enhancements: - Show...
fix: #3642, fix: #3284 Had to change the folder download logic to know when the download operation has finished to disable/enable the buttons. For some reason the size of the...
### Current behaviour When I was talking to @ES-Alexander he commented it would be nice to allow users to download the current parameter configuration before reseting them as a backup...
fix: #2896 ## Summary by Sourcery Automatically update the bootstrap version to match semver-stable BlueOS tags without forcing a page reload and make bootstrap reload behavior configurable. Bug Fixes: -...
fix: #2015 Had to create more tests to attain +75% of code coverage ## Summary by Sourcery Migrate all core service settings and managers from pykson to pydantic, remove legacy...
While setting up my environment I encountered some undocumented or hard-to-find steps that could be improved for newcomers.To enhance the _Development_ section in the wiki page as a way to...
### Bug description When trying to access remote versions the request returns an empty list of images for any remote repository. This is part of a necessary check BlueOS does...
fix #1863 Refresh: https://github.com/user-attachments/assets/93d98ccc-7d2c-4e47-8589-a8b09eafcc67 ## Summary by Sourcery Add a manual refresh button to the WifiManager component and wire it up in the WifiTrayMenu to reload available networks on demand...
### Bug description When trying to access the following VersionChooser API endpoint `http://blueos-avahi.local/version-chooser/v1.0/` it redirects to `http://blueos-avahi.local/v1.0/docs` instead of `http://blueos-avahi.local:8081/v1.0/docs`. The result is the same when accessing the root endpoint...