-
Notifications
You must be signed in to change notification settings - Fork 621
update engine API routes to include team slug #6407
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
update engine API routes to include team slug #6407
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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. |
9f15926 to
2d8fde0
Compare
size-limit report 📦
|
2d8fde0 to
4aacef1
Compare
4aacef1 to
1da6d02
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6407 +/- ##
=======================================
Coverage 54.72% 54.72%
=======================================
Files 874 874
Lines 54621 54621
Branches 3722 3722
=======================================
Hits 29894 29894
Misses 24633 24633
Partials 94 94
|
Merge activity
|
blocked by: https://app.graphite.dev/github/pr/thirdweb-dev/api-server/1437/add-team-engine-management-endpoints <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the handling of `teamIdOrSlug` across various components and utility functions related to engine instances and alerts, ensuring that the correct team context is maintained throughout the application. ### Detailed summary - Added `teamIdOrSlug` parameter to multiple functions and components. - Updated API endpoints to include `teamIdOrSlug` in fetch calls. - Modified components like `EngineAlertsPage`, `EngineSystem`, and `EngineInstancesTable` to pass `teamIdOrSlug`. - Adjusted data structure handling in API responses to use `result` instead of `data`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1da6d02 to
24063af
Compare

blocked by: https://app.graphite.dev/github/pr/thirdweb-dev/api-server/1437/add-team-engine-management-endpoints
PR-Codex overview
This PR focuses on updating the handling of
teamIdOrSlugin various components and utility functions related to engine instances and alerts, ensuring that the correct team context is maintained throughout the application.Detailed summary
teamIdOrSlugparameter to multiple functions and components.teamIdOrSlugin requests.EngineAlertsPage,EngineSystem, andEngineInstancesTableto passteamIdOrSlug.teamIdOrSlugfor fetching data.teamIdOrSlugacross engine alert and instance management functionalities.