Commit Graph

752 Commits (fdb45e3745444f9861bc3fce288e5c195722fe65)

Author SHA1 Message Date
zomars 159792831a New import 2022-07-22 20:32:10 -06:00
zomars aba7b1ec1c Linting 2022-07-21 22:21:24 -06:00
Agusti Fernandez Pardo a8e8acd053
Merge pull request #149 from calcom/fix/users-pagination
fix: users pagination remove min/max as its a string not a number
2022-07-14 19:57:22 +02:00
Agusti Fernandez Pardo aa12f893e8 fix: users pagination remove min/max as its a string not a number, also add new env var to example 2022-07-14 19:44:24 +02:00
zomars 80500ebaf0 Fixes lint:fix script 2022-07-13 15:13:24 -06:00
zomars 7a53c5bb85 Adds missing lint scripts 2022-07-12 15:24:19 -06:00
Agusti Fernandez Pardo 60e9c26dfe
Merge pull request #148 from calcom/production
rebase dayjs fix in Production to main
2022-07-12 20:37:24 +02:00
Agusti Fernandez Pardo c352720877 Merge branch 'main' into production 2022-07-12 20:35:49 +02:00
Agusti Fernandez Pardo b2f3242a8e Merge branch 'main' into production 2022-07-12 20:35:10 +02:00
Agusti Fernandez Pardo 3798c27613 Merge branch 'feat/availability-teams' into production 2022-07-12 20:28:02 +02:00
Agusti Fernandez Pardo 2bb6c7de45
Merge pull request #135 from calcom/feat/availability-teams
Feat/availability teams + pagination for /users
2022-07-12 20:16:57 +02:00
Agusti Fernandez Pardo 67fe26ec69 fix: lint issue import order 2022-07-12 20:09:54 +02:00
Agusti Fernandez Pardo f87eb7d18e fix: lint add spaces 2022-07-12 20:01:51 +02:00
Agusti Fernandez Pardo f985bbd1ff fix: move patch to no then/catch 2022-07-12 20:01:25 +02:00
Agusti Fernandez Pardo 3f6e7904cb fix: no http_method middleware needed as already handled by defaultHandler 2022-07-08 21:49:14 +02:00
Agusti Fernandez Pardo 6971ba249f fix: add optional to pagination query's 2022-07-08 21:47:31 +02:00
Agusti Fernandez Pardo c8829fc08b fix: rename pageNumber to page 2022-07-08 20:19:51 +02:00
Agusti Fernandez Pardo 530752147e fix: use zod schema for parsing page query param 2022-07-08 20:15:25 +02:00
Agusti Fernandez Pardo ec24711990
Merge pull request #139 from calcom/fix/axiom-package
fix: add next-axiom to package.json
2022-07-08 19:35:22 +02:00
Agusti Fernandez Pardo 76d0b0c1ee
Update pages/api/users/_get.ts
remove console log statement

Co-authored-by: Omar López <zomars@me.com>
2022-07-08 19:34:26 +02:00
Agusti Fernandez Pardo 80e414d4f5
Update pages/api/availability/_get.ts
no if just return

Co-authored-by: Omar López <zomars@me.com>
2022-07-08 19:33:50 +02:00
Agusti Fernandez Pardo a72fbfa093
Update pages/api/availability/_get.ts
improve error message team no members

Co-authored-by: Omar López <zomars@me.com>
2022-07-08 19:33:37 +02:00
Agusti Fernandez Pardo f6faa8bc46
Update pages/api/users/_get.ts
remove console log

Co-authored-by: Omar López <zomars@me.com>
2022-07-08 19:33:17 +02:00
Agusti Fernandez Pardo bd485b7b77
Update pages/api/teams/_get.ts
fix prisma import

Co-authored-by: Omar López <zomars@me.com>
2022-07-08 19:33:00 +02:00
zomars 308c192912 Splits booking/[id] endpoint
# Conflicts:
#	pages/api/bookings/[id].ts
2022-07-08 11:22:08 -06:00
zomars 2f032cee47 Splits booking/[id] endpoint 2022-07-08 11:21:40 -06:00
Agusti Fernandez Pardo 03254b83da
Merge pull request #144 from calcom/fix/add-middlewares-back-bookingId
fix: add middlewares back
2022-07-08 18:59:20 +02:00
Agusti Fernandez Pardo c2816815cc fix: add middlewares back 2022-07-08 18:58:29 +02:00
Agusti Fernandez Pardo 916ceb57c6
Merge pull request #143 from calcom/fix/missing-return-bookings-id
fix: bookings:id
2022-07-08 18:51:33 +02:00
Agusti Fernandez Pardo 54b36b9624 fix: bookings:id fix bad isAdmin double if adding missing return replace with || OR instead 2022-07-08 18:49:55 +02:00
Agusti Fernandez Pardo 27482daaec
Merge pull request #142 from calcom/fix/booking-no-middlewares
fix: remove old middlewares in bookingId
2022-07-08 18:27:53 +02:00
Agusti Fernandez Pardo dfa4c06e54 fix: remove old middlewares in bookingId 2022-07-08 18:27:13 +02:00
Omar López 7d59a1390c
Merge pull request #141 from calcom/fix/add-calcomdayjs-prod
fix: add calcom dayjs transpile
2022-07-08 10:02:41 -06:00
Agusti Fernandez Pardo 8425f88464 fix: add calcom dayjs transpile 2022-07-08 17:58:18 +02:00
Agusti Fernandez Pardo c28e96045c fix: adds returns, no breaks 2022-07-08 09:26:47 -06:00
Omar López 4c696b2cea
Merge pull request #140 from calcom/fix/booking-id
Fix/booking
2022-07-08 09:25:20 -06:00
Agusti Fernandez Pardo 6b09fb24ab fix: adds returns, no breaks 2022-07-08 17:23:06 +02:00
Agusti Fernandez Pardo 13d013bdf8 Merge branch 'main' into fix/booking-id 2022-07-08 17:14:02 +02:00
Agusti Fernandez Pardo cef2768725 fix: add next-axiom to package.json 2022-07-08 02:05:38 +02:00
Agusti Fernandez Pardo 1266665710
Merge pull request #138 from calcom/chore/add-axiom
feat: add axiom
2022-07-08 02:00:36 +02:00
Agusti Fernandez Pardo 599dccdcce feat: add axiom 2022-07-08 02:00:00 +02:00
Leo Giovanetti a5976ec5c6
Merge pull request #137 from calcom/chore/upgrade-next
Upgrading nextjs
2022-07-07 15:08:51 -03:00
Agusti Fernandez Pardo f93cb48d4d fix: query partial type 2022-07-07 18:56:27 +02:00
Leo Giovanetti ab78c0b9ec Upgrading nextjs 2022-07-06 17:21:12 -03:00
Agusti Fernandez Pardo 44ce77f814 fix: test return booking get 2022-07-06 01:17:59 +02:00
Agusti Fernandez Pardo a6e199be67 fix: make availability for teamId work 2022-07-05 23:05:29 +02:00
Agusti Fernandez Pardo f1ee03f297 fix: add teams memberships users 2022-07-05 20:58:26 +02:00
Agusti Fernandez Pardo 2263e04217
Update pages/api/availability/_get.ts
add select: availabilitUserSelect

Co-authored-by: Omar López <zomars@me.com>
2022-07-05 20:35:30 +02:00
Agusti Fernandez Pardo 5dbb2066e0
Update pages/api/availability/_get.ts
add initialData: {user}

Co-authored-by: Omar López <zomars@me.com>
2022-07-05 20:34:53 +02:00
Agusti Fernandez Pardo 9b5c7c5120 fix: remove unused import 2022-07-05 20:13:13 +02:00