• Joined on 2025-11-21
k1nq created branch tasks&activities in k1nq/test_task_crm 2025-11-27 11:59:39 +00:00
k1nq pushed to tasks&activities at k1nq/test_task_crm 2025-11-27 11:59:39 +00:00
274ae7ee30 feat: add unit and API tests for activities and tasks, including shared fixtures and scenarios
b8958dedbd feat: enhance activity and task APIs with improved payload handling and response models
0ecf1295d8 feat: implement ActivityService and TaskService with business logic for activities and tasks
0727c4737b feat: add ActivityRepository and TaskRepository with CRUD operations for activities and tasks
Compare 4 commits »
k1nq deleted branch deals&activities from k1nq/test_task_crm 2025-11-27 11:18:52 +00:00
k1nq pushed to dev at k1nq/test_task_crm 2025-11-27 11:18:52 +00:00
7260b3e67f Merge pull request 'deals&activities' (#4) from deals&activities into dev
e6a3a2cc23 feat: enhance deal management with CRUD operations and improve payload handling
a4c3864ef6 feat: add JSONBCompat type for cross-database JSON support and implement ActivityType updates
8492a0aed1 feat: add DealService for managing deal workflows and validations
969a1b5905 feat: add migration to include 'stage_changed' activity type
Compare 7 commits »
k1nq merged pull request k1nq/test_task_crm#4 2025-11-27 11:18:51 +00:00
deals&activities
k1nq created pull request k1nq/test_task_crm#4 2025-11-27 11:18:41 +00:00
deals&activities
k1nq pushed to deals&activities at k1nq/test_task_crm 2025-11-27 11:18:24 +00:00
e6a3a2cc23 feat: enhance deal management with CRUD operations and improve payload handling
k1nq created branch deals&activities in k1nq/test_task_crm 2025-11-27 11:11:39 +00:00
k1nq pushed to deals&activities at k1nq/test_task_crm 2025-11-27 11:11:39 +00:00
a4c3864ef6 feat: add JSONBCompat type for cross-database JSON support and implement ActivityType updates
8492a0aed1 feat: add DealService for managing deal workflows and validations
969a1b5905 feat: add migration to include 'stage_changed' activity type
8c326501bf Merge branch 'organizations' (cherry-picked)
4b45073bd3 feat: add DealRepository with CRUD operations and update dependencies
Compare 5 commits »
k1nq deleted branch organizations from k1nq/test_task_crm 2025-11-27 10:10:53 +00:00
k1nq pushed to dev at k1nq/test_task_crm 2025-11-27 10:10:53 +00:00
c972d79ba9 Merge pull request 'organizations' (#3) from organizations into dev
1b673988b5 feat: add unit tests for organization endpoints and update dependencies
ea8f0eda65 feat: add organization retrieval endpoint and JWT authentication support
845737abca feat: implement OrganizationRepository with CRUD operations
Compare 4 commits »
k1nq merged pull request k1nq/test_task_crm#3 2025-11-27 10:10:51 +00:00
organizations
k1nq created pull request k1nq/test_task_crm#3 2025-11-27 10:10:39 +00:00
organizations
k1nq created branch organizations in k1nq/test_task_crm 2025-11-27 10:07:11 +00:00
k1nq pushed to organizations at k1nq/test_task_crm 2025-11-27 10:07:11 +00:00
1b673988b5 feat: add unit tests for organization endpoints and update dependencies
ea8f0eda65 feat: add organization retrieval endpoint and JWT authentication support
845737abca feat: implement OrganizationRepository with CRUD operations
Compare 3 commits »
k1nq deleted branch test-workflow from k1nq/test_task_crm 2025-11-27 09:53:14 +00:00
k1nq pushed to dev at k1nq/test_task_crm 2025-11-27 09:53:14 +00:00
1ce5843436 Merge pull request 'test-workflow' (#2) from test-workflow into dev
aa5958028c fix: standardize spacing in main.py
30c7e8c9aa fix: standardize spacing in main.py
65eb82176d fix: uncomment paths in test workflow for push and pull_request triggers
760269c07a fix: update test workflow to include fetch-depth for checkout and remove caching step
Compare 7 commits »
k1nq merged pull request k1nq/test_task_crm#2 2025-11-27 09:53:13 +00:00
test-workflow
k1nq created pull request k1nq/test_task_crm#2 2025-11-27 09:53:07 +00:00
test-workflow
k1nq pushed to test-workflow at k1nq/test_task_crm 2025-11-27 09:52:35 +00:00
aa5958028c fix: standardize spacing in main.py