Benny Joo and GitHub
7e0c684348
fix: UI issue in Phone Input dropdown ( #17837 )
2024-11-25 19:35:09 +00:00
Keith Williams and GitHub
21956f096d
chore: Add check to skip DB migrations as part of build ( #17827 )
2024-11-25 16:33:51 -03:00
Benny Joo and GitHub
d1adfa3bf9
fix ( #17812 )
2024-11-25 14:07:55 -05:00
62976a4c77
feat: AI description - Backend for adding translation objects to EventType model ( #17657 )
...
* feat: AI description - DB model + frontend + backend (fetch only)
* fix types and add validation to backend
* improve log
* improve
* import type
* add EventTypeTranslationRepository
* fix replexica error
* fix replexica error
* fix
* fix test
* wip
* wip
* add createManyDescriptionTranslations method
* improve logic
* refactor
* update replexica type
* improve typing
* Renamed descriptionTranslations to fieldTranslations
* log errors in replexica service
* handle translations in background
* don't create, upsert instead
* make sure that description is updated
* simplify
* fix
* Update packages/trpc/server/routers/viewer/eventTypes/update.handler.ts
* improve filter logic in frontend
* implement background job using Tasker
* update schema
* update schema again
* rename
* rename id to uid
* add migration
* fix type
* update
* update schema and migration sql
* fix migration
* fix type check
* fix type check 2
* improve find logic in EventMeta
* add more validation
* add logger
* rename
* upgrade replexica/sdk to 0.7.0
* upgrade replexica to 0.7.0
* use batchLocalizeText
* add comments
* override browser locale if user is a signed in calcom user
* fix type in replexica
* fix migration sql
* fix type
* use dynamic import
* do not use batchLocalizeText
* fix
* add more validations
* fix type error
* address comment
* update locales
* update locales
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-11-25 18:37:42 +00:00
GitHub Actions
93489709a8
chore: release v4.7.11
2024-11-25 16:35:44 +00:00
Amit Sharma and GitHub
050102fde2
fix: OOO redirect, email wrong formatting ( #17829 )
2024-11-25 16:11:44 +00:00
Morgan and GitHub
c1112ab2ab
fix: extract clientId header manually apiv2 (Revert) ( #17832 )
...
This reverts commit b0bf87f3ed .
2024-11-25 15:59:39 +00:00
Morgan and GitHub
34d4c3d775
fix: api v2 webhook issue ( #17831 )
2024-11-25 15:52:00 +00:00
Somay Chauhan and GitHub
e477e5892c
feat: added customClassnames for event-setup tab ( #17240 )
...
* feat: added customClassnames for event-setup tab
* Update EventTypePlatformWrapper.tsx
* better classnames naming
* added classNames to common types
* updated classnames to use the common exported types
* udpate
* better classnames
* better classname names
* classnames -> classNames
* added default styling
* Update Locations.tsx
* Update event-types.tsx
* update
* locationSelectCustomClassNames -> LocationSelectCustomClassNames
* Update documentation.json
* fix: better classnames
* Update types.ts
2024-11-25 09:59:09 +00:00
ad44ca9f2a
fix: change order of eventtypes and routingforms ( #17615 )
...
* change order of eventtypes and routingforms
* for workflows
* for filtered workflows
* update slug of first expected event-type
* updated due to latest merges
* test to ensure new eventtype added is first in the list
* test for workflows
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-11-25 06:25:05 -03:00
868cf91c35
refactor: conferencing apps atoms web wrapper ( #17732 )
...
* conferencing apps atoms web wrapper
* Update DisconnectIntegrationModal.tsx
* formating changes
* handleBulkUpdateDefaultLocation -> bulkUpdateFunction
* fix: type error for handleRemoveApp
* fix: type error for handleRemoveApp
* refactor: removed ConferencingView component and migrated its functionality to ConferencingAppsViewWebWrapper
* refactor: moved AppList, AppListCard to packages/features
* fix: type changes
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2024-11-25 09:53:38 +02:00
Lauris Skraucis and GitHub
8b9693ea60
fix: v2 booking location ( #17817 )
...
* fix: create-booking.input dont require location to be url
* fix: return video call url for booking location
* try to debug test
* remove test file
2024-11-25 07:34:59 +00:00
Somay Chauhan and GitHub
935115d7c1
feat: added custom classnames for event-limits tab ( #17478 )
...
* added custom classnames for event limits tab
* added classNames to common types
* updated classnames to use the common exported types
* undo
* Update EventTypePlatformWrapper.tsx
* better clasnames naming
* added example classnames for demo
* fix: better calssnames
bookingFrequencyLimitSection-> bookingFrequencyLimit
totalDurationLimitSection-> totalDurationLimit
futureBookingLimitSection-> futureBookingLimit
offsetStartTimesSection-> offsetStartTimes
* suffix->addOn
* Update types.ts
2024-11-25 07:13:58 +00:00
Somay Chauhan and GitHub
eae74c568c
feat: added custom classnames for event-advanced tab ( #17479 )
...
* feat: added custom classnames to event-advanced tab
* added more calssnames
* added classNames to common types
* undo extra changes
* Update EventTypePlatformWrapper.tsx
* Update types.ts
* Update EventTypePlatformWrapper.tsx
* better classnames
* Update EventTypePlatformWrapper.tsx
* addeed CustomEventTypeModalClassNames
* added example classnames for demo and some changes
* fix: better classnames
* timezoneLockToggle -> timezoneLock
* Update types.ts
* Update CustomEventTypeModal.tsx
2024-11-25 12:11:27 +05:30
Somay Chauhan and GitHub
9e9dd6070d
feat: added custom classnames to event-assignment tab atom ( #17527 )
...
* added classNames to common types
* Update types.ts
* feat: added custom classnames to event-assignment tab atom
* Update EventTypePlatformWrapper.tsx
* update: better classnames
* added example clasnames for demo
* fix: classnames
* fix: type check
* fixed classnames
* fix: better calssnames
assingAllTeamMembersToggle -> assingAllTeamMembers
enableWeightsToggle -> enableWeights
assingAllTeamMembersToggle -> assingAllTeamMembers
2024-11-25 06:10:22 +01:00
5af10a2f61
feat: past and overlapping ooo ( #17373 )
...
* feat: past and overlapping ooo
* use existing props
* added e2e test
* disallow duplicates added tests
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2024-11-24 18:58:22 +00:00
Peer Richelsen and GitHub
3936a0ae94
target blank for settings link ( #17815 )
2024-11-23 21:12:44 +00:00
Morgan and GitHub
c2a3d8b8df
fix: extract trpc and react-awesome-query-builder from atoms ( #17801 )
...
* wip
* fix: externalize react-awesome-query-builder
* fix: move useSession to webWrapper
* fixup! Merge branch 'main' into fix-platform-event-types-segment
* fixup! fixup! Merge branch 'main' into fix-platform-event-types-segment
* fixup! fixup! fixup! Merge branch 'main' into fix-platform-event-types-segment
* fixup! fixup! fixup! fixup! Merge branch 'main' into fix-platform-event-types-segment
2024-11-23 12:29:16 +00:00
GitHub Actions
9bb66035c8
chore: release v4.7.10
2024-11-22 23:01:45 +00:00
Joe Au-Yeung and GitHub
226325062e
Conditionally get the first assignment reason ( #17808 )
2024-11-22 22:23:15 +00:00
Carina Wollendorfer and GitHub
b61661214a
fix: improvements for canceling workflow reminders ( #17807 )
2024-11-22 13:55:30 -07:00
Omar López
9f2047f203
fix: Got back to access token for release action
...
Signed-off-by: Omar López <zomars@me.com >
2024-11-22 13:53:19 -07:00
Omar López
9b0db345b0
Revert "Add new release actions"
...
This reverts commit 05c8b53444 .
2024-11-22 13:50:27 -07:00
GitHub Actions
a84a2b3152
chore: release 4.7.9
2024-11-22 20:43:40 +00:00
Omar López
087dbefec2
fix: add missing version plugin for release action
2024-11-22 13:35:52 -07:00
Omar López
46ba793521
fix: draft release setup
2024-11-22 13:32:29 -07:00
Omar López
21ab9bf109
fix: draft release setup
2024-11-22 13:30:15 -07:00
Omar López
05c8b53444
Add new release actions
...
Signed-off-by: Omar López <zomars@me.com >
2024-11-22 13:27:33 -07:00
Joe Au-Yeung and GitHub
e7495e311b
feat: Render assignment reason on routing form report ( #17791 )
2024-11-22 10:57:16 -07:00
Omar López and GitHub
9c10ecf8ea
ci: Add new release actions ( #17789 )
2024-11-22 10:08:26 -07:00
Lauris Skraucis and GitHub
9fa73aca86
fix: v2 booking confirmation emails not sent ( #17764 )
...
* fix: round robin recurring don't send email if noEmail
* fix: noEmail: false for non platform requests
* fix: booking e2e tests
* refactor: move bookings e2e tests in folder and uniform name
* test: emails
* test: team emails
* reschedule and cancel emails with api key
* test: round robin reassign emails
* test: confirm and decline emails
* test: confirm and decline emails
* fix tests
* test: recurring booking emails
* remove unused imports and spies
* fix test
* remove log
* chore: bump libraries
* try to fix ci tests
2024-11-22 18:19:56 +02:00
Alex van Andel and GitHub
8e7ce1216c
Revert "feat: install gcal + gvideo by default for google signups ( #17773 )" ( #17803 )
...
This reverts commit fcd06c80e3 .
2024-11-22 15:55:11 +00:00
Alex van Andel
4ddbdde553
chore: Release v4.7.8
2024-11-22 15:54:42 +00:00
Keith Williams and GitHub
cd24067f17
chore: Add ability to disable Sentry source maps ( #17699 )
...
* chore: Remove Sentry source maps
* Using .env to control Sentry source maps
* Trying with sourcemaps property
* Turned silent off for testing
* Completely turned off devtool
2024-11-22 15:19:52 +00:00
Alex van Andel and GitHub
040adb2ddf
chore: bump lockfile ( #17802 )
2024-11-22 15:14:39 +00:00
Somay Chauhan and GitHub
4d578d2cdf
feat: added customClassnames to event-availability tab ( #17268 )
...
* feat: added customClassnames to event-availability tab
* added classNames to common types
* use common classnames type
* Update types.ts
* update name
* fix: better classnames
* better calssnames
* Update types.ts
2024-11-22 10:35:20 +01:00
Anwar Sadath and GitHub
1cf84a270c
feat: Expose booking created at in v2 API response ( #17452 )
...
* feat: Expose booking created at in booking detailed view and v2 API response
* Fix tests
* Fix spacing
* Add API v2 tests to verify createdAt is present while creating a booking and fetching a booking
* Add test to validate createdAt after rescheduling a booking
2024-11-22 13:50:11 +05:30
Somay Chauhan and GitHub
d03651312e
feat: added customClassnames for event-recurring tab ( #17551 )
...
* added classNames to common types
* Update types.ts
* feat: added custom classnames to event-recurring tab
* Update EventTypePlatformWrapper.tsx
* customClassnames -> customClassNames
* added example classnames for demo
* fixed classnames
2024-11-22 12:30:02 +05:30
Alex van Andel and GitHub
4b34aec13d
chore: Release v4.7.7 ( #17786 )
2024-11-21 22:47:11 +00:00
Anik Dhabal Babu and GitHub
7ab8fdbcb4
fix: short text booking questions does not save we we click add ( #17778 )
2024-11-21 22:46:44 +00:00
Morgan and GitHub
b0bf87f3ed
fix: extract clientId header manually apiv2 ( #17783 )
2024-11-21 22:46:13 +00:00
Joe Au-Yeung and GitHub
1490642260
feat: Record Salesforce ownership assignment ( #17775 )
2024-11-21 14:22:39 -07:00
Udit Takkar and GitHub
04b49acbb0
chore: add rescheduled by property ( #17631 )
...
* refactor: add rescheduledBy
* chore
* fix: bug
* test: add test for rescheduled booking
* fix: test
2024-11-21 11:51:19 -05:00
Joe Au-Yeung and GitHub
ff79e5c70e
feat: Record assignment reasons for routing form and reassignment ( #17767 )
...
* Add assignment reason table
* Increment id
* Update migration
* Record assignment when manual reassignment is used
* Add comment to `getAttributesQueryValue`
* Add `getUsersAttributes`
* Record routing form routing reason
* Type fixes
* Remove unique property from bookingId
* Handle nested values
2024-11-21 16:27:19 +00:00
Alex van Andel and GitHub
5d51c79739
fix: temporarily revert stricter schema so we can handle invalid DB e… ( #17774 )
2024-11-20 21:35:43 -07:00
8bc2c08288
fix: no availability on reschedule with load balancing ( #17770 )
...
* don't filter if reschedule with same host
* check for reschedule
* fix filtering in handleNewBooking
* fix type error
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-11-21 01:22:43 +00:00
Omar López and GitHub
ade144aa20
ci: Re-drafts PR when changes are requested ( #17137 )
2024-11-21 00:59:11 +00:00
Benny Joo and GitHub
fcd06c80e3
feat: install gcal + gvideo by default for google signups ( #17773 )
...
* feat: install gcal + gvideo by default for google signups
* add upsertSelectedCalendar
* fix type check
2024-11-20 23:54:11 +00:00
Omar López and GitHub
57bbba3d95
chore: v4.7.6 ( #17766 )
2024-11-20 13:22:47 -07:00
Amit Sharma and GitHub
d952e77b78
feat: Don't remove hosts when disabling 'Add all team members' ( #17747 )
...
* feat: Don't remove hosts when disabling 'Add all team members'
* retain existing host weights and priorities
* fix: merge changes, revert onInactive removal
* lint fix
* fix: weight priority dialog value
2024-11-20 17:54:42 +00:00