fix: correct middleware reference in FastAPI application setup
test.yml #47:Commit
82812ecf72
pushed by
k1nq
fix: correct middleware reference in FastAPI application setup
build.yml #46:Commit
82812ecf72
pushed by
k1nq
fix: add CORS middleware to allow specific origins and methods
test.yml #45:Commit
03831499ca
pushed by
k1nq
fix: add CORS middleware to allow specific origins and methods
build.yml #44:Commit
03831499ca
pushed by
k1nq
fix: update port mapping for app service in docker-compose configuration
build.yml #43:Commit
31d1d8de1e
pushed by
k1nq
fix: remove unnecessary protocol from image URL in docker-compose configuration
build.yml #42:Commit
9083d9d23c
pushed by
k1nq
fix: remove unnecessary braces from image URL in docker-compose configuration
build.yml #41:Commit
4c0b162112
pushed by
k1nq
fix: update deployment step to create directory on remote host
build.yml #40:Commit
54de35d403
pushed by
k1nq
fix: add step to create deployment directory in build workflow
build.yml #39:Commit
1e4bea46c2
pushed by
k1nq
fix: update build and deploy steps in workflow and refine docker-compose configuration
build.yml #38:Commit
e1b15f57a0
pushed by
k1nq
fix: correct Docker build context path in build workflow
build.yml #37:Commit
3f071a7f36
pushed by
k1nq
fix: remove colon from 'Restart services' step in build workflow
build.yml #36:Commit
d35bc3cc6c
pushed by
k1nq
feat: enhance configuration for database and Redis integration in Docker setup
test.yml #35:Commit
c3bc6ef9f0
pushed by
k1nq
feat: refactor FastAPI application to use async context manager for cache lifecycle
test.yml #33:Commit
ad7475af47
pushed by
k1nq
feat: refactor FastAPI application to use async context manager for cache lifecycle
test.yml #32:Commit
ad7475af47
pushed by
k1nq
feat: implement Redis caching for analytics endpoints with fallback to database
test.yml #31:Commit
fbb3116a2d
pushed by
k1nq
Merge pull request 'analytics' (#8) from analytics into dev
test.yml #30:Commit
31d6a05521
pushed by
k1nq
feat: add API and unit tests for analytics endpoints and services
test.yml #29:Commit
d9ef4b3a2b
pushed by
k1nq
feat: add API and unit tests for analytics endpoints and services
test.yml #28:Commit
d9ef4b3a2b
pushed by
k1nq
feat: add tests for deal stage rollback and forward transitions for owner and member roles
test.yml #27:Commit
1c206323a2
pushed by
k1nq
feat: add membership management tests; implement session and repository stubs for member addition and duplicate checks
test.yml #26:Commit
ce652a7e48
pushed by
k1nq
Merge pull request 'feat: enhance organization management; add member registration and validation, update user registration flow, and improve enum handling' (#7) from auth-fix into dev
test.yml #25:Commit
1a3f3cc1e2
pushed by
k1nq
feat: enhance organization management; add member registration and validation, update user registration flow, and improve enum handling
test.yml #24:Commit
e7e3752888
pushed by
k1nq
feat: enhance organization management; add member registration and validation, update user registration flow, and improve enum handling
test.yml #23:Commit
e7e3752888
pushed by
k1nq
feat: update password hashing algorithm to pbkdf2_sha256 for improved security
test.yml #22:Commit
994b400221
pushed by
k1nq
feat: enhance contact access control; add tests for member viewing and updating foreign contacts
test.yml #21:Commit
472cb654d8
pushed by
k1nq
feat: implement refresh token functionality; update authentication and token models; add tests for refresh endpoint
test.yml #20:Commit
6db1e865f6
pushed by
k1nq