polypheny / Polypheny-DB

A self-adaptive Polystore that provides cost- and workload aware access to heterogeneous data.
https://polypheny.org
Apache License 2.0
122 stars 82 forks source link

Adjustment to UI Deployment #516

Closed datomo closed 1 week ago

datomo commented 1 week ago

Summary

This PR changes the UI deployment from a gradle dependency, which is served via dbis-nexus, to a custom artifacts location, which serves previously downloaded static files. For this it introduces the necessary capabilities to download the static files from artifact.polypheny.com. This behavior can be blocked with the new withoutpullingUi gradle flag.

Changes

Fixes