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

Might be the same underlying cause as #2852 but opening a separate issue, in case the stack trace is required anyway: hawlbit version: 0.9.0 ``` hawkbit-ui-1 | java.lang.NullPointerException: Null value...

When trying to open (any) of the details for a software module in 0.9.0 the simple UI shows an internal error with the following stacktrace in the logs: ``` hawkbit-ui-1...

For some (but not all) rollouts the simple UI in 0.9.0 shows an Internal Error when trying to open the detailed view: ``` hawkbit-ui-1 | java.lang.NullPointerException: Null value is not...

Currently, hawkBit only allows changing a target's name using the Management API. However, this requires credentials that cannot be securely embedded on devices, which makes it impractical for device-originated updates....

Issue: * I have 4 devices: 2 of type NOT_XYZ and 2 without type. * I create target filter with "type.id=not=XYZ" and assign a distribution set (compatible with all devices)...

bug

Add a visual representation about domain model entities and how they relate to each other. It's not complete. Can be extended over time. Should answer a lot of questions in...

Responses of `POST /rest/v1/rollouts` would be less misleading if we'd provide a note about the need for either `amountGroups` or for `groups` in the `MgmtRolloutRestRequestBodyPost` schema. Alternatively setting a default...

`MgmtDistributionSetRequestBodyPost` does not define at least one required property and no default values applied implicitly if not passed explicitly schema wise. The example in the schema is: ``` [ {...