Rob Jackson
171827f547
chore: recategorize apps ( #9306 )
...
* Remove unused code in InstalledAppsLayout
* Add new app categories "crm", "conferencing" and "messaging"
* Sort getAppCategories entries alphabetically
* Fix 404s on new category pages (and remove hardcoded category lists)
* Fix admin apps list not showing "no available apps" for new categories
* Recategorise apps
* Sync seed-app-store categories with config files
* Replace unnecessary seed-app-store.config.json with appStoreMetadata
* Copy video.svg to conferencing.svg
* Add messaging.svg
* Remove web3 from getAppCategories (used by installed apps, admin apps)
* Fix app-store-cli categories
- Add conferencing
- Add CRM
- Remove video
- Remove web3
* Remove outdated web3 comment in seed-app-store
* Update apps/web/public/static/locales/en/common.json
* Add cron script to keep db apps in sync with app metadata
* Add redirect for app category "video" to "conferencing"
* Fix up "video" category overrides to apply to conferencing
* Fix conferencing apps not showing as a location for non-team users
* Restore "installed_app" string for conferencing apps
* Make linter happier
* Remove my "installed_app_conferencing_description" as this was fixed upstream
* Quick tidy up
* Add dry-run to syncAppMeta via CRON_ENABLE_APP_SYNC env
* Replace console.log with logger in syncAppMeta
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2023-06-28 18:22:51 +02:00
Keith Williams
852d5b3954
chore: increase operations-per-run for stale issues job ( #9833 )
2023-06-28 15:10:03 +02:00
Keith Williams
8da68cc1fe
chore: Added test SendGrid env variables ( #9807 )
2023-06-26 18:59:39 +02:00
Keith Williams
0af76ec5ab
chore: Updated staleness check to start with old content ( #9800 )
2023-06-26 14:49:41 +02:00
Hariom Balhara
4f0e843ac6
test: Make embed tests stable. ( #9718 )
...
* Wait for /embed/embed.js to be servable
* Change something in embeds/ to make embed tests run
2023-06-22 17:38:51 +02:00
Abdurrahman Rajab
a5e25b9b28
docs: improving developer experience ( #9432 )
...
* feat: add feedback to semantic commits
* feat: welcome new contributors
* feat: add triggers welcome message
* chore: fix lint issue
* chore: typos
* Fixed spacing
* Temporarily making this runnable via Actions page
* Removed workflow_call
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-06-19 16:45:41 +02:00
Eric Dantas
9d08f5c7c8
chore: Create add-PRs-to-project-reviewing-PRs.yml ( #9597 )
...
* Create add-PRs-to-project-eric.yml
* Update and rename add-PRs-to-project-eric.yml to add-PRs-to-project-reviewing-PRs.yml
* Update add-PRs-to-project-reviewing-PRs.yml
2023-06-17 17:47:29 +02:00
Keith Williams
9db4a04cd9
chore: Cache node_modules ( #9492 )
...
* Adding check for cache hit
* Adding a separate install step first
* Put the restore cache steps back
* Revert the uses type for restoring cache
* Added step to restore nm cache
* Removed the cache-hit check
* Comments and naming
* Removed extra install command
* Updated the name of the linting step to be more clear
2023-06-14 15:27:47 -03:00
Hariom Balhara
a0bf5b4067
test: Smoke Tests for packaged embeds and build improvements ( #9169 )
...
* Fix 2 Factor Auth
* Add a sandbox to verify types of embed-react
* Add fault types location
* Fix type location again
* Break types
* Ensure that builds are done again when doing pbublish
* Debug failure in CI
* Make sure unit test files arent used by playwright
* Fix embed-react test description
* Update .github/workflows/e2e-embed-react.yml
Co-authored-by: Omar López <zomars@me.com>
* Remove unnecessary log
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Omar López <zomars@me.com>
2023-06-01 20:41:30 +00:00
Ted Spare
ff2d9ad67d
Use github-script to safely label PRs from forks ( #9256 )
2023-06-01 11:48:36 +00:00
Hariom Balhara
9394c09247
Remove cache-db from without database build ( #9220 )
2023-05-31 09:55:57 +01:00
Rob Jackson
7a9a2fc76f
feat: Make database optional when building ( #8561 )
...
* Make database optional when building
Solves #3026 and #6780
We have a few app-store related pages that require a database connection at build time.
This change adds try-catch blocks in getStaticPaths or getStaticProps for those pages, and when no database is available we either:
- getStaticPaths: Respond with no paths, but fall back to rendering the pages on-demand
- getStaticProps: Respond with no data, but enable revalidation until a future request does respond with data
This makes Cal.com more compatible with typical Docker-based workflows, that do not expect external services to be available at build time. This includes Docker-based hosting providers, such as Cloudron (#3026 ).
* Change apps/categories/index to be server-rendered
* Update yarn.lock
* Update yarn.lock
* Update [category].tsx
---------
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-05-31 03:04:06 +00:00
Keith Williams
991167fb8b
Removed extra db-seed call since we use cache-db ( #9212 )
2023-05-31 00:13:28 +00:00
Keith Williams
2e379653a4
chore: Shard E2E tests ( #9206 )
...
* Shard E2E tests
* Updated shards to 5
* Removed action triggers used for testing
2023-05-30 17:31:21 +00:00
zomars
8e7080fc96
Fix logout test URL discrepancy
2023-05-29 19:05:34 -07:00
zomars
285c122bdc
Uses buildjet cache action
2023-05-29 13:22:24 -07:00
zomars
be304738e7
Re-enables buildjet on PR blocking tasks
2023-05-29 12:54:02 -07:00
Joe Au-Yeung
9f881e9911
ci: Move linting to build jet ( #9188 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-05-29 20:43:32 +01:00
Adithya Krishna
37e6f18378
feat: Auto check PR titles if they follow conventional commits spec ( #9109 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-05-29 20:12:31 +01:00
Peer Richelsen
611939ffe8
remove todo to issue action ( #8903 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: alannnc <alannnc@gmail.com>
2023-05-19 22:53:11 +00:00
Keith Williams
f4c613e6d1
Enable workflows on merge_group ( #8781 )
...
* Enable workflows on merge_group
* Reverting back to pull_request_target
2023-05-09 17:43:07 +01:00
Peer Richelsen
f6d00a41fb
removing more leading-none ( #8464 )
2023-04-24 18:44:30 +00:00
Keith Williams
9eb4187644
Added write permission for pull requests in cron action ( #8391 )
2023-04-20 11:49:52 -07:00
zomars
b64dd66c2c
Fixes bundle comments
...
https://github.com/hashicorp/nextjs-bundle-analysis/issues/52#issuecomment-1513913373
2023-04-18 16:40:06 -07:00
zomars
a23a9ad15a
Reverts PR checks limit
2023-04-17 15:26:17 -07:00
Keith Williams
081776b4f9
Fixing syntax error in stale issue cron action ( #8269 )
2023-04-15 13:49:16 +02:00
zomars
9f1fa83a97
Update pr.yml
2023-04-14 17:04:35 -07:00
zomars
7f9e8ca7a6
Runs pipelines only when a PR has a requested review
2023-04-13 14:24:26 -07:00
Keith Williams
af0123a606
Updated issue/PR staleness checks ( #8209 )
...
* Updated issue/PR staleness checks
* Changed order of settings to group them better
2023-04-11 22:39:53 +02:00
zomars
53097ee3bc
Delete lockfile.yml
2023-04-11 11:40:13 -07:00
zomars
31f2002654
Update lockfile.yml
2023-04-11 11:38:20 -07:00
zomars
8ab20c3c9f
Update lockfile.yml
2023-04-11 11:21:17 -07:00
zomars
4f6d035d29
Create lockfile.yml
2023-04-11 11:07:55 -07:00
zomars
7384f29a1c
Update crowdin.yml
2023-04-10 13:27:00 -07:00
zomars
ebdbe407cd
Fixes crowding update
2023-04-04 12:43:00 -07:00
Ted Spare
bb547a0111
Apply labels from linked issues to a PR ( #8069 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-04-04 09:28:36 +00:00
Omar López
cee905bc5a
Improves reported type errors on CI ( #7813 )
...
* Create env file workflow
* Add env-cache
* Fix env setter
* Fix
* Another fix
* Fix
* Fix
* Fixes
* FFS
* Fix
* Fix
* Fix
* Fix
* Fix
* Cache fixes
* Fixes
* Adds skipping steps
* db-cache fixes
* Test
* Cache fixes
* e2e
* Possible caching conflicts
* Running out of ideas
* Caching is hard
* One more time
* cache-build not skipping
* Fingers crossed
* a
* Test
* Pls
* Please
* LFG
* Build fix
* fix
* Whitespace!!
* Zomars/cal 884 paid events not sending the link (#7318 )
* WIP
* Sends correct emails for paid bookings
* Update PaymentService.ts
* Update webhook.ts
* Update webhook.ts
* Update settings back button redirect link (#7403 )
* fix(schedule): close on click #7143
* fix(EventSetupTab): validLocations length will always match validLocations length #7138
* fix(SettingsLayout): go back to right route #7379
* feat: get country code from ip geolocation (#6880 )
* feat: get coutnry code from ip geolocation
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: create new api route for fetching code
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore: replace city with country
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* refactor: create hook for country
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* Team Workflows (#7038 )
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
* Add destination calendar name to DestinationCalendarSelector (#6701 )
* Add destination calendar name
* Type fix
* Search through calendars only for destination calendar credential
* Refactor get connected calendars
* Clean up
---------
Co-authored-by: zomars <zomars@me.com>
* Update viewer.tsx (#7428 )
* Fix - add team members to emails (#7207 )
* On booking add team members & translation
* Add team members to round robin create
* Only update calendars on reschedule if there is a calendar reference
* Send email on reschedules
* Send team email on cancelled event
* Add team members to calendar event description
* Clean up
* Convert other emails to organizer & teams
* Type check fixes
* More type fixes
* Change organizer scheduled input to an object
* early return updateCalendarEvent
* Introduce team member type
* Fix type errors
* Put team members before attendees
* Remove lodash cloneDeep
* Update packages/core/EventManager.ts
Co-authored-by: Omar López <zomars@me.com>
* Remove booking select object
* Revert "Remove booking select object"
This reverts commit 9f121ff4eb
.
* Refactor email manager (#7270 )
Co-authored-by: zomars <zomars@me.com>
* Type change
* Remove conditional check for updateAllCalendarEvents
---------
Co-authored-by: zomars <zomars@me.com>
* Typefix
* Updates webhook response
* Update pr.yml
* Update action.yml
* Update action.yml
* Update action.yml
* Update action.yml
* Update action.yml
* Is this redundant?
* Removed setup
* Update action.yml
* Update action.yml
* Consolitades setup step
* Revert "Consolitades setup step"
This reverts commit 5e8d1983cc
.
* Fix?
* One more time
* Revert "One more time"
This reverts commit fd8b559a13
.
* Benchmarking buildjet
* Update action.yml
* Re-introduce setup
* Adds embeds to missing pro cache
* Lint fixes
* Adds prettier ignore
* Upgrades to yarn 3
* Updates lockfile
* Reverts CI to ubuntu
* Testing new yarn install
* We cannot use immutable due to our private submodules
* Adds CI skip
* Fixes
* Adds plugin
* Forces local embed package
* Moves eslint to root
* Update yarn.lock
* Playwright fixes
* Embed test fixes
* Splits embed react tests
* Splits embed react tests
* Removes install step to benchmark
* Update playwright.config.ts
* One playwright config for all
* More test fixes
* Update basic.e2e.ts
* Added typescript as a global monorepo dev
* Update to v18
* Update yarn.lock
* Update env-create-file.yml
* Update .github/workflows/pr.yml
* Adds type check special for CI
* Update turbo.json
* Update turbo.json
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Esaú Morais <55207584+esau-morais@users.noreply.github.com>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
2023-03-28 13:12:40 -07:00
Omar López
63f51abd84
Adds cron endpoint to keep team subscriptions in sync ( #7992 )
...
* Fix missing edge case where team is paid but needs to be updated
* Reuses cron endpoint to update team subscriptions
* Update cron-downgradeUsers.yml
* Update payments.ts
* Update cron-downgradeUsers.yml
* update to 90 writes per second
Stripe allow up to 100 per second
2023-03-28 12:38:01 -07:00
Omar López
54cefcb16e
Upgrades yarn v1 to v3. Improves CI times by 2x ( #7738 )
...
* Create env file workflow
* Add env-cache
* Fix env setter
* Fix
* Another fix
* Fix
* Fix
* Fixes
* FFS
* Fix
* Fix
* Fix
* Fix
* Fix
* Cache fixes
* Fixes
* Adds skipping steps
* db-cache fixes
* Test
* Cache fixes
* e2e
* Possible caching conflicts
* Running out of ideas
* Caching is hard
* One more time
* cache-build not skipping
* Fingers crossed
* a
* Test
* Pls
* Please
* LFG
* Build fix
* fix
* Whitespace!!
* Zomars/cal 884 paid events not sending the link (#7318 )
* WIP
* Sends correct emails for paid bookings
* Update PaymentService.ts
* Update webhook.ts
* Update webhook.ts
* Update settings back button redirect link (#7403 )
* fix(schedule): close on click #7143
* fix(EventSetupTab): validLocations length will always match validLocations length #7138
* fix(SettingsLayout): go back to right route #7379
* feat: get country code from ip geolocation (#6880 )
* feat: get coutnry code from ip geolocation
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: create new api route for fetching code
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore: replace city with country
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* refactor: create hook for country
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* Team Workflows (#7038 )
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
* Add destination calendar name to DestinationCalendarSelector (#6701 )
* Add destination calendar name
* Type fix
* Search through calendars only for destination calendar credential
* Refactor get connected calendars
* Clean up
---------
Co-authored-by: zomars <zomars@me.com>
* Update viewer.tsx (#7428 )
* Fix - add team members to emails (#7207 )
* On booking add team members & translation
* Add team members to round robin create
* Only update calendars on reschedule if there is a calendar reference
* Send email on reschedules
* Send team email on cancelled event
* Add team members to calendar event description
* Clean up
* Convert other emails to organizer & teams
* Type check fixes
* More type fixes
* Change organizer scheduled input to an object
* early return updateCalendarEvent
* Introduce team member type
* Fix type errors
* Put team members before attendees
* Remove lodash cloneDeep
* Update packages/core/EventManager.ts
Co-authored-by: Omar López <zomars@me.com>
* Remove booking select object
* Revert "Remove booking select object"
This reverts commit 9f121ff4eb
.
* Refactor email manager (#7270 )
Co-authored-by: zomars <zomars@me.com>
* Type change
* Remove conditional check for updateAllCalendarEvents
---------
Co-authored-by: zomars <zomars@me.com>
* Typefix
* Updates webhook response
* Update pr.yml
* Update action.yml
* Update action.yml
* Update action.yml
* Update action.yml
* Update action.yml
* Is this redundant?
* Removed setup
* Update action.yml
* Update action.yml
* Consolitades setup step
* Revert "Consolitades setup step"
This reverts commit 5e8d1983cc
.
* Fix?
* One more time
* Revert "One more time"
This reverts commit fd8b559a13
.
* Benchmarking buildjet
* Update action.yml
* Re-introduce setup
* Adds embeds to missing pro cache
* Lint fixes
* Adds prettier ignore
* Upgrades to yarn 3
* Updates lockfile
* Reverts CI to ubuntu
* Testing new yarn install
* We cannot use immutable due to our private submodules
* Adds CI skip
* Fixes
* Adds plugin
* Forces local embed package
* Moves eslint to root
* Update yarn.lock
* Playwright fixes
* Embed test fixes
* Splits embed react tests
* Splits embed react tests
* Removes install step to benchmark
* Update playwright.config.ts
* One playwright config for all
* More test fixes
* Update basic.e2e.ts
* Added typescript as a global monorepo dev
* Update to v18
* Update yarn.lock
* Update env-create-file.yml
* Update .github/workflows/pr.yml
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Esaú Morais <55207584+esau-morais@users.noreply.github.com>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
2023-03-15 15:01:04 -07:00
Omar López
f20d78bec1
Adds prisma data proxy ( #7706 )
...
* Adds prisma data proxy
* Fix for pipeline
* Update gh.env
* Update env-create-file.yml
* Reverts some changes
* Update turbo.json
* Update .env.example
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-03-15 20:33:54 +00:00
zomars
19b1f8a05f
Removes Snaplet actions for now
2023-03-14 16:24:42 -07:00
zomars
6c55138589
Update crowdin.yml
2023-03-13 11:35:36 -07:00
Hariom Balhara
07399974ce
Small Embed Fixes ( #7513 )
...
* Fix bg beyond rounded border in embed
* Consider margin as well for mainElement height
* Fix loader positioning
* Give better name to embed artifacts
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-03-04 16:11:04 +00:00
Warren
841346c5f2
Install DeploySentinel Playwright reporter ( #7405 )
...
* install reporter
* Update e2e-app-store.yml
---------
Co-authored-by: zomars <zomars@me.com>
2023-03-02 11:25:30 -07:00
Alex van Andel
e8acc3e500
Apparently we must use paths-ignore instead of paths
2023-03-02 14:51:24 +00:00
Alex van Andel
a6ba0f5b57
Exclude **.md/CODEOWNERS files from triggering pr.yml wf
2023-03-02 14:36:33 +00:00
zomars
dcd39c3f04
Update pr.yml
2023-02-28 16:42:13 -07:00
zomars
9ea0f02c93
Update production-build.yml
2023-02-28 14:14:24 -07:00
zomars
fb1828c8f9
GH actions improvements
...
commit 3ea36a4b96
Author: zomars <zomars@me.com>
Date: Tue Feb 28 13:26:58 2023 -0700
Revert "One more time"
This reverts commit fd8b559a13
.
commit fd8b559a13
Author: zomars <zomars@me.com>
Date: Tue Feb 28 13:00:49 2023 -0700
One more time
commit e8fe71d795
Author: zomars <zomars@me.com>
Date: Tue Feb 28 12:40:28 2023 -0700
Fix?
commit 84517e6ddb
Author: zomars <zomars@me.com>
Date: Tue Feb 28 12:38:20 2023 -0700
Revert "Consolitades setup step"
This reverts commit 5e8d1983cc
.
commit 5e8d1983cc
Author: zomars <zomars@me.com>
Date: Tue Feb 28 12:34:52 2023 -0700
Consolitades setup step
commit 8e732c4cf9
Merge: 00485a9d3
12f2c1f43
Author: zomars <zomars@me.com>
Date: Tue Feb 28 12:25:18 2023 -0700
Merge remote-tracking branch 'upstream/main'
commit 00485a9d33
Author: zomars <zomars@me.com>
Date: Tue Feb 28 12:08:29 2023 -0700
Update action.yml
commit 95c30af12f
Author: zomars <zomars@me.com>
Date: Tue Feb 28 12:05:42 2023 -0700
Update action.yml
commit e56d8a73e2
Author: zomars <zomars@me.com>
Date: Tue Feb 28 11:09:21 2023 -0700
Removed setup
commit ff83d88ac6
Author: zomars <zomars@me.com>
Date: Tue Feb 28 10:54:30 2023 -0700
Is this redundant?
commit b40b65e8da
Merge: 774ba24ae
29e9bd0ee
Author: zomars <zomars@me.com>
Date: Tue Feb 28 10:53:25 2023 -0700
Merge remote-tracking branch 'upstream/main'
commit 774ba24aeb
Merge: 450812044
9c794bac1
Author: zomars <zomars@me.com>
Date: Tue Feb 28 10:18:53 2023 -0700
Merge remote-tracking branch 'upstream/main'
commit 4508120441
Author: Omar López <zomars@me.com>
Date: Tue Feb 28 07:35:02 2023 -0700
Update action.yml
commit c1d6937f4c
Author: Omar López <zomars@me.com>
Date: Tue Feb 28 07:19:52 2023 -0700
Update action.yml
commit de3ec8b5d8
Author: Omar López <zomars@me.com>
Date: Tue Feb 28 07:05:39 2023 -0700
Update action.yml
commit b6f6382f15
Author: Omar López <zomars@me.com>
Date: Tue Feb 28 06:30:55 2023 -0700
Update action.yml
commit e79c03c7a3
Author: Omar López <zomars@me.com>
Date: Tue Feb 28 06:06:51 2023 -0700
Update action.yml
commit 55cc76f526
Author: zomars <zomars@me.com>
Date: Mon Feb 27 21:09:05 2023 -0700
Update pr.yml
commit ffc5d24561
Merge: 2c41c16af
4eecd4220
Author: zomars <zomars@me.com>
Date: Mon Feb 27 21:03:22 2023 -0700
Merge branch 'up-main'
commit 2c41c16afc
Author: zomars <zomars@me.com>
Date: Mon Feb 27 20:23:13 2023 -0700
Updates webhook response
commit cc5ef15b43
Author: zomars <zomars@me.com>
Date: Mon Feb 27 20:11:35 2023 -0700
Typefix
commit 50be9255cb
Author: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Date: Mon Feb 27 15:45:40 2023 -0500
Fix - add team members to emails (#7207 )
* On booking add team members & translation
* Add team members to round robin create
* Only update calendars on reschedule if there is a calendar reference
* Send email on reschedules
* Send team email on cancelled event
* Add team members to calendar event description
* Clean up
* Convert other emails to organizer & teams
* Type check fixes
* More type fixes
* Change organizer scheduled input to an object
* early return updateCalendarEvent
* Introduce team member type
* Fix type errors
* Put team members before attendees
* Remove lodash cloneDeep
* Update packages/core/EventManager.ts
Co-authored-by: Omar López <zomars@me.com>
* Remove booking select object
* Revert "Remove booking select object"
This reverts commit 9f121ff4eb
.
* Refactor email manager (#7270 )
Co-authored-by: zomars <zomars@me.com>
* Type change
* Remove conditional check for updateAllCalendarEvents
---------
Co-authored-by: zomars <zomars@me.com>
commit c7d22a851c
Author: Omar López <zomars@me.com>
Date: Mon Feb 27 12:39:26 2023 -0700
Update viewer.tsx (#7428 )
commit db5b802a15
Author: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Date: Mon Feb 27 13:47:21 2023 -0500
Add destination calendar name to DestinationCalendarSelector (#6701 )
* Add destination calendar name
* Type fix
* Search through calendars only for destination calendar credential
* Refactor get connected calendars
* Clean up
---------
Co-authored-by: zomars <zomars@me.com>
commit 27512b16d2
Author: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
Date: Mon Feb 27 02:24:43 2023 -0500
Team Workflows (#7038 )
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
commit 7b47956a34
Author: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Date: Sun Feb 26 00:45:05 2023 +0530
feat: get country code from ip geolocation (#6880 )
* feat: get coutnry code from ip geolocation
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: create new api route for fetching code
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore: replace city with country
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* refactor: create hook for country
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
commit 658ccc6517
Author: Esaú Morais <55207584+esau-morais@users.noreply.github.com>
Date: Sat Feb 25 16:07:41 2023 -0300
Update settings back button redirect link (#7403 )
* fix(schedule): close on click #7143
* fix(EventSetupTab): validLocations length will always match validLocations length #7138
* fix(SettingsLayout): go back to right route #7379
commit b5849ca30f
Author: Omar López <zomars@me.com>
Date: Fri Feb 24 20:57:49 2023 -0700
Zomars/cal 884 paid events not sending the link (#7318 )
* WIP
* Sends correct emails for paid bookings
* Update PaymentService.ts
* Update webhook.ts
* Update webhook.ts
commit a57369d521
Author: zomars <zomars@me.com>
Date: Mon Feb 27 17:56:55 2023 -0700
Whitespace!!
commit 4d74fa89bf
Author: zomars <zomars@me.com>
Date: Mon Feb 27 16:36:08 2023 -0700
fix
commit fe1724accc
Author: zomars <zomars@me.com>
Date: Mon Feb 27 16:23:24 2023 -0700
Build fix
commit 0ce2c654ce
Author: zomars <zomars@me.com>
Date: Mon Feb 27 16:17:48 2023 -0700
LFG
commit d8be331679
Author: zomars <zomars@me.com>
Date: Mon Feb 27 15:59:52 2023 -0700
Please
commit d27f36f889
Author: zomars <zomars@me.com>
Date: Mon Feb 27 15:41:33 2023 -0700
Pls
commit eb4d01eff2
Author: zomars <zomars@me.com>
Date: Mon Feb 27 15:28:01 2023 -0700
Test
commit c3fd449cfd
Author: zomars <zomars@me.com>
Date: Mon Feb 27 14:07:52 2023 -0700
a
commit 21cc883415
Author: zomars <zomars@me.com>
Date: Sat Feb 25 09:35:42 2023 -0700
Fingers crossed
commit f674d7f99b
Author: zomars <zomars@me.com>
Date: Sat Feb 25 09:31:44 2023 -0700
cache-build not skipping
commit 3cbbead2f2
Author: zomars <zomars@me.com>
Date: Sat Feb 25 09:16:16 2023 -0700
One more time
commit 20672bfbc8
Author: zomars <zomars@me.com>
Date: Sat Feb 25 09:00:51 2023 -0700
Caching is hard
commit a6ff8974a4
Author: zomars <zomars@me.com>
Date: Sat Feb 25 08:45:09 2023 -0700
Running out of ideas
commit d7577926ad
Author: zomars <zomars@me.com>
Date: Sat Feb 25 08:31:54 2023 -0700
Possible caching conflicts
commit 1cc8e6e897
Author: zomars <zomars@me.com>
Date: Sat Feb 25 08:05:35 2023 -0700
e2e
commit 4636609be2
Author: zomars <zomars@me.com>
Date: Sat Feb 25 08:03:08 2023 -0700
Cache fixes
commit 6db3b1afbe
Author: zomars <zomars@me.com>
Date: Sat Feb 25 07:49:50 2023 -0700
Test
commit 8d2587bc3a
Author: zomars <zomars@me.com>
Date: Fri Feb 24 21:20:27 2023 -0700
db-cache fixes
commit 0991c54f36
Author: zomars <zomars@me.com>
Date: Fri Feb 24 21:07:13 2023 -0700
Adds skipping steps
commit e8e437ba01
Author: zomars <zomars@me.com>
Date: Fri Feb 24 21:04:38 2023 -0700
Fixes
commit d5912767bd
Author: zomars <zomars@me.com>
Date: Fri Feb 24 20:48:15 2023 -0700
Cache fixes
commit 88aa6d560e
Author: zomars <zomars@me.com>
Date: Fri Feb 24 20:17:23 2023 -0700
Fix
commit 594d8b5efe
Author: zomars <zomars@me.com>
Date: Fri Feb 24 20:17:23 2023 -0700
Fix
commit 0b29558a6c
Author: zomars <zomars@me.com>
Date: Fri Feb 24 20:12:45 2023 -0700
Fix
commit f80259232c
Author: zomars <zomars@me.com>
Date: Fri Feb 24 20:09:53 2023 -0700
Fix
commit 73b02c2c92
Author: zomars <zomars@me.com>
Date: Fri Feb 24 20:04:07 2023 -0700
Fix
commit 4c375c8952
Author: zomars <zomars@me.com>
Date: Fri Feb 24 19:59:15 2023 -0700
FFS
commit fbe8eb969f
Author: zomars <zomars@me.com>
Date: Fri Feb 24 19:56:59 2023 -0700
Fixes
commit 619b26de02
Author: zomars <zomars@me.com>
Date: Fri Feb 24 19:53:39 2023 -0700
Fix
commit 737a29b80a
Author: zomars <zomars@me.com>
Date: Fri Feb 24 19:51:38 2023 -0700
Fix
commit a9cf1fd383
Author: zomars <zomars@me.com>
Date: Fri Feb 24 19:49:20 2023 -0700
Another fix
commit 0770c5b814
Author: zomars <zomars@me.com>
Date: Fri Feb 24 19:45:41 2023 -0700
Fix
commit efb9d0ccd4
Author: zomars <zomars@me.com>
Date: Fri Feb 24 19:43:42 2023 -0700
Fix env setter
commit 5cda52f1f9
Author: zomars <zomars@me.com>
Date: Fri Feb 24 19:23:11 2023 -0700
Add env-cache
commit ad8e36891e
Author: zomars <zomars@me.com>
Date: Fri Feb 24 18:56:27 2023 -0700
Create env file workflow
2023-02-28 13:52:50 -07:00
Omar López
d19eaae5b6
Solves Github actions caching issues ( #7431 )
...
* Create env file workflow
* Add env-cache
* Fix env setter
* Fix
* Another fix
* Fix
* Fix
* Fixes
* FFS
* Fix
* Fix
* Fix
* Fix
* Fix
* Cache fixes
* Fixes
* Adds skipping steps
* db-cache fixes
* Test
* Cache fixes
* e2e
* Possible caching conflicts
* Running out of ideas
* Caching is hard
* One more time
* cache-build not skipping
* Fingers crossed
* a
* Test
* Pls
* Please
* LFG
* Build fix
* fix
* Whitespace!!
* Zomars/cal 884 paid events not sending the link (#7318 )
* WIP
* Sends correct emails for paid bookings
* Update PaymentService.ts
* Update webhook.ts
* Update webhook.ts
* Update settings back button redirect link (#7403 )
* fix(schedule): close on click #7143
* fix(EventSetupTab): validLocations length will always match validLocations length #7138
* fix(SettingsLayout): go back to right route #7379
* feat: get country code from ip geolocation (#6880 )
* feat: get coutnry code from ip geolocation
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: create new api route for fetching code
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore: replace city with country
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* refactor: create hook for country
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* Team Workflows (#7038 )
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
* Add destination calendar name to DestinationCalendarSelector (#6701 )
* Add destination calendar name
* Type fix
* Search through calendars only for destination calendar credential
* Refactor get connected calendars
* Clean up
---------
Co-authored-by: zomars <zomars@me.com>
* Update viewer.tsx (#7428 )
* Fix - add team members to emails (#7207 )
* On booking add team members & translation
* Add team members to round robin create
* Only update calendars on reschedule if there is a calendar reference
* Send email on reschedules
* Send team email on cancelled event
* Add team members to calendar event description
* Clean up
* Convert other emails to organizer & teams
* Type check fixes
* More type fixes
* Change organizer scheduled input to an object
* early return updateCalendarEvent
* Introduce team member type
* Fix type errors
* Put team members before attendees
* Remove lodash cloneDeep
* Update packages/core/EventManager.ts
Co-authored-by: Omar López <zomars@me.com>
* Remove booking select object
* Revert "Remove booking select object"
This reverts commit 9f121ff4eb
.
* Refactor email manager (#7270 )
Co-authored-by: zomars <zomars@me.com>
* Type change
* Remove conditional check for updateAllCalendarEvents
---------
Co-authored-by: zomars <zomars@me.com>
* Typefix
* Updates webhook response
* Update pr.yml
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Esaú Morais <55207584+esau-morais@users.noreply.github.com>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
2023-02-28 10:41:55 +00:00