hawkbit
hawkbit copied to clipboard
Eclipse hawkBit™
This PR contains the changes to replace the self-managed SonarQube with Sonarcloud for this repository.
Currently hawkbit's interface isn't usable on a smartphone for two reasons: a) You need to manually zoom into different sections of the screen as everything is tiny in the default...
In the past there was a commit Optimize UI queries (#1234)/ c9eafbbc26c006d15eea358c97a4f17f038d65a9 which removed the nice feature to perform searches by the help of the UI for targets by their...
Signed-off-by: Bogdan Bondar
I'm running hawkbit spun with docker compose from the `docker-compose-monolith-mysql.yml` config file. Then my SWUpdate-based clients access it through a nginx reverse proxy for mTLS auth. The clients are configured...
Hello, This PR allows a target to update it's assigned version (fix: https://github.com/eclipse/hawkbit/issues/446). It's relies on https://github.com/eclipse/hawkbit/pull/563 but allow a target to do that it self instead of using Management...
We have a working Hawkbit installation using Azure Mssql Database and Hawkbit 0.3.0-M7 running in kubernetes using the official hawkbit/hawkbit-update-server docker images. When I try to migrate to Hawkbit 0.3.0,...
Many frontend actions cause the ui to fail when executing database calls to azure mssql Database: Internal Exception: com.microsoft.sqlserver.jdbc.SQLServerException: ORDER BY items must appear in the select list if SELECT...
Hi, I've recently discovered this great update management tool and wanted to use it with rauc. RAUC neatly connects to hawkbit thanks to *rauc-hawkbti-updater*, however there's one thing lacking from...