Commit Graph

4 Commits

Author SHA1 Message Date
2716fc9a77 Automatically deploy pull requests for testing (#8)
When a pull request is opened, will deploy that branch to `<reponame>-<branchname>.branch.dsv.su.se` with branch name having `/` replaced with `-` and all characters that do not match `[a-z0-9-]` are removed.
Co-authored-by: Andreas Svanberg <andreass@dsv.su.se>
Co-committed-by: Andreas Svanberg <andreass@dsv.su.se>
2024-07-08 14:29:40 +02:00
c2557676ca Enable remote debugging of the Spring Boot Docker container 2024-06-13 16:09:20 +02:00
10ecc4e1ee Switch authentication scheme to OAuth 2
This enables the same authentication mechanism for local development as for running in production. Easily switch principals with the included authorization server docker container.
2024-06-13 16:08:59 +02:00
86073e6a62 Initial commit 2024-06-12 10:57:30 +02:00