-
Notifications
You must be signed in to change notification settings - Fork 621
Add engineCloud plan capability to service-utils #6793
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 4f2c10a The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6793 +/- ##
=======================================
Coverage 55.18% 55.18%
=======================================
Files 896 896
Lines 56934 56934
Branches 3944 3944
=======================================
Hits 31420 31420
Misses 25418 25418
Partials 96 96
🚀 New features to boost your workflow:
|
size-limit report 📦
|
15332be to
4f2c10a
Compare

Added engineCloud plan capability to the TeamCapabilities type in the service-utils package. This includes properties for enabled status, mainnet enablement, and rate limiting. Also updated the mock validTeamResponse to include the new engineCloud capability with sample values.
PR-Codex overview
This PR introduces an
engineCloudplan capability across multiple files, enhancing functionality with specific properties such asenabled,mainnetEnabled, andrateLimit.Detailed summary
engineCloudconfiguration with propertiesenabled,rateLimit, andmainnetEnabledin:apps/dashboard/src/stories/stubs.tspackages/service-utils/src/mocks.tspackages/service-utils/src/core/api.ts