arcodange
  • Joined on 2025-08-27
52065c9cf3 refactor: convert all DanceLessonsCoach mentions to kebab-case
7f32a113db 🐛 fix: ensure clean BDD database creation between test runs
a98656445f ♻️ refactor: organize BDD steps by domain with JWT implementation
f39a0df338 🧪 test: add JWT edge case scenarios with validation endpoint
81e0afe1c7 📝 docs: add ADR 0019 for PostgreSQL integration\n\nAdd Architecture Decision Record for migrating from SQLite to PostgreSQL.\nThis ADR documents the direct PostgreSQL implementation approach since\nthere are no existing users or production data.\n\nKey aspects covered:\n- Direct PostgreSQL implementation (no migration needed)\n- Graceful shutdown integration\n- Readiness endpoint enhancement\n- BDD testing strategy with temporary databases\n- Configuration management\n\nGenerated by Mistral Vibe.\nCo-Authored-By: Mistral Vibe <vibe@mistral.ai>
Compare 4 commits »
3cfa447a5a 🗑️ chore: remove unused files and update ADR with cleanup information
dffb6492c3 🗑️ chore: remove unused files and update ADR with cleanup information
c227aa3f79 🗑️ chore: remove unused files and update ADR with cleanup information
6e080b1c2a 🗑️ chore: remove unused files and update ADR with cleanup information
c3587119b7 🗂️ refactor: organize Dockerfiles into docker/ directory and update all references
57db3e0a32 📝 docs: clarify Dockerfile.prod usage and add warnings about latest tag
2759dd15c7 🐛 fix: correct Docker volume mount paths in CI/CD workflow
9055c8c39b 📝 docs: update ADR 0020 with critical bug fix documentation and testing instructions
edd08b4e1c 🔧 ci: fix Dockerfile.prod to use proper dependency hash and add testing scripts
e12103c190 📝 docs: enhance test-local-ci-cd.sh with Dockerfile.prod testing options
91890659cf 📝 docs: update ADR 0020 to reflect removal of certificate configuration step
6e2e9e3645 🔧 ci: remove certificate configuration step (no longer needed with traditional docker)
a9de12cee1 📝 docs: enhance ADR 0020 with comprehensive Docker build strategy documentation
3029e93175 🤖 ci: optimize CI/CD with Docker cache and remove Buildx
c6a2d63a6d 🤖 feat: complete gitea-client skill enhancements with new CI/CD monitoring commands
9e4731ce7a 📖 docs: enhance gitea-client REFERENCE.md with real-world use cases and examples
10450054f7 📝 docs: add missing ADRs to index (0015, 0016, 0017)
38d4b04f4a 📝 docs: update ADR index with new Docker Build Strategy ADR