Keith Williams
d55b4b051a
perf: Fix slowest db query (again) ( #10954 )
2023-08-25 14:27:37 +03:00
Monto
b5666fd4c3
fix: team availability shows only to the member owning it ( #10738 )
...
Co-authored-by: SMLukwiya <sundaymorganl@gmail.com>
2023-08-23 12:27:19 -04:00
Keith Williams
201a9d9356
perf: Fix slowest db query ( #10842 )
2023-08-18 17:36:57 +02:00
zomars
e148ee7823
chore: Removes all traces of ".prisma/client"
2023-08-14 17:28:43 -07:00
Rama Krishna Reddy
d21135e076
fix: do not delete last schedule ( #10444 )
...
Co-authored-by: rkreddy99 <rreddy@e2clouds.com>
2023-07-31 14:48:50 +01:00
Ritik Kumar
eedf6913b8
feat: allow duplicate availability ( #9615 )
...
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
2023-06-26 07:35:20 -04:00
zomars
4fd2d80637
Linting
2023-05-19 14:07:25 -07:00
ASHOK-SINGH
75026289fd
Fix- Calendar override with the wrong dates and time ( #8936 )
2023-05-19 07:22:26 +00:00
Efraín Rochín
d6fb0df64f
perf: tRPC procedures and middleware refactor ( #8419 )
...
* trpc procedures an middleware refactor
* allow use sessionMiddleware without a req object
* sync with the new tRPC structure
* tRPC refactor on routing form app
* import Prisma from @prisma/client
* Lazy load apps from appstore
* remove unrelated changes
* Add types for PaymentService
* type fixes
* Merge branch 'main' into roae85/cal-1514-set-the-user-session-only-on-the
* fix typo
* remove console.log
* remove explicit types from apstore object
* linter fixes
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-05-09 19:27:05 +00:00
Lucas Smith
1eeb91a793
perf: lazy load tRPC routes ( #8167 )
...
* experiment: cold start perf
* fix: update failing test
* chore: add database indexes
* chore: use json protocol and add query batching back
* Update [status].tsx
* Update [trpc].ts
* Delete getSlimSession.ts
* Update createContext.ts
* remove trpc caller
* correctly import Prisma
* lazy ethRouter
* replace crypto with md5
* import fixes
* public event endpoint refactor
* Update yarn.lock
* Update yarn.lock
* Using yarn.lock from main
---------
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Efraín Rochín <roae.85@gmail.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-04-25 19:39:47 -03:00