arcodange
  • Joined on 2025-08-27
1eb41044c4 🔧 fix: resolve CI/CD workflow conflict by removing redundant cache condition
arcodange reopened pull request arcodange/dance-lessons-coach#9 2026-04-09 00:35:04 +02:00
feature/user-authentication-bdd
arcodange commented on pull request arcodange/dance-lessons-coach#9 2026-04-09 00:34:49 +02:00
feature/user-authentication-bdd

Reopening this PR with properly squashed commits. The branch now contains 8 logical commits instead of 50+ scattered ones. Ready for review and merge.

31af8bed07 📝 docs: update existing ADRs with user authentication references
c1e628f339 📝 docs: update comprehensive documentation and project infrastructure
30af706590 🤖 feat: enhance agent skills for BDD testing and CI/CD management
10f25c23e0 🤖 feat: enhance CI/CD workflow with Swagger caching and badge automation
e2adb3bc9f 🐳 feat: implement Docker multi-stage build with caching optimization
Compare 8 commits »
arcodange created branch feature/user-authentication-bdd in arcodange/dance-lessons-coach 2026-04-09 00:34:11 +02:00
arcodange commented on issue arcodange/dance-lessons-coach#6 2026-04-09 00:32:51 +02:00
User Story: User Profile Management

This issue has been implemented in the user authentication BDD system merge. Closing as completed.

arcodange commented on issue arcodange/dance-lessons-coach#5 2026-04-09 00:32:47 +02:00
User Story: User Login with JWT Authentication

This issue has been implemented in the user authentication BDD system merge. Closing as completed.

arcodange closed pull request arcodange/dance-lessons-coach#9 2026-04-09 00:32:24 +02:00
feature/user-authentication-bdd
arcodange deleted branch feature/user-authentication-bdd from arcodange/dance-lessons-coach 2026-04-09 00:32:23 +02:00
arcodange pushed to main at arcodange/dance-lessons-coach 2026-04-09 00:32:21 +02:00
d3b74c31b7 🎉 feat: implement user authentication BDD system with JWT and PostgreSQL
e113ab52f4 🐛 fix: use Dockerfile.prod.template instead of generating inline
1d3d482794 🐛 fix: add GNU tar to build cache image for cache compatibility\n\n- Add tar package to Dockerfile.build for --posix support\n- Revert to proper actions/cache@v5 implementation\n- This fixes the 'tar: unrecognized option: posix' error in Gitea runner
58042009de 🐛 fix: use compatible cache save method for Gitea tar version
af982ad844 🔧 fix: update to actions/cache@v5 for better Gitea compatibility
Compare 167 commits »
arcodange closed issue arcodange/dance-lessons-coach#4 2026-04-09 00:32:21 +02:00
User Story: User Registration with Persistence
arcodange deleted branch feature/user-authentication-bdd-squashed from arcodange/dance-lessons-coach 2026-04-09 00:31:51 +02:00
31af8bed07 📝 docs: update existing ADRs with user authentication references
c1e628f339 📝 docs: update comprehensive documentation and project infrastructure
30af706590 🤖 feat: enhance agent skills for BDD testing and CI/CD management
10f25c23e0 🤖 feat: enhance CI/CD workflow with Swagger caching and badge automation
e2adb3bc9f 🐳 feat: implement Docker multi-stage build with caching optimization
Compare 8 commits »
31af8bed07 📝 docs: update existing ADRs with user authentication references
c1e628f339 📝 docs: update comprehensive documentation and project infrastructure
30af706590 🤖 feat: enhance agent skills for BDD testing and CI/CD management
10f25c23e0 🤖 feat: enhance CI/CD workflow with Swagger caching and badge automation
e2adb3bc9f 🐳 feat: implement Docker multi-stage build with caching optimization
Compare 8 commits »
arcodange commented on pull request arcodange/dance-lessons-coach#9 2026-04-09 00:20:36 +02:00
feature/user-authentication-bdd

🎯 User Authentication BDD Implementation Status

Implemented Features

Basic Authentication:

  • User registration with validation
  • User login with JWT token generation
e113ab52f4 🐛 fix: use Dockerfile.prod.template instead of generating inline
1d3d482794 🐛 fix: add GNU tar to build cache image for cache compatibility\n\n- Add tar package to Dockerfile.build for --posix support\n- Revert to proper actions/cache@v5 implementation\n- This fixes the 'tar: unrecognized option: posix' error in Gitea runner
58042009de 🐛 fix: use compatible cache save method for Gitea tar version