-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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: API v2 recurring spelling #14620
Conversation
Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -10,6 +10,9 @@ export class RewriterMiddleware implements NestMiddleware { | |||
if (req.url.startsWith("/v2/ee")) { | |||
req.url = req.url.replace("/v2/ee", "/v2"); | |||
} | |||
if (req.url.contains("reccuring")) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are people already using reccuring
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's possible but probably nobody is since we didnt expose the hook to create recurring booking
Graphite Automations"Add foundation team as reviewer" took an action on this PR • (04/16/24)1 reviewer was added to this PR based on Keith Williams's automation. |
📦 Next.js Bundle Analysis for @calcom/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Current Playwright Test Results Summary✅ 302 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 04/16/2024 09:52:34pm UTC) Run DetailsRunning Workflow PR Update on Github Actions Commit: 03293a0 Started: 04/16/2024 09:48:10pm UTC
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Stripe integration Can book a paid booking
Retry 2 • Retry 1 • Initial Attempt |
5.48% (17)17 / 310 runsfailed over last 7 days |
38.71% (120)120 / 310 runsflaked over last 7 days |
📄 apps/web/playwright/eventType/limit-tab.e2e.ts • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Limits Tab - Event Type Check the functionalities of the Limits Tab
Retry 1 • Initial Attempt |
0% (0)0 / 295 runsfailed over last 7 days |
2.71% (8)8 / 295 runsflaked over last 7 days |
📄 apps/web/playwright/availability.e2e.ts • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Availablity Can manage single schedule
Retry 1 • Initial Attempt |
0.65% (2)2 / 309 runsfailed over last 7 days |
25.89% (80)80 / 309 runsflaked over last 7 days |
📄 apps/web/playwright/profile.e2e.ts • 2 Flakes
Top 1 Common Error Messages
|
2 Test Cases Affected |
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Teams Profile page is loaded for users in Organization
Retry 1 • Initial Attempt |
0% (0)0 / 303 runsfailed over last 7 days |
0.66% (2)2 / 303 runsflaked over last 7 days |
Update Profile Can update a users email (verification enabled)
Retry 2 • Retry 1 • Initial Attempt |
6.95% (21)21 / 302 runsfailed over last 7 days |
23.84% (72)72 / 302 runsflaked 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 1 • Initial Attempt |
0.34% (1)1 / 297 runfailed over last 7 days |
37.04% (110)110 / 297 runsflaked 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 -- future Can create a booking for Round Robin EventType
Retry 1 • Initial Attempt |
0.96% (3)3 / 313 runsfailed over last 7 days |
2.24% (7)7 / 313 runsflaked over last 7 days |
Fixes spelling of "recurring". It is currently "reccuring"