Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: add link to troubleshooting#16592

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mtojek merged 1 commit intomainfrom14933-troubleshooting
Feb 17, 2025
Merged

fix: add link to troubleshooting#16592

mtojek merged 1 commit intomainfrom14933-troubleshooting
Feb 17, 2025

Conversation

mtojek
Copy link
Member

@mtojekmtojek commentedFeb 17, 2025
edited
Loading

Fixes:#14933

This PR extends theUnhealthy workspace notification with the troubleshooting link (if defined).

Screenshot 2025-02-17 at 13 21 34

@mtojekmtojek self-assigned thisFeb 17, 2025
@mtojekmtojek changed the titlefix: link to troubleshootingfix: add link to troubleshootingFeb 17, 2025
@mtojekmtojek marked this pull request as ready for reviewFebruary 17, 2025 12:32
Copy link
Member

@johnstcnjohnstcn left a comment

Choose a reason for hiding this comment

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

Proabably no harm to get a quick FE review, but LGTM

if (resource.agents) {
for (const agent of resource.agents) {
if (agent.troubleshooting_url) {
return agent.troubleshooting_url;
Copy link
Member

Choose a reason for hiding this comment

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

non-blocking: I can imagine a situation where a multi-agent workspace has a different troubleshooting URL for each agent. We might need some design changes to show multiple troubleshooting URLs though.

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

I thought about this case! I concluded that having different Troubleshooting guides for various agents is an edge case.

johnstcn reacted with thumbs up emoji
@mtojekmtojek merged commit42f6b71 intomainFeb 17, 2025
37 of 38 checks passed
@mtojekmtojek deleted the 14933-troubleshooting branchFebruary 17, 2025 13:00
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsFeb 17, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@johnstcnjohnstcnjohnstcn approved these changes

Assignees

@mtojekmtojek

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Docker template doesn't render a troubleshooting link when agent doesn't connect
2 participants
@mtojek@johnstcn

[8]ページ先頭

©2009-2025 Movatter.jp