| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2021-07-02 | api: Restrict API scopes | Fabian Mastenbroek | |
| This change adds support for restricting API scopes in the OpenDC API server. This is necessary to make a distinction between runners and regular users. | |||
| 2021-07-02 | api: Add endpoint for simulation jobs | Fabian Mastenbroek | |
| This change adds an API endpoint for simulation jobs which allows API consumers to manage simulation jobs without needing direct database access that is currently needed for the web runner. | |||
