feat: persist app groups in the database (#17977)

This commit is contained in:
ケイラ
2025-05-27 13:13:08 -06:00
committed by GitHub
parent 513a468a3a
commit 9fc3329575
27 changed files with 398 additions and 322 deletions

3
coderd/apidoc/docs.go generated
View File

@ -17570,6 +17570,9 @@ const docTemplate = `{
"description": "External specifies whether the URL should be opened externally on\nthe client or not.",
"type": "boolean"
},
"group": {
"type": "string"
},
"health": {
"$ref": "#/definitions/codersdk.WorkspaceAppHealth"
},