| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-10 | feat(web/server): Add support for accounting simulation time | Fabian Mastenbroek | |
| This change updates the Quarkus-based web server to add support for tracking and limiting the simulation minutes used by the user in order to prevent misuse of shared resources. | |||
| 2022-08-03 | feat(web/server): Implement database migrations using Flyway | Fabian Mastenbroek | |
| This change updates the Quarkus-based web server to use Flyway for migrating between schema versions. This enables us to evolve the schema and denote it in SQL. | |||
| 2022-08-03 | refactor(web/server): Create standalone OpenDC distribution | Fabian Mastenbroek | |
| This change updates the Quarkus configuration of the OpenDC web server to serve as a fully standalone distribution that is capable of serving the web UI, web API, and experiment runner. Such an approach vastly simplifies local deployments. For Docker deployments, we create a custom Quarkus profile that uses PostgreSQL and disables the web UI. | |||
