coder/agent
Kyle Carberry 05e449943d
chore: convert agent stats to use a table (#6374)
* chore: convert workspace agent stats from json to table

* chore: convert agent stats to use a table

Backwards compatibility becomes hard when all agent stats are in a JSON blob.
We also want to query this table for new agents that are failing health checks
so we can display it in the UI.

* Fix migration using default values
2023-02-28 13:33:33 -06:00
..
reaper fix(agent): Allow signal propagation when running as PID 1 (#6141) 2023-02-09 23:07:21 +02:00
usershell feat(windows): default to PowerShell v7 over v6 and fallback to cmd.exe (#5053) 2022-11-14 15:43:40 +10:00
agent.go chore: convert agent stats to use a table (#6374) 2023-02-28 13:33:33 -06:00
agent_test.go chore: convert agent stats to use a table (#6374) 2023-02-28 13:33:33 -06:00
api.go chore: Rename agent statistics server to http api server (#5961) 2023-02-01 20:05:57 +02:00
apphealth.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
apphealth_test.go fix: Improve closure of provisioner and agent tailnet dial (#6199) 2023-02-14 14:57:48 +00:00
ports_supported.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
ports_unsupported.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
ssh.go chore: format Go more aggressively 2023-02-18 18:32:09 -06:00