| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-03 | refactor(web/runner): Support pluggable job manager | Fabian Mastenbroek | |
| This change introduces a new interface `JobManager` that is responsible for communicating with the backend about the available jobs and updating their status when the runner is simulating a job. This manager can be injected into the `OpenDCRunner` class and allows users to provide different sources for the jobs, not only the current REST API. | |||
| 2022-05-18 | refactor(web/runner): Move runner CLI into separate configuration | Fabian Mastenbroek | |
| This change splits the command line interface from the OpenDC web runner into a separate configuration. We plan to re-use the runner code for a Quarkus extension that integrates the runner in development mode. | |||
