Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: cal video recording email #12079

Merged
merged 9 commits into from
Oct 31, 2023
Merged

fix: cal video recording email #12079

merged 9 commits into from
Oct 31, 2023

Conversation

Udit-takkar
Copy link
Contributor

@Udit-takkar Udit-takkar commented Oct 25, 2023

Fixes #12076

  1. Show "View Recordings" button only when video recording exist

Added another button "Check for Recordings" just in case isRecorded field in DB is not updated to true due to error or failure. User would still be check if there are any recordings

Email:-

Screen.Recording.2023-10-25.at.10.43.27.PM.mov
Screen.Recording.2023-10-25.at.10.38.08.PM.mov

@vercel
Copy link

vercel bot commented Oct 25, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2023 4:30pm
dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2023 4:30pm
5 Ignored Deployments
Name Status Preview Comments Updated (UTC)
ai ⬜️ Ignored (Inspect) Visit Preview Oct 31, 2023 4:30pm
cal ⬜️ Ignored (Inspect) Visit Preview Oct 31, 2023 4:30pm
cal-demo ⬜️ Ignored (Inspect) Visit Preview Oct 31, 2023 4:30pm
qa ⬜️ Ignored (Inspect) Visit Preview Oct 31, 2023 4:30pm
ui ⬜️ Ignored (Inspect) Visit Preview Oct 31, 2023 4:30pm

@github-actions
Copy link
Contributor

github-actions bot commented Oct 25, 2023

Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link to collect XP and win prizes!

@zomars zomars added the core area: core, team members only label Oct 25, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Oct 25, 2023

📦 Next.js Bundle Analysis for @calcom/web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@deploysentinel
Copy link

deploysentinel bot commented Oct 25, 2023

Current Playwright Test Results Summary

✅ 231 Passing - ⚠️ 6 Flaky

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 10/31/2023 04:29:51pm UTC)

Run Details

Running Workflow PR Update on Github Actions

Commit: d4b95f0

Started: 10/31/2023 04:24:46pm UTC

⚠️ Flakes

📄   packages/embeds/embed-core/playwright/tests/action-based.e2e.ts • 2 Flakes

Top 1 Common Error Messages

null

2 Test Cases Affected

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Popup Tests should open embed iframe on click - Configured with light theme
Retry 2Retry 1Initial Attempt
2.73% (9) 9 / 330 runs
failed over last 7 days
48.79% (161) 161 / 330 runs
flaked over last 7 days
Popup Tests should be able to reschedule
Retry 1Initial Attempt
16.97% (56) 56 / 330 runs
failed over last 7 days
80.91% (267) 267 / 330 runs
flaked over last 7 days

📄   apps/web/playwright/login.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Login and logout tests Login flow validations Should warn when password is incorrect
Retry 1Initial Attempt
0% (0) 0 / 313 runs
failed over last 7 days
0.32% (1) 1 / 313 run
flaked over last 7 days

📄   apps/web/playwright/teams.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Teams - NonOrg Can create a booking for Collective EventType
Retry 1Initial Attempt
0% (0) 0 / 129 runs
failed over last 7 days
0.78% (1) 1 / 129 run
flaked over last 7 days

📄   packages/embeds/embed-core/playwright/tests/embed-pages.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Embed Pages isEmbed, getEmbedNamespace, getEmbedTheme testing when `window.name` is set to 'cal-embed=' and `theme` is supplied as a query param
Retry 1Initial Attempt
0% (0) 0 / 321 runs
failed over last 7 days
0.62% (2) 2 / 321 runs
flaked over last 7 days

📄   apps/web/playwright/event-types.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Event Types tests user Different Locations Tests can add Attendee Phone Number location and book with it
Retry 1Initial Attempt
0% (0) 0 / 321 runs
failed over last 7 days
7.48% (24) 24 / 321 runs
flaked over last 7 days

View Detailed Build Results


apps/web/pages/api/recorded-daily-video.ts Outdated Show resolved Hide resolved
apps/web/pages/api/recorded-daily-video.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@emrysal emrysal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me :)

@Udit-takkar Udit-takkar added the High priority Created by Linear-GitHub Sync label Oct 31, 2023
@Udit-takkar Udit-takkar merged commit 4d49fb0 into main Oct 31, 2023
36 checks passed
@Udit-takkar Udit-takkar deleted the fix/cal-video-recording branch October 31, 2023 16:35
hbjORbj pushed a commit to codemod-com/cal.com-demo that referenced this pull request Nov 28, 2023
* fix: cal video recording email

* fix: add check for recording

* chore: remove logs

* chore: change message

---------

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
hbjORbj pushed a commit to codemod-com/cal.com-demo that referenced this pull request Dec 21, 2023
* fix: cal video recording email

* fix: add check for recording

* chore: remove logs

* chore: change message

---------

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
zomars pushed a commit that referenced this pull request Jan 29, 2024
* fix: cal video recording email

* fix: add check for recording

* chore: remove logs

* chore: change message

---------

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core area: core, team members only High priority Created by Linear-GitHub Sync
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CAL-2645] Daily video recordings email
5 participants