• Joined on 2026-03-17
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-19 10:36:27 +01:00
1db9a04b6f fix(ci): always run npm ci unconditionally, remove broken cache steps
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-19 10:24:09 +01:00
ae89d09209 fix(ci): downgrade upload-artifact to v3 for Gitea compatibility
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-19 10:13:34 +01:00
62e3cbe2ae fix(e2e): fix hydration-timing failures in search and filter tests
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-19 09:47:17 +01:00
9207be87c8 fix(ci): use continue-on-error for cleanup step instead of || true
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 22:56:09 +01:00
906dbaccc8 fix(e2e): fix 10 failing E2E tests
marcel pushed to feat/frontend-dockerfile at marcel/familienarchiv 2026-03-18 22:25:11 +01:00
835ed8f186 fix(e2e): replace __dirname with import.meta.url in auth.setup.ts
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