| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | fix(web/api): Support dynamic JSON type selection for DB | Fabian Mastenbroek | |
| This change adds support for dynamically selecting the appropriate JSON type for the current database. For Postgres, this will be the JSONB type, while for H2 this is either the BLOB or JSON type. | |||
| 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. | |||
