Benny Joo and GitHub
e91bf53d80
refactor: Remove circular deps between @calcom/lib and @calcom/features [2] ( #24438 )
...
* move SystemField to features
* migrate workflow service
* merge two tests for team repository
* update imports and migrate team repository
* migrate delegation credential repository
* migrate credential repository
* migrate entityPermissionUtils
* migrate hashedLink service and repository
* migrate membership service
* update imports
* remove file
* migrate buildEventUrlFromBooking
* migrate getAllUserBookings to features
* update imports
* update organizationMock
* migrate slots
* migrate date-ranges to schedules dir
* migrate getAggregatedAvailability
* fix
* refactor
* migrate useCreateEventType hook to features
* migrate assignValueToUser
* migrate validateUsername to auth features
* migrate system field back to lib
* migrate getLabelValueMapFromResponses back to lib
* update imports
* use relative path
* fix type checks
* fix
* fix
* fix tests
* update gh codeowners
* fix
* fix
2025-10-17 06:48:08 -03:00
Benny Joo and GitHub
ff38d6c7db
refactor: Remove circular deps between @calcom/lib and @calcom/features [1] ( #24399 )
...
* add eslint config
* migrate autoLock to features
* migrate teamService to features
* migrate userCreationService
* migrate insights services to features
* migrate ProfileRepository
* update imports
* migrate filter segmen tests
* migrate filter segment repository
* migrate getBusyTimes
* migrate getLocaleFromRequest
* refactor csvUtils
* make filename clearer
* migrate getLuckyUser integration test
* migrate autoLock test to features
* wip
* refactors
* migrate useBookerUrl
* migrate more
* wip
* Migrate eventTypeRepository
* membership repository
* update imports
* update imports
* migrate
* move organization repository
* update imports
* update imports
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix tests
* fix type checks
* fix
* fix
* migrate
* update imports
* fix tests
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
2025-10-13 12:01:02 -03:00
Benny Joo and GitHub
7bf5d9cf64
perf: import enums from @calcom/prisma/enums ( #23582 )
...
* wip
* fix imports in the rest
* rest
* fix mistake
2025-09-04 11:44:54 +00:00
Morgan and GitHub
9e9f815809
refactor: replace static methods of HostRepository and PrismaAttributeRepository ( #23175 )
2025-08-19 07:59:16 +00:00
4489cb8fde
refactor: rename repository files to include Repository suffix ( #22717 )
...
* refactor: rename repository files to include Repository suffix
- Rename attribute.ts -> attributeRepository.ts
- Rename attributeOption.ts -> attributeOptionRepository.ts
- Rename attributeToUser.ts -> attributeToUserRepository.ts
- Update all import statements throughout codebase
Co-Authored-By: eunjae@cal.com <hey@eunjae.dev >
* refactor: rename repository files and classes with Prisma prefix
- Rename attribute.ts -> PrismaAttributeRepository.ts
- Rename attributeOption.ts -> PrismaAttributeOptionRepository.ts
- Rename attributeToUser.ts -> PrismaAttributeToUserRepository.ts
- Update class names to PrismaAttributeRepository, PrismaAttributeOptionRepository, PrismaAttributeToUserRepository
- Update all import statements and references throughout codebase
Co-Authored-By: eunjae@cal.com <hey@eunjae.dev >
* fix: update missed AttributeRepository import to PrismaAttributeRepository in teams members page
Co-Authored-By: eunjae@cal.com <hey@eunjae.dev >
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-07-30 14:33:25 +02:00
Eunjae Lee and GitHub
0a3b3a69e3
fix: add InsightsRoutingService and refactor InsightsBookingRepository ( #22057 )
...
* chore: convert InsightsBookingRepository to service
* remove repository
* rename
* clean up
* add InsightsRoutingService
* add tests
2025-06-27 11:08:46 +02:00
Eunjae Lee and GitHub
47613f796e
feat: add membership creation date to Organization Member List table (CAL-5406) ( #21008 )
...
* feat: add membership creation date to Organization Member List table (CAL-5406)
This reverts commit 5aaca2b7aa .
* fill createdAt
2025-05-05 10:15:30 +02:00
8d2dc0bbe5
feat: setting to enable weights on attribute in route ( #18592 )
...
* add UI to Routes
* add attributeIdForWeights to route json
* fixes and clean up
* clean up onChangeAttributeIdForWeights
* fix type errors
* fix attribute weights in getLuckyUser
* adjust tests
* fixes for attribute rule changes
* fix type error
* Keep weighted attributes logic outside Route (#18974 )
Co-authored-by: Hariom Balhara <hariombalhara@gmgmail.com >
* use findUnique
* fix test
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmgmail.com >
2025-01-30 11:44:42 -05:00
Hariom Balhara and GitHub
b5bec79354
perf: /router endpoint perf improvement ( #18366 )
2024-12-27 08:56:52 +00:00
Hariom Balhara and GitHub
7e76770ba6
feat: Okta(SCIM2.0) -> Attributes Sync and Group Option support ( #17805 )
2024-12-06 15:17:50 +05:30