hawkbit icon indicating copy to clipboard operation
hawkbit copied to clipboard

Eclipse hawkBit™

Results 192 hawkbit issues
Sort by recently updated
recently updated
newest added

ATM we try to assign mandatory module types to distribution set types using `POST /rest/v1/distributionsettypes/{distributionSetTypeId}/mandatorymoduletypes`. Can you confirm that it's working? With request body (raw, json, id==1 matches existing sw...

As a new user when working with hawkBit one has a very hard time. One reason for this is that the docs on the [hawkbit-website](https://github.com/eclipse-hawkbit/hawkbit-website) generated from the [site source...

The documentation of important (e.g. security related) configuration and interfaces is not consistent. For developers like us it's usual to search in the source code directly. For project managers and...

The documentation states this about target tokens: https://github.com/eclipse-hawkbit/hawkbit/blob/37f2ceb8efda355c1cfdc6b9ee4337771846b4d7/site/content/concepts/authentication.md?plain=1#L25 This is wrong. Target tokens can have [up to 128 characters](https://github.com/eclipse-hawkbit/hawkbit/blob/0.9.0/hawkbit-repository/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/model/Target.java#L33). I tested this and could not find any limitation when using...

Could you cross-check if the `requestAttributes == false` has an effect when creating a target? Nothing critical. Would be good to know however to prevent from wrong expectations and worth...

Hi all, I am planning to install and use the tool. I would like to know the following points that I have not found it in the documentation: - Are...

Dear hawkBit community, I hope you're doing well! I'm reaching out to ask if anyone is actively using the **Multi-Assignments** feature in hawkBit. We’re considering **deprecating** it, and it would...

question

In my local docker compose (hawkbit-update-server monolith version) setup I changed from a [local filesystem based artifact repo](https://github.com/eclipse-hawkbit/hawkbit/blob/master/docker/mysql/docker-compose-monolith-with-simple-ui-mysql.yml#L32) to a [minio](https://hub.docker.com/r/minio/minio) based artifact repo. Since then the Simple UI raises...

It would be helpful if we'd provide a `README.md` with configuration and usage instructions for the [Simple UI](https://github.com/eclipse-hawkbit/hawkbit/tree/master/hawkbit-simple-ui/src/main/java/org/eclipse/hawkbit/ui/simple) consistent with our other components like for example [hawkbit/hawkbit-repository/hawkbit-repository-jpa-init/README.md](https://github.com/eclipse-hawkbit/hawkbit/blob/master/hawkbit-repository/hawkbit-repository-jpa-init/README.md).