-
Notifications
You must be signed in to change notification settings - Fork 142
feat(dash): show runner pool errors #3741
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
base: 01-02-chore_update_engine-full_sdk
Are you sure you want to change the base?
feat(dash): show runner pool errors #3741
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Pull Request Review: Show Runner Pool ErrorsSummaryThis PR adds comprehensive error display functionality for runner pools in the dashboard. The implementation groups configurations by provider and endpoint, displays error states with visual indicators, and provides detailed error information through tooltips. Code Quality & Best Practices ✅Strengths
Issues & Recommendations1. Typo in Error Message (Line 207) 🐛errors={hasAtLeastOneError ? "One or more providers have errors" : ""}There's a tab character between "providers" and "have". Should be a space: errors={hasAtLeastOneError ? "One or more providers have errors" : ""}2. Logic Error in
|
Graphite Automations"Test" took an action on this PR • (01/02/26)1 assignee was added to this PR based on Kacper Wojciechowski's automation. |
93bc627 to
0d44a67
Compare
f941b79 to
70e750a
Compare

Closes FRONT-906