eclipse / hawkbit

Eclipse hawkBit™
https://projects.eclipse.org/projects/iot.hawkbit
Eclipse Public License 2.0
446 stars 184 forks source link

Shutdown hawkBit sandbox #1700

Open avgustinmm opened 3 months ago

avgustinmm commented 3 months ago

Since the last 0.5.0 release of hawkBit is without UI, the current sandbox points out to the Swagger UI. It has no value as a demo / hands-on shandbox. So, the sandbox shall be shut down.

strailov commented 3 months ago

Yes this seems reasonable. After removing the vaadin UI there is no point keeping the sandbox.

diegorondini commented 3 months ago

Hi,

I think it still makes sense to have the sandbox, as it showcases what hawkBit provides without having to spin up a container or a set of containers. It's still very useful for testing DDI API and for exploring the Management API, since the Swagger UI now provides a convenient UI to test Mgmt API.

Hara uses the sandbox as its default in the virtual device: https://github.com/eclipse-hara/hara-ddiclient/blob/master/virtual-device/src/main/kotlin/org/eclipse/hara/ddiclient/virtualdevice/Configuration.kt#L33C35-L33C69 https://github.com/eclipse-hara/hara-ddiclient/tree/master?tab=readme-ov-file#build-from-source

So if you're asking whether it's still useful without the Vaadin UI, it is.

Regards