summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-server/src
AgeCommit message (Collapse)Author
2022-08-03feat(web/runner): Avoid REST layer if possibleFabian Mastenbroek
This change updates the Quarkus extension for the OpenDC runner to avoid the REST layer if possible, by providing an implementation of `JobManager` that directly communicates with the `JobService`. This means the runner does not have to traverse the authentication layer.