Keith Williams and GitHub
dfa4e10c83
perf: Add ability to configure Sentry maxSpans ( #17411 )
2024-10-30 13:54:22 +00:00
Keith Williams and GitHub
4b6b9badf5
perf: Sentry perf tracing ( #17202 )
...
* chore: Add Sentry perf tracing
* Just to build
* perf: Add Sentry perf tracing
* Removed the extra integrations tracing config
* Got spans working
* Now only tracing individual endpoints
* Removed check for booking event type
* Fixed types
* Added back for spans
* Consolidate sentry imports
* Added more traces
* Moved the start of the span
2024-10-30 00:35:25 +00:00
Keith Williams and GitHub
5a9197f357
chore: v4.6.14 ( #17390 )
2024-10-29 19:45:41 -03:00
315077f6c5
feat: update translations ( #17393 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-10-29 21:47:57 +00:00
Joe Au-Yeung and GitHub
b8b270e4e5
feat: Prioritize Contacts Over Leads If They Exist [CAL-4640] ( #17380 )
2024-10-29 19:53:44 +00:00
Joe Au-Yeung and GitHub
8605fb4518
feat: Salesforce change owner on booking [CAL-4641] ( #17391 )
...
* Let user set owner name to change
* Add backend logic
* Add message
* Type fixes
2024-10-29 14:03:35 -04:00
sean-brydon and GitHub
55671db5fd
fix: virtualised member list for reassign ( #17386 )
...
* wip virtual list for reassignemnt
* order in alpha and prio order
* loading state
* add flex shrink so status symbol doesnt move
* add gap to each item to make hovering not feel squished
* a11y indexing tab group
* useInViewObserver hook and move to lib
* use correct intersection target
* fix type errors
* remove type
2024-10-29 17:47:43 +00:00
Benny Joo and GitHub
1a55f2d8e2
chore: settings/admin - remove pages router and use app router & add i18n to metadata ( #16773 )
...
* remove pages router and use app router
* remove testBothFutureAndLegacyRoutes for settings-admin e2e test
* add i18n for metadata
2024-10-29 12:49:21 -03:00
13d4102dc8
feat: update translations ( #17231 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-10-28 21:50:48 +00:00
Keith Williams and GitHub
8ab73caeb9
chore: v4.6.13 ( #17362 )
2024-10-28 17:57:19 -03:00
Avishay Maor and GitHub
2efa593d2b
Update RerouteDialog.test.tsx resolve lint errors ( #17352 )
2024-10-28 22:49:11 +05:30
dfc73ea307
fix: Inconsistent phrasing and remove duplicate words in localization ( #17339 )
...
* Fix inconsistent phrasing and remove duplicate words in localization strings in common.json
* Update common.json
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2024-10-28 14:10:55 +00:00
Benny Joo and GitHub
7d51741de0
fix: lint errors ( #17351 )
2024-10-27 08:05:27 +05:30
Anik Dhabal Babu and GitHub
7e3f60bbdb
fix: wrong attende details shows for seated event ( #17338 )
2024-10-26 11:46:59 +05:30
Omar López and GitHub
f81024e3f0
chore: v4.6.12 ( #17345 )
2024-10-25 23:24:55 +00:00
Syed Ali Shahbaz and GitHub
097c14ca64
feat: add workflow vars and search for event types ( #17343 )
...
* Udit:goat - thank you for this
* improve searchbar
* remove unused code
* add workflow vars
* change requested
* requested changes
* changes
* type-fix??
* type-fix??
* ----
2024-10-25 22:38:48 +00:00
Alex van Andel and GitHub
b9128a7a0b
chore: Add ./components/[name]/index.ts map to package.json ( #17319 )
...
* chore: Add ./components/[name]/index.ts map to package.json
* fix: Clarify Popover exports
* fix: re-add dropdown to calcom/ui barrel
* chore: Add icon barrel file re-export
* Fix all calcom/ui imports of its own barrel
* Never say 'fix all remaining..' it's never true
* Some type fixeS
* Linking fixes
* Rename sheet.tsx to Sheet.tsx
Done through UI, console does NOT like this.
* Fixed some test failures
2024-10-25 23:05:29 +01:00
c5402d8bd7
fix: give reason to reassign - allow team members to reassign even if busy ( #17328 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Omar López <zomars@me.com >
2024-10-25 19:13:26 +00:00
Benny Joo and GitHub
b53abe93bc
feat: display number of rows in routing form reporting ( #17334 )
...
* add rows and row to english common.json
* feat: display number of rows in routing form reporting
2024-10-25 18:51:33 +00:00
Keith Williams and GitHub
fd1edae706
fix: Typo in common schedule text ( #17325 )
2024-10-25 14:44:57 -04:00
Omar López and GitHub
2fab54546e
chore: v4.6.11 ( #17333 )
2024-10-25 11:07:17 -07:00
Omar López and GitHub
af363e975a
fix: disables cache for tasker cron ( #17331 )
2024-10-25 10:19:37 -07:00
b6cef49ee6
fix: app store title ( #17307 )
...
* Fix app store title
* refactor apps-view
* revert unneeded changes
* remove withoutMain
---------
Co-authored-by: Benny Joo <sldisek783@gmail.com >
2024-10-24 21:18:38 +00:00
Alex van Andel and GitHub
e251a5afea
chore: Release v4.6.10 ( #17296 )
2024-10-24 16:27:20 -03:00
Syed Ali Shahbaz and GitHub
c3d56f736a
fix: insights event timeline perf and accuracy ( #17218 )
...
* aggregate multiple calls to one for events timeline
* raw query
* fix inside wrong val
* fix timeline view entirely
* fix avg event duration
* fix timeline
* type-fix
* fixes
* remove unnecessary comments
2024-10-24 17:46:28 +00:00
Udit Takkar and GitHub
50a41109d0
chore: add event has been rescheduled title ( #17286 )
2024-10-24 17:18:55 +00:00
Hariom Balhara and GitHub
c29e37a03f
fix: Keep 'Verify new route' enabled in the initial state. ( #17295 )
2024-10-24 16:16:58 +00:00
14ae664941
fix:CityNotShownInOption ( #17064 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2024-10-24 09:10:27 -04:00
sean-brydon and GitHub
0949bbf167
feat: add availability shown in rr reassign ( #17287 )
...
* (feat) add availability status to select
* add logic for confirmation modal on unavailable host
* fix type error
* fix type error
* more type fixes
* fix types
2024-10-24 12:38:03 +01:00
Rajiv Sahal and GitHub
d0a1e90199
fix: platform dashboard buttons ( #17284 )
2024-10-24 16:25:32 +05:30
Joe Au-Yeung and GitHub
817d8738a9
feat: Salesforce - on booking, write to custom fields [CAL-4570] ( #17257 )
...
* Save and enable custom fields
* Write to custom fields on booking
* Add validations
2024-10-24 03:07:13 +00:00
d6dbbd1472
fix: new reassignment email for RR host reassignment ( #17279 )
...
* add new reassignment email
* improve reassign email
* fixes
* Minor copy fixup
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2024-10-23 22:57:15 +00:00
Keith Williams and GitHub
b38d8e7ae4
perf: New getTeamSchedule route with higher vCPUs ( #17277 )
2024-10-23 13:38:15 -07:00
sean-brydon and GitHub
3ddef59761
feat: add no-show-to-edit-list ( #17265 )
2024-10-23 12:07:13 +01:00
Omar López and GitHub
db07738514
chore: v4.6.9 ( #17255 )
2024-10-22 20:38:33 +00:00
f3fd043255
add enableOverflow ( #17249 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2024-10-22 15:39:21 +00:00
a0e4580f4e
fix: added aria-label to timezone input ( #17241 )
...
* fix: 17186 timezone accessibility fix
* Update common.json
* update
* Update EventMeta.tsx
---------
Co-authored-by: Shivam Bhatia <shivambhatia@Shivams-MacBook-Pro.local >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
Co-authored-by: unknown <adhabal2002@gmail.com >
2024-10-22 15:29:06 +00:00
Keith Williams and GitHub
42cbd582f2
chore: v4.6.8 ( #17243 )
2024-10-22 10:58:27 -03:00
Keith Williams and GitHub
5481248c1a
chore: Back down vCPUs for public/slots routers ( #17242 )
2024-10-22 13:51:19 +00:00
Benny Joo and GitHub
f22d585c7d
chore: Do not generate pages per language at build time ( #17227 )
2024-10-22 14:10:49 +01:00
Anik Dhabal Babu and GitHub
9d01025a1f
revert: team availability view ( #17222 )
2024-10-22 13:55:20 +05:30
Hariom Balhara and GitHub
86af6bd626
Allow non-admin team members also to reroute ( #17234 )
2024-10-22 13:46:30 +05:30
2f4dd328c3
feat: new webhook 'Form submitted, no event booked' ( #17119 )
...
* add new webhook
* schedule trigger functions
* implement tasker
* fix type errors
* add tests
* remove unused code
* finish tests
* remove unsued code from debugging
* Fix: client-server mixed exports
* Update tasker.ts
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: zomars <zomars@me.com >
2024-10-22 03:38:33 +00:00
6df994389b
feat: round robin handover to specific host ( #17215 )
...
* frontend dialog
* handler + fe calling handler
* reafctors + start work on fix hosts tests
* restore rr
* update tests + fixing types
* use a getRRHostsToReasign handler + error handle + i18n
* typefixes
* assert type
* fix: adds missing translation
* Update roundRobinManualReassignment.ts
* Update roundRobinManualReassignment.ts
* Update apps/web/components/dialog/ReassignDialog.tsx
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
* Update roundRobinManualReassignment.ts
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: zomars <zomars@me.com >
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
2024-10-21 19:52:09 -07:00
93e93a9c7a
feat: update translations ( #17219 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-10-21 23:06:54 +00:00
5f6032131b
feat: payments tab for event types atom ( #16892 )
...
* update translations
* add payments tab to event types platform
* payments tab for event types platform wrapper
* update event types props
* fix icon
* add stripe form
* update event type platform wrapper
* testing EventTypeAppCard component
* update atoms module
* add endpoint to get app integration based on slug
* input dtos for atoms app integration endpoint
* update platform libraries
* add queries for app integration endpoint
* chore: fixup
* custom hook to get app integration
* export TeamsQuery type to use for platform
* update props for stripe atom
* update payments tab
* update platform libraries in local (temperory)
* fix merge conflicts
* fixup
* resolve merge conflicts
* fixup
* Update package.json
* update platform libraries
* fix imports
* resolve merge conflicts
* more import paths fixes
* fixup
* cleanup comments
* include payments tab
* resolve merge conflicts
* fixup
* Update package.json
* revert yarn.lock
* Update yarn.lock
---------
Co-authored-by: Somay Chauhan <somaychauhan98@gmail.com >
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2024-10-21 18:49:35 +05:30
242268d580
feat: update translations ( #17209 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-10-21 08:47:34 +00:00
59aff41ca3
refactor: make new copy localizable ( #17207 )
...
* refactor: make this localizable
base on https://github.com/calcom/cal.com/pull/17198 making the new copy localizable
* Update common.json
* Update common.json
* Update common.json
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2024-10-21 06:38:25 +00:00
b0e3e4c82f
fix: Save button is not working on the app install configuration step ( #17176 )
...
* fix: Save button is not working on the app install configuration step
* update
---------
Co-authored-by: Somay Chauhan <somaychauhan98@gmail.com >
2024-10-21 05:41:01 +00:00
3e0d53228e
feat: update translations ( #17180 )
...
Co-authored-by: Replexica <support@replexica.com >
2024-10-20 22:46:04 +00:00