• Joined on 2026-04-30
jocke pushed to master at jocke/bilhej 2026-05-20 10:28:16 +00:00
d078b9e125 fix: overwrite existing git tag on deploy retry
jocke pushed to master at jocke/bilhej 2026-05-20 09:48:30 +00:00
5eb49c05a8 fix: correct COPY paths in backend.prod.Dockerfile
jocke pushed to master at jocke/bilhej 2026-05-20 09:28:56 +00:00
7938a1620b docs: add production deployment guide to README
jocke pushed to master at jocke/bilhej 2026-05-19 19:21:39 +00:00
0137a5005b feat: add production deploy pipeline and nginx config for bilhej.se
jocke pushed to master at jocke/bilhej 2026-05-19 18:40:29 +00:00
13974e26f7 ci: fix coverage summary table — remove Status column and trailing empty cell
jocke pushed to master at jocke/bilhej 2026-05-19 18:30:27 +00:00
5705b17c4b ci: add coverage summary printed to job log
jocke pushed to master at jocke/bilhej 2026-05-19 18:16:28 +00:00
4a48dccd91 ci: downgrade upload-artifact to v3 for Forgejo compatibility
jocke pushed to master at jocke/bilhej 2026-05-19 18:12:43 +00:00
3e014b90ae ci: remove redundant test steps and add coverage artifact uploads
jocke pushed to master at jocke/bilhej 2026-05-19 18:02:45 +00:00
df7cf9f020 ci: remove npm cache from setup-node to speed up lint-and-test job
jocke pushed to master at jocke/bilhej 2026-05-19 17:58:04 +00:00
828dd82dd3 fix: use tmpfs for postgres data in E2E compose to prevent Flyway checksum mismatches
jocke pushed to master at jocke/bilhej 2026-05-19 17:40:47 +00:00
0f613b21a6 fix: allow frontend container host in vite preview and update payment E2E tests
98d5545be0 feat: replace Stripe mock with manual Swish payment flow
Compare 2 commits »
jocke pushed to master at jocke/bilhej 2026-05-19 16:53:54 +00:00
e8530b8d95 fix: E2E pipeline — vite preview instead of nginx, ts build fixes
jocke pushed to master at jocke/bilhej 2026-05-19 16:17:03 +00:00
5abb5bc2e9 fix: use host Docker socket with isolated E2E network
jocke pushed to master at jocke/bilhej 2026-05-19 16:07:21 +00:00
1f1016a775 feat: add isolated E2E browser test pipeline for Forgejo Actions
jocke pushed to master at jocke/bilhej 2026-05-19 15:05:27 +00:00
8e3632f05f fix: remove DOCKER_HOST from E2E job, now uses host docker socket
jocke pushed to master at jocke/bilhej 2026-05-19 14:49:51 +00:00
10cc12154e fix: split coverage into separate backend and frontend steps
jocke pushed to master at jocke/bilhej 2026-05-19 14:41:32 +00:00
e4cfb873f0 fix: run backend coverage from repo root, not frontend dir
jocke pushed to master at jocke/bilhej 2026-05-19 14:32:49 +00:00
b41124b141 fix: use git init + fetch checkout to handle non-empty workspace
jocke pushed to master at jocke/bilhej 2026-05-19 14:24:49 +00:00
076fe1b299 fix: replace actions/checkout with direct git clone to preserve /git/ subpath
jocke pushed to master at jocke/bilhej 2026-05-19 14:16:42 +00:00
3cc0cb88d2 fix: use GITHUB_SERVER_URL so checkout resolves Forgejo subpath