| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-27 | Remove api prefix from path | Fabian Mastenbroek | |
| This change removes the `api` prefix required by the API server in the path, given that we have started to host the API on its own domain (api.opendc.org) and thus does not need a prefix. | |||
| 2020-10-27 | Enable CORS for non-local deployments | Fabian Mastenbroek | |
| This change enables CORS for non-local deployment in order to allow other domains to make requests from the browser to the OpenDC API. | |||
| 2020-10-26 | Use custom JSON encoder for Flask | Fabian Mastenbroek | |
| 2020-10-26 | Do not hardcode test ids inside tests | Fabian Mastenbroek | |
| 2020-10-26 | Use only Model.get_id for obtaining model identifier | Fabian Mastenbroek | |
| 2020-08-24 | Removed query_all in prefabs/authorizations in favour of a direct fetch_all ↵ | jc0b | |
| on DB | |||
| 2020-08-24 | Fixed pylint error | jc0b | |
| 2020-08-24 | Hopefully improved performance of auth endpoint at scale | jc0b | |
| 2020-08-24 | Added authorizations endpoint for prefabs | jc0b | |
| 2020-08-24 | Restored missing prefab API endpoints | jc0b | |
| 2020-08-24 | Add a fixme disable rule | Georgios Andreadis | |
| 2020-08-24 | Improve docs | Georgios Andreadis | |
| 2020-08-24 | Add data processing pipeline via Spark | Fabian Mastenbroek | |
| This change adds support for processing the experimental results by means of a Spark data processing pipeline. | |||
| 2020-08-24 | Fix tests | Georgios Andreadis | |
| 2020-08-24 | Add prototype of web experiment runner | Fabian Mastenbroek | |
| This change adds a bridge between the frontend and the new simulator implementation via MongoDB. | |||
| 2020-08-24 | Make frontend independent of API | Fabian Mastenbroek | |
| This change makes the frontend independent of the API by removing the static file serving logic from the API server. Instead, we can serve the frontend as static HTML over CDNs. | |||
| 2020-08-24 | Rename web-server to API | Fabian Mastenbroek | |
| This change renames the web-server component to API in order to be more descriptive of its role. The OpenDC API bridges between the frontend on one side and the database and simulator on the other side. | |||
