Conversation
|
Rajiv Sahal seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Graphite Automations"Add platform team as reviewer" took an action on this PR • (06/28/24)1 reviewer was added to this PR based on Keith Williams's automation. |
| name: "Platform Team", | ||
| slug: "platform-admin-team", | ||
| isPlatform: true, | ||
| isOrganization: true, |
There was a problem hiding this comment.
Previously platform billing check was failing because there's a OrganizationRolesGuard in v2 billing controller which checks for isOrganization, and since that was not set to true the billing check would always fail.
| }, | ||
| }); | ||
|
|
||
| await prisma.platformOAuthClient.create({ |
There was a problem hiding this comment.
Setting up a ready to be used OAuth client
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Ignored Deployments
|
| organizationId: team.id, | ||
| id: "clxyyy21o0003sbk7yw5z6tzg", | ||
| secret: | ||
| "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiQWNtZSAiLCJwZXJtaXNzaW9ucyI6MTAyMywicmVkaXJlY3RVcmlzIjpbImh0dHA6Ly9sb2NhbGhvc3Q6NDMyMSJdLCJib29raW5nUmVkaXJlY3RVcmkiOiIiLCJib29raW5nQ2FuY2VsUmVkaXJlY3RVcmkiOiIiLCJib29raW5nUmVzY2hlZHVsZVJlZGlyZWN0VXJpIjoiIiwiYXJlRW1haWxzRW5hYmxlZCI6dHJ1ZSwiaWF0IjoxNzE5NTk1ODA4fQ.L5_jSS14fcKLCD_9_DAOgtGd6lUSZlU5CEpCPaPt41I", |
There was a problem hiding this comment.
Can we confirm if this secret isn't a real one @Ryukemeister
There was a problem hiding this comment.
@hariombalhara yeah I had this generated for my local environment so it's not from prod and safe to push.
📦 Next.js Bundle Analysis for @calcom/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 Seventy-seven Pages Changed SizeThe following pages changed size from the code in this PR compared to its base branch:
DetailsOnly 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 Any third party scripts you have added directly to your app using the 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 "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored. |
Co-authored-by: Rajiv Sahal <rajivsahal@Rajivs-MacBook-Pro.local>
What does this PR do?
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
Run
yarn dxcommand and then login using the following credentials - email: "platform@example.com" and password: "PLATFORMadmin2024!". Once you navigate to/settings/platformyou should have a platform user set up along with a ready to be used OAuth client.