Agusti Fernandez Pardo
396c5b8d8c
chore: refactor all delete endpoints to use if/else instead of .catch() and .error()
2022-03-27 01:08:00 +01:00
Agusti Fernandez Pardo
936572e7e1
feat: adds availabilitesi and attendees endpoints, some cleanup less try/catch more if/else
2022-03-27 00:58:22 +01:00
Peer Richelsen
14ba410352
fixed dark mode for booking page and input ( #2292 )
2022-03-27 00:40:41 +01:00
Agusti Fernandez
8fbd8ccd63
Merge pull request #7 from calcom/chore/tests-new-and-find-all
...
feat: adds bookings and more tests
2022-03-26 23:09:00 +01:00
Agusti Fernandez Pardo
ac307f7161
feat: adds bookings and more tests
2022-03-26 22:29:30 +01:00
sean-brydon
b0bb894e1a
Submodule change ( #2289 )
2022-03-26 14:19:44 -07:00
Agusti Fernandez
c0d7623beb
Merge pull request #6 from calcom/chore/more-testing
...
feat: 50% almost code coverage
2022-03-26 05:30:25 +01:00
Agusti Fernandez Pardo
7998e8fc2c
feat: 50% almost code coverage
2022-03-26 05:28:53 +01:00
Agusti Fernandez
9233f143c6
Merge pull request #5 from calcom/feat/users-teams
...
Feature: adds users and teams tests
2022-03-26 02:24:02 +01:00
Agusti Fernandez Pardo
022ba7b8de
fixes tests by passing stringifyISODates to createdDate and emailVerified
2022-03-26 02:22:28 +01:00
Agusti Fernandez Pardo
62a917c7a8
renames team -> teams adds tests for users and teams
2022-03-26 02:16:46 +01:00
Omar López
83a395bf55
Updates submodules ( #2288 )
2022-03-25 17:57:10 -07:00
Agusti Fernandez
557342104b
Merge pull request #4 from calcom/feat/teams
...
feat: Adds teams endpoints and zod validations
2022-03-26 01:55:07 +01:00
Agusti Fernandez Pardo
8b8629f37a
feat: Adds teams endpoints and zod validations
2022-03-26 01:53:56 +01:00
Agusti Fernandez
2a1ed8dd79
Merge pull request #3 from calcom/feat/test-api-keys
...
Tests: add testing for api keys endpoints
2022-03-26 01:42:43 +01:00
Agusti Fernandez Pardo
f2be36f89c
fix: remove console statements
2022-03-26 01:41:22 +01:00
Agusti Fernandez Pardo
12a7129e5a
feat: adds tests for api keys endpoints
2022-03-26 01:40:43 +01:00
Omar López
ec58a9dd70
The Dotenv Refactor ( #2275 )
...
* dotenv refactoring
* dotenv fixes
* Env variables cleanup
* Updates e2e variables
* Moves environment file to types
* Removes conflicting configs
* Readds missing variables
* Fixes
* More fixes
* Update .env.example
* Update yarn.lock
* Update turbo.json
* Fixes e2e
* Temp fix
* disables cache for lint
* Please work
* I'm getting desperate here.
* Matches node versions
* Take 2
* Revert "Take 2"
This reverts commit a735f47f23
.
* Update .env.example
2022-03-25 17:39:38 -07:00
Agusti Fernandez Pardo
9e8be659c5
feat: initial tests for api-keys endpoint
2022-03-26 00:42:12 +01:00
Peer Richelsen
2d7e1ccc05
added categories index ( #2286 )
2022-03-25 15:44:27 -07:00
Agusti Fernandez
f80f23d3c3
Merge pull request #2 from calcom/feat/with-transpile-modules
...
feat: adds module transpiling so api can require @calcom/prisma
2022-03-25 23:28:02 +01:00
Agusti Fernandez Pardo
084c91f6c1
feat: improve api key endpoints, add users endpoint
2022-03-25 23:26:22 +01:00
github-actions[bot]
7490f07a32
New Crowdin translations by Github Action ( #2256 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-25 23:20:19 +01:00
Peer Richelsen
6c62918c1f
iframe button text right ( #2285 )
2022-03-25 23:15:16 +01:00
Peer Richelsen
897d255676
fixed layout shift, added new payments illustration ( #2283 )
...
* fixed layout shift, added new payments illustration
* undo integrations bg
2022-03-25 23:09:07 +01:00
Peer Richelsen
1b8132eb2f
added app descriptions ( #2281 )
2022-03-25 15:03:10 -07:00
Peer Richelsen
49bb80eeb4
added illustrations to app store ( #2280 )
...
* fixed a ton of app store layout shift bugs
* added illustrations
* Sync submodules to main
* Update yarn.lock
Co-authored-by: zomars <zomars@me.com>
2022-03-25 19:46:21 +00:00
Peer Richelsen
2104624633
fixed a app store layout shift bugs ( #2279 )
...
* fixed a ton of app store layout shift bugs
* Sync submodules to main
* Update yarn.lock
Co-authored-by: zomars <zomars@me.com>
2022-03-25 19:23:03 +00:00
Agusti Fernandez Pardo
d9c34f67e6
feat: adds api keys endpoints, new QueryIdAsString as apiKey has a UUID string-like ID unlike the numbers of event-type or others
2022-03-25 20:17:37 +01:00
Omar López
94006156d7
Adds sort order to free event type 404 ( #2278 )
2022-03-25 19:50:13 +01:00
Agusti Fernandez Pardo
c2234593db
feat: adds module transpiling so api can require @calcom/prisma and not @prisma/client directly
2022-03-25 19:37:51 +01:00
Agusti Fernandez Pardo
a2817a2fee
Feat: event-types and tests
2022-03-25 06:54:57 +01:00
Agusti Fernandez Pardo
2e2f6a5e57
feat: adds git hooks and husky for pre-commit linting
2022-03-25 02:18:43 +01:00
Agusti Fernandez Pardo
a71039328f
feat: 100% code-coverage, add coverage to gitignore
2022-03-25 02:07:51 +01:00
Agusti Fernandez Pardo
f6371c3b75
adds message and full error in eventtype/new
2022-03-25 01:52:13 +01:00
Agusti Fernandez Pardo
f4d889e87b
add @lib and @api paths for cleaner imports
2022-03-25 00:43:35 +01:00
alannnc
92534c7e6d
fix reacreate of bookingReferences when rescheduling ( #2272 )
...
Co-authored-by: Omar López <zomars@me.com>
2022-03-24 23:29:32 +00:00
Agusti Fernandez Pardo
737a8897ba
extracting out schemaQuery validation to lib, extracting out delete/edit to it's own files for clarity
2022-03-25 00:04:07 +01:00
Agusti Fernandez Pardo
e4d9f7bc7d
remove example validation file
2022-03-24 23:19:13 +01:00
Agusti Fernandez Pardo
84ab74b46a
feat: tests all codepaths of event-type/[id]
2022-03-24 23:16:48 +01:00
Agusti Fernandez Pardo
dfa227f1b6
adds testing for validations
2022-03-24 23:10:24 +01:00
Agusti Fernandez Pardo
713f53acc4
feat: add next-validations and zod validations
2022-03-24 21:25:35 +01:00
sean-brydon
296697370d
Improving A11y across pages ( #2219 )
...
* Improving Event-Types A11y
* Fixing more A11y Issues
* Removing Yarn.lock
2022-03-24 20:14:16 +00:00
zomars
37a10a9638
Submodules update
2022-03-24 13:07:39 -07:00
Omar López
05a7babd56
Fixes/app store mobile ( #2271 )
...
* Grid fixes for mobile
* Adds missing NavTabs to installed apps page
2022-03-24 19:46:36 +00:00
Agusti Fernandez Pardo
c5b12d46af
chore: rename return types to Data, import prisma from @calcom/prisma
2022-03-24 19:01:37 +01:00
alannnc
3341074bb2
Fix/login username registration ( #2241 )
...
* username update from getting-started when received as query param
* Added test for onboarding username update
* Now saving username saved in localStorage
* remove username field
* Removed wordlist
* Implement checkoutUsername as api endpoint
* Remove unused lib utils not empty
Co-authored-by: zomars <zomars@me.com>
2022-03-24 10:45:56 -07:00
Hariom Balhara
1a77e4046e
Add Booking tests - Reschedule and Cancel. ( #2163 )
...
Co-authored-by: zomars <zomars@me.com>
2022-03-24 10:32:28 -07:00
Omar López
367da36660
Add index rename migration ( #2162 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-03-24 09:53:15 -07:00
Peer Richelsen
552751ffcf
app store fixes ( #2266 )
...
* temporally hiding reviews and stars for apps, removed nuke my cal
* fixed categories headline and back button
* truncate description
* updated huddle app
* Delete truncate.ts
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-03-24 09:51:37 -07:00