• Joined on 2025-11-21
k1nq pushed to frontend at k1nq/test_task_crm 2025-12-01 10:25:54 +00:00
16746e075c fix: correct import path for createQueryClient in AppProvider
k1nq pushed to frontend at k1nq/test_task_crm 2025-12-01 10:17:13 +00:00
c89d9c8a7d fix: enable CI environment variable for frontend build and update build script
k1nq pushed to frontend at k1nq/test_task_crm 2025-12-01 10:11:37 +00:00
916882f205 fix: ensure CI environment variable is set correctly during frontend build
k1nq pushed to frontend at k1nq/test_task_crm 2025-12-01 10:04:38 +00:00
5ce5556232 fix: update Node.js version in CI workflow from 22 to 24 and add peer dependencies in package-lock.json
k1nq pushed to frontend at k1nq/test_task_crm 2025-12-01 09:59:09 +00:00
971e8a63bc feat: add compiler options and path mappings to TypeScript configuration
k1nq pushed to frontend at k1nq/test_task_crm 2025-12-01 09:38:57 +00:00
765721b582 fix: update Node.js version in CI workflow from 24 to 22
k1nq pushed to frontend at k1nq/test_task_crm 2025-12-01 09:35:10 +00:00
16479ba85b feat: enhance CI/CD workflow for frontend build and deployment
9a2a2f6adc feat: add static file serving and frontend asset handling to FastAPI application
Compare 2 commits »
k1nq pushed to frontend at k1nq/test_task_crm 2025-12-01 09:19:05 +00:00
ecb6daad1b feat: enhance forms with improved select components and data handling for contacts and deals
8718df9686 feat: add deals, tasks, and organizations pages with CRUD functionality
4fe3d0480e fix: update CORS settings to allow all origins temporarily
Compare 3 commits »
k1nq created branch frontend in k1nq/test_task_crm 2025-12-01 07:31:42 +00:00
k1nq pushed to frontend at k1nq/test_task_crm 2025-12-01 07:31:42 +00:00
ede064cc11 feat: add initial implementation of Kitchen CRM with authentication and dashboard features
k1nq pushed tag v0.0.1 to k1nq/test_task_crm 2025-11-30 04:48:56 +00:00
k1nq pushed to master at k1nq/test_task_crm 2025-11-30 04:48:37 +00:00
ea0ce8edab Merge pull request 'dev' (#11) from dev into master
c58a08bc9c Merge pull request 'build' (#10) from build into dev
4956039ae8 fix: restrict build workflow to trigger only on master branch
2fcf75b859 fix: add healthcheck configurations for app, postgres, and redis services in docker-compose
373b42768c fix: update Dockerfile to set correct working directory for migrations
Compare 77 commits »
k1nq merged pull request k1nq/test_task_crm#11 2025-11-30 04:48:35 +00:00
dev
k1nq created pull request k1nq/test_task_crm#11 2025-11-30 04:48:25 +00:00
dev
k1nq deleted branch build from k1nq/test_task_crm 2025-11-30 04:47:44 +00:00
k1nq pushed to dev at k1nq/test_task_crm 2025-11-30 04:47:44 +00:00
c58a08bc9c Merge pull request 'build' (#10) from build into dev
4956039ae8 fix: restrict build workflow to trigger only on master branch
2fcf75b859 fix: add healthcheck configurations for app, postgres, and redis services in docker-compose
373b42768c fix: update Dockerfile to set correct working directory for migrations
755547b7bf fix: replace postgresql-libs with libpq in Dockerfile and streamline file copying
Compare 23 commits »
k1nq merged pull request k1nq/test_task_crm#10 2025-11-30 04:47:42 +00:00
build
k1nq created pull request k1nq/test_task_crm#10 2025-11-30 04:47:16 +00:00
build
k1nq pushed to build at k1nq/test_task_crm 2025-11-30 04:47:03 +00:00
4956039ae8 fix: restrict build workflow to trigger only on master branch
k1nq pushed to build at k1nq/test_task_crm 2025-11-29 19:33:53 +00:00
2fcf75b859 fix: add healthcheck configurations for app, postgres, and redis services in docker-compose