mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
feat(coderd): allow workspace owners to mark workspaces as favorite (#11791)
- Adds column `favorite` to workspaces table - Adds API endpoints to favorite/unfavorite workspaces - Modifies sorting order to return owners' favorite workspaces first
This commit is contained in:
3
cli/testdata/coder_list_--output_json.golden
vendored
3
cli/testdata/coder_list_--output_json.golden
vendored
@ -61,6 +61,7 @@
|
||||
"failing_agents": []
|
||||
},
|
||||
"automatic_updates": "never",
|
||||
"allow_renames": false
|
||||
"allow_renames": false,
|
||||
"favorite": false
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user