• Joined on 2026-03-17
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 22:16:22 +01:00
f156879a62 fix(e2e): start dev server on port 3000 and increase webServer timeout
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 22:01:26 +01:00
01d624834f ci(e2e): fix Docker CLI install — add official Docker apt repo
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 21:58:58 +01:00
37a362fa59 fix(flyway): baseline existing schemas at V4 on first run
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 21:55:34 +01:00
965d419822 fix(backend): switch base image from alpine to debian for bash compatibility
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 21:45:59 +01:00
2cf22b5260 fix(e2e): replace __dirname with import.meta.url for ESM compatibility
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 21:40:31 +01:00
d424cc4748 ci(e2e): use Playwright Docker image to avoid installing browser system deps
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 21:25:50 +01:00
968857a640 fix(security): permit /actuator/health without authentication
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 20:34:44 +01:00
13dc009ef5 fix(backend): explicit Flyway bean to bypass broken auto-configuration
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 20:06:45 +01:00
5f67e65e0f fix(ci): explicit Flyway config + fix DataInitializer null title
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 19:37:59 +01:00
449df1e539 debug(ci): fix psql missing -d postgres flag
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 14:46:40 +01:00
7f420a6876 debug(ci): add DB diagnostics to trace Flyway issue
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 14:38:33 +01:00
2d92ba7ff9 fix(ci): replace nc with bash /dev/tcp for DB connectivity check
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 13:40:45 +01:00
8bf5f96d36 fix(ci): use env vars for backend and verify DB network reachability
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 13:26:35 +01:00
167d40b1cc fix(ci): pin DOCKER_API_VERSION=1.43 for e2e job
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 11:56:16 +01:00
16c05df460 fix(ci): use non-conflicting host ports for DB and MinIO in CI
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 11:48:39 +01:00
9265e08ef4 fix(ci): restore node_modules and Playwright cache for e2e job
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 11:47:42 +01:00
960c08368e fix(ci): restore node_modules cache for unit-tests job
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 11:47:07 +01:00
a251341653 fix(ci): remove broken Maven Docker volume cache steps
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 10:59:47 +01:00
433b9bfae0 fix: remove host port bindings in CI to avoid conflicts
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 09:47:03 +01:00
63c60d3fda ci: document why actions/cache is disabled on this runner