summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-15Merge branch 0.9.xPaul-Christian Volkmer0-0/+0
2024-07-15chore: update to Spring Boot 3.2.7Paul-Christian Volkmer1-1/+1
2024-07-15fix: downgrade echarts due to dependency issuesPaul-Christian Volkmer1-1/+1
2024-07-15chore: update webjars dependenciesPaul-Christian Volkmer1-2/+2
2024-06-25style: use sans-serif font everywherePaul-Christian Volkmer1-1/+4
2024-06-25chore: update dev-compose.ymlPaul-Christian Volkmer1-1/+5
2024-06-25chore: update oidc client local dev passwordPaul-Christian Volkmer1-1/+1
2024-06-25fix: use versions param for commons-compressPaul-Christian Volkmer1-2/+2
2024-06-24chore: update dependency version definitionsPaul-Christian Volkmer1-3/+3
2024-06-24chore: update to spring boot 3.3.1Paul-Christian Volkmer1-1/+1
2024-06-20Merge pull request #67 from CCC-MF/66-update-auf-spring-boot-33xPaul-Christian Volkmer1-1/+2
2024-06-20chore: update to spring boot 3.3.0Paul-Christian Volkmer1-1/+2
2024-06-19fix: downgrade echarts due to dependency issuesPaul-Christian Volkmer1-1/+1
2024-06-19chore: update webjars dependenciesPaul-Christian Volkmer1-2/+2
2024-05-31Merge branch 0.9.xPaul-Christian Volkmer1-2/+2
2024-05-31chore: update kotlin versionPaul-Christian Volkmer1-2/+2
2024-05-31chore: update spring dependency-management pluginPaul-Christian Volkmer1-1/+1
2024-05-31chore: update spring boot dependenciesPaul-Christian Volkmer1-1/+1
2024-05-31chore: update bwhc-dto-java dependencyPaul-Christian Volkmer1-1/+1
2024-05-31fix: add missing 'fatal' severityPaul-Christian Volkmer3-8/+13
2024-05-31fix: handle null values in MtbFilePaul-Christian Volkmer2-24/+85
2024-05-31chore: remove printlnPaul-Christian Volkmer1-1/+0
2024-05-31chore: update webjars-locator dependencyPaul-Christian Volkmer1-1/+1
2024-05-31docs: fix CVE number in dependency commentPaul-Christian Volkmer1-1/+1
2024-05-31chore: update integration test dependencyPaul-Christian Volkmer1-0/+2
2024-05-31chore: update GitHub workflow actionsPaul-Christian Volkmer2-3/+3
2024-05-31chore: mark as snapshot versionPaul-Christian Volkmer1-1/+1
2024-05-30test: exclude test and integrationTest source setPaul-Christian Volkmer1-5/+3
2024-05-27test: use Kotlin KArgumentCaptorPaul-Christian Volkmer1-7/+6
2024-05-27chore: update kotlin versionPaul-Christian Volkmer1-2/+2
2024-05-27chore: update spring dependency-management pluginPaul-Christian Volkmer1-1/+1
2024-05-27build: use compilerOptions instead of kotlinOptionsPaul-Christian Volkmer1-3/+4
2024-05-27docs: add information about other credentials for MTBfile endpointPaul-Christian Volkmer1-0/+2
2024-05-27feat: allow access to MTBFile endpoint for non-token usersPaul-Christian Volkmer2-3/+71
2024-05-27feat: use RequestId typePaul-Christian Volkmer22-84/+169
2024-05-27chore: update spring boot dependenciesPaul-Christian Volkmer1-1/+1
2024-05-16chore: update bwhc-dto-java dependencyPaul-Christian Volkmer1-1/+1
2024-05-16feat: use details as alias for message in data quality reportPaul-Christian Volkmer1-1/+2
2024-05-15fix: add missing 'fatal' severityPaul-Christian Volkmer3-8/+13
2024-05-08feat: show info if no requests presentPaul-Christian Volkmer3-16/+19
2024-05-08test: mock UserRoleService only in nested test classPaul-Christian Volkmer1-5/+10
2024-05-08test: add test for config SSE endpointPaul-Christian Volkmer2-1/+43
2024-05-07test: add test for SSE endpointPaul-Christian Volkmer2-2/+39
2024-05-07test: test statistics json responsePaul-Christian Volkmer1-28/+193
2024-05-07test: add initial tests for StatisticsRestControllerPaul-Christian Volkmer1-0/+109
2024-05-07test: add test for StatisticsControllerPaul-Christian Volkmer1-0/+75
2024-05-07refactor: move classes into package 'security'Paul-Christian Volkmer11-22/+16
2024-05-06refactor: use whenever() instead of `when` in testsPaul-Christian Volkmer2-24/+25
2024-05-06test: add tests for UserRoleServicePaul-Christian Volkmer1-0/+205
2024-05-06test: add tests for HomeControllerPaul-Christian Volkmer1-0/+261