cal.com icon indicating copy to clipboard operation
cal.com copied to clipboard

Feat/mercado pago app

Open alannnc opened this issue 1 year ago • 3 comments

What does this PR do?

Fixes # (issue)

Environment: Staging(main branch) / Production

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • Chore (refactoring code, technical debt, workflow improvements)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How should this be tested?

  • [ ] Test A
  • [ ] Test B

Checklist

  • I haven't read the contributing guide
  • My code doesn't follow the style guidelines of this project
  • I haven't performed a self-review of my own code and corrected any misspellings
  • I haven't commented my code, particularly in hard-to-understand areas
  • I haven't checked if my PR needs changes to the documentation
  • I haven't checked if my changes generate no new warnings
  • I haven't added tests that prove my fix is effective or that my feature works
  • I haven't checked if new and existing unit tests pass locally with my changes

alannnc avatar May 02 '23 11:05 alannnc

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

Name Status Preview Comments Updated (UTC)
cal ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 2, 2023 11:29am
ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 2, 2023 11:29am

vercel[bot] avatar May 02 '23 11:05 vercel[bot]

📦 Next.js Bundle Analysis for @calcom/web

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

Fourteen Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/[user]/[type] 200.74 KB 351.26 KB 100.36% (🟡 +0.21%)
/[user]/[type]/embed 200.77 KB 351.29 KB 100.37% (🟡 +0.21%)
/apps/[slug]/[...pages] 473.23 KB 623.75 KB 178.21% (🟡 +0.16%)
/auth/forgot-password 135.46 KB 285.98 KB 81.71% (🟡 +0.16%)
/auth/forgot-password/[id] 142.68 KB 293.2 KB 83.77% (🟡 +0.16%)
/auth/login 150.47 KB 300.99 KB 86.00% (🟡 +0.15%)
/auth/setup 191.89 KB 342.41 KB 97.83% (🟡 +0.17%)
/booking/[uid] 232.8 KB 383.32 KB 109.52% (🟡 +0.19%)
/d/[link]/[slug] 200.38 KB 350.9 KB 100.26% (🟡 +0.21%)
/d/[link]/[slug]/embed 200.41 KB 350.93 KB 100.27% (🟡 +0.21%)
/getting-started/[[...step]] 413.88 KB 564.4 KB 161.26% (🟡 +0.19%)
/signup 134.64 KB 285.16 KB 81.47% (🟡 +0.16%)
/team/[slug]/[type] 200.38 KB 350.9 KB 100.26% (🟡 +0.21%)
/team/[slug]/[type]/embed 200.41 KB 350.93 KB 100.27% (🟡 +0.21%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/-

github-actions[bot] avatar May 02 '23 11:05 github-actions[bot]

Current Playwright Test Results Summary

✅ 111 Passing - ❌ 1 Failing - ⚠️ 5 Flaky

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

(Last updated on 05/02/2023 11:43:40am UTC)

Run Details

Running Workflow PR Update on Github Actions

Commit: 8860fa0caefee50a7eba55fbc0049ae2494f1399

Started: 05/02/2023 11:32:53am UTC

❌ Failures

📄   apps/web/playwright/manage-booking-questions.e2e.ts • 1 Failure

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Manage Booking Questions For Team EventType -- old-booker Do a booking with a user added question and verify a few thing in b/w
Retry 2Retry 1Initial Attempt
Error: page.waitForNavigation: Timeout 15000ms exceeded....
page.waitForNavigation: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
7.41% (10) 10 / 135 runs
failed over last 7 days
23.70% (32) 32 / 135 runs
flaked over last 7 days

⚠️ Flakes

📄   apps/web/playwright/manage-booking-questions.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Manage Booking Questions For User EventType -- old-booker Do a booking with a user added question and verify a few thing in b/w
Retry 1Initial Attempt
11.89% (17) 17 / 143 runs
failed over last 7 days
16.08% (23) 23 / 143 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 -- new-booker can add multiple organizer address
Retry 1Initial Attempt
0% (0) 0 / 145 runs
failed over last 7 days
4.14% (6) 6 / 145 runs
flaked over last 7 days

📄   packages/app-store/routing-forms/playwright/tests/basic.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Routing Forms Seeded Routing Form Test preview should return correct route
Retry 1Initial Attempt
0% (0) 0 / 125 runs
failed over last 7 days
2.40% (3) 3 / 125 runs
flaked over last 7 days

📄   apps/web/playwright/app-store.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
App Store - Authed Browse apple-calendar and try to install
Retry 1Initial Attempt
1.18% (2) 2 / 169 runs
failed over last 7 days
40.83% (69) 69 / 169 runs
flaked over last 7 days

📄   packages/embeds/embed-core/playwright/tests/action-based.test.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Popup Tests should be able to reschedule
Retry 2Retry 1Initial Attempt
11.40% (13) 13 / 114 runs
failed over last 7 days
41.23% (47) 47 / 114 runs
flaked over last 7 days

View Detailed Build Results


deploysentinel[bot] avatar May 02 '23 11:05 deploysentinel[bot]

This PR is being marked as stale due to inactivity.

github-actions[bot] avatar May 17 '23 00:05 github-actions[bot]

@alannnc this is running stale, any estimate whats missing?

PeerRich avatar May 25 '23 18:05 PeerRich

@PeerRich Everything was great just stopped because their webhooks didn't send on sandbox. Will continue with this once paypal is done

alannnc avatar May 25 '23 18:05 alannnc

This PR is being marked as stale due to inactivity.

github-actions[bot] avatar Jul 11 '23 00:07 github-actions[bot]

This PR is being marked as stale due to inactivity.

github-actions[bot] avatar Aug 22 '23 00:08 github-actions[bot]

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 28 '23 09:08 CLAassistant

closing in favour of https://github.com/calcom/cal.com/pull/11246

PeerRich avatar Sep 11 '23 10:09 PeerRich