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

feat: add Unhealthy Workspaces filter option#18653

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

Open
blink-so wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromadd-unhealthy-workspaces-filter

Conversation

blink-so[bot]
Copy link
Contributor

Summary

Adds a new preset filter option "Unhealthy workspaces" to the workspace filtering interface, making it easier for users to quickly identify and manage problematic workspaces.

Changes

  • Addedunhealthy: "status:failed" mapping toworkspaceFilterQuery object
  • Added "Unhealthy workspaces" preset toPRESET_FILTERS array

Implementation Details

The "Unhealthy workspaces" filter maps tostatus:failed, treating failed workspaces as unhealthy since they represent non-functional or problematic workspaces. This provides users with:

  1. Quick access: A dedicated preset filter for unhealthy workspaces
  2. Consistency: Aligns with existing failed status filtering in StatusMenu
  3. User experience: Intuitive naming that clearly indicates workspace health status

Testing

The implementation integrates seamlessly with existing components:

  • ✅ StatusMenu already includes "failed" status option
  • ✅ WorkspacesTable filtering works with the new preset
  • ✅ Filter querystatus:failed is properly handled by the backend

Tested by examining the existing codebase structure and ensuring the changes follow established patterns.

Co-authored-by: jaaydenh1858163+jaaydenh@users.noreply.github.com

Adds a new preset filter option 'Unhealthy workspaces' to the workspacefiltering interface. This filter shows workspaces with failed status,making it easier for users to quickly identify and manage problematicworkspaces.Changes:- Add 'unhealthy' query mapping to 'status:failed' in workspaceFilterQuery- Add 'Unhealthy workspaces' preset to PRESET_FILTERS arrayThe filter integrates seamlessly with the existing StatusMenu andWorkspacesTable components.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp