mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
22ece10a4a
Adds support for filtering workspaces by health status using healthy:true or healthy:false in the search query. This is done by changing `has-agent` to accept a list of statuses and aliasing `health:true` to `has-agent:connected` and `healthy:false` to `has-agent:timeout,disconnected`. Fixes #21623