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

chore: open disableGuests for event-types apiv2 #15001

Merged
merged 7 commits into from
May 14, 2024

Conversation

ThyMinimalDev
Copy link
Contributor

What does this PR do?

Api v2 event-types can disable guests

@graphite-app graphite-app bot requested a review from a team May 13, 2024 13:10
Copy link

graphite-app bot commented May 13, 2024

Graphite Automations

"Add foundation team as reviewer" took an action on this PR • (05/13/24)

1 reviewer was added to this PR based on Keith Williams's automation.

"Add platform team as reviewer" took an action on this PR • (05/13/24)

1 reviewer was added to this PR based on Keith Williams's automation.

Copy link
Contributor

github-actions bot commented May 13, 2024

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

@keithwillcode keithwillcode added core area: core, team members only platform Anything related to our platform plan labels May 13, 2024
@graphite-app graphite-app bot requested a review from a team May 13, 2024 13:10
@dosubot dosubot bot added api area: API, enterprise API, access token, OAuth event-types area: event types, event-types labels May 13, 2024
Copy link

vercel bot commented May 13, 2024

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

3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
ai ⬜️ Ignored (Inspect) Visit Preview May 14, 2024 9:16am
cal ⬜️ Ignored (Inspect) Visit Preview May 14, 2024 9:16am
calcom-web-canary ⬜️ Ignored (Inspect) Visit Preview May 14, 2024 9:16am

Copy link
Contributor

github-actions bot commented May 13, 2024

📦 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! 🙌

Copy link

deploysentinel bot commented May 13, 2024

Current Playwright Test Results Summary

✅ 77 Passing - ⚠️ 2 Flaky

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

(Last updated on 05/14/2024 10:49:11am UTC)

Run Details

Running Workflow PR Update on Github Actions

Commit: 5a1407a

Started: 05/14/2024 10:46:25am UTC

⚠️ Flakes

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

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Teams - NonOrg -- future Team Onboarding Invite Members
Retry 2Retry 1Initial Attempt
2.32% (6) 6 / 259 runs
failed over last 7 days
20.46% (53) 53 / 259 runs
flaked over last 7 days

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

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Update Profile Can update a users email (verification enabled)
Retry 2Retry 1Initial Attempt
38.25% (109) 109 / 285 runs
failed over last 7 days
34.39% (98) 98 / 285 runs
flaked over last 7 days

View Detailed Build Results


@@ -131,6 +131,7 @@ describe("Event types Endpoints", () => {
description: "A description of the test event type.",
length: 60,
hidden: false,
disableGuests: true,
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we can have a separate "it" for disablingGuests event type "it should create an event type with guests disabled" and then using fixture delete it? It's just so that we don't put all event type test cases into 1 test, and if there are other event type cases create a separate test for each.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think we need to create tests cases only to test different logics, for something so trival as updating root fields I think less is more

@ThyMinimalDev ThyMinimalDev enabled auto-merge (squash) May 14, 2024 10:43
@ThyMinimalDev ThyMinimalDev merged commit 3942df3 into main May 14, 2024
41 checks passed
@ThyMinimalDev ThyMinimalDev deleted the chore-event-types-disable-guests branch May 14, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api area: API, enterprise API, access token, OAuth core area: core, team members only event-types area: event types, event-types platform Anything related to our platform plan
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants