Files
hawkbit/examples
Kai Zimmermann 8d17d21259 ArtifactRepository tenant aware. (#539)
* ArtifactRepository tenant aware.

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>

* No need to have this protected. Updated event to boot > 1.3

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>

* Remove conditional.

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>

* Remove Debug log.

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>

* Cleanup

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>

* Missing validation and readability.

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>

* Fix test after change.

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>

* Fix computation is DosFilter

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>

* Fix session state on RESTful APIs.

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>

* Performance improvement controllermanagement

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>

* Added cross tenant test.

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>

* Typos.

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
2017-06-14 19:07:52 +02:00
..
2017-03-30 08:46:31 +02:00

Examples

Example projects that show how hawkBit can be used to create, run or access an hawkBit empowered update server.

  • hawkbit-custom-theme-example : Example for a customized theme for Management UI.
  • hawkbit-device-simulator : Simulates device software updates, leveraging the hawkBit device integration options.
  • hawkbit-example-app : Allows you to run the Spring Boot hawkBit app. Includes all hawkBit interfaces, i.e. DDI, DMF, Mgmt-API, Mgmt-UI.
  • hawkbit-example-core-feign-client : Core resources for the client examples.
  • hawkbit-example-ddi-feign-client : Example hawkBit DDI client based on the hawkBit DDI API.
  • hawkbit-example-mgmt-feign-client : Example hawkBit Management client based on the hawkBit Management API
  • hawkbit-example-mgmt-simulator : Example client simulation for the hawkBit Management API based on Spring Boot and the hawkbit-example-mgmt-feign-client.