arcodange
  • Joined on 2025-08-27
c93220d8c6 📝 docs: add ADR-0020 Docker Build Strategy decision
0f01d025b8 ♻️ refactor: replace Buildx with traditional docker build/push for reliability
4be08d5f36 🔧 fix: configure Docker to trust Gitea self-signed certificate
arcodange pushed to main at arcodange-org/factory 2026-04-07 09:20:37 +02:00
943915be74 gitea act runner: reuse docker images
de53c13ea8 🔧 fix: use ubuntu-latest-ca runners for self-signed certificate support
fd7ade77b8 🔄 fix: move version bump before Swagger generation
4ffaa6191d 📋 fix: update Swagger version from 1.2.0 to 1.4.0
ea7f2ec93d 🧪 feat: add working Docker cache test script
4ff58569d0 🔄 fix: remove unnecessary script, use inline logic
36823ac112 🔄 fix: simplify Docker cache approach and integrate properly
816e1b7bc8 feat: implement Docker build cache for CI acceleration
7c9dfdcc2a optim: reduce duplicate CI runs on PR branches
0cc2824222 📝 refactor: extract CI logic into reusable scripts
77b7416d1f 🔄 fix: ensure sequential pushes work from updated HEAD
a4153b8554 🔄 fix: add race condition handling to version bump pushes
c609a4ca48 🔄 fix: add race condition handling for concurrent coverage updates
b21c5fb093 🔒 fix: prevent CI loops and add proper git authentication
d918f3b1c3 📊 feat: add Shields.io coverage badge with auto-update CI
arcodange commented on pull request arcodange/dance-lessons-coach#9 2026-04-07 01:28:34 +02:00
feature/user-authentication-bdd

🗂️ PostgreSQL Migration Plan

🎯 Objective

Replace SQLite with PostgreSQL for production-ready user authentication system as specified in ADR-0018.

🔧 Implementation Strategy

1.…

7154faa7f4 🔒 fix: correct Swagger auth scheme from ApiKeyAuth to BearerAuth