| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-18 | feat(web/runner): Add Quarkus extension for OpenDC runner | Fabian Mastenbroek | |
| This change adds a Quarkus extension that hosts the OpenDC web runner for a (potentially local) OpenDC API instance. This functionality enables a simplified developer experience by allowing users to spawn the complete OpenDC stack with a single command. | |||
| 2022-04-05 | feat(web/api): Include web UI in development mode | Fabian Mastenbroek | |
| This change adds support for serving the web UI of OpenDC while in the development mode of the API server. | |||
| 2022-04-04 | feat(web/api): Initial API implementation in Kotlin | Fabian Mastenbroek | |
| This change adds the initial implementation of the new API server in Kotlin, replacing the old API written in Python. The implementation uses Quarkus, RESTEasy, and Hibernate to implement the new API endpoints. The reason for replacing the old API server is unifying the build and deployment toolchains, reducing the number of technologies necessary to work with OpenDC. Furthermore, we envision bundling the entire OpenDC project into a single distributions, allowing users to launch their own deployment trivially. | |||
