Files
hawkbit/hawkbit-ddi/hawkbit-ddi-resource
Avgustin Marinov 406f420f4d [#1249] Don't create action statuses to log range downloads (#2261)
In case of range request:
* there could be too many action checks
* there could be too many action statuses - filling the db and hitting the quote

So, this PR skip action existing check and skip logging (following the approach
from #1331 PR by @zyga)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-01-31 13:04:11 +02:00
..

Eclipse.IoT hawkBit - DDI Resource

This is the server-side implementation of the hawkBit DDI API and the hawkBit DDI Download API that is used by devices for communicating with the HawkBit Update Server through HTTP.

Compile

Build hawkbit-ddi-resource

$ cd hawkbit/hawkbit-ddi-resource
$ mvn clean install