coder/coderd/httpapi
Steven Masley c674128105
chore: allow search by build params in workspace search filter (#12694)
* chore: workspace search filter allow search by params
* has_param will return all workspaces with the param existance
* exact matching
2024-03-22 14:22:47 -05:00
..
httpapiconstraints refactor(coderd/httpapi): remove database, dbauthz and rbac imports (#9481) 2023-09-04 19:39:14 +03:00
cookie.go fix: avoid redirect loop on workspace proxies (#9389) 2023-08-28 20:34:52 -05:00
cookie_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
httpapi.go feat: expose `owner_name` in `coder_workspace` resource (#11639) 2024-01-17 13:20:45 +01:00
httpapi_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
json.go chore: format Go more aggressively 2023-02-18 18:32:09 -06:00
json_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
name.go fix: typo in whitespace (#11667) 2024-01-17 12:36:15 +00:00
name_test.go feat: expose `owner_name` in `coder_workspace` resource (#11639) 2024-01-17 13:20:45 +01:00
queryparams.go chore: allow search by build params in workspace search filter (#12694) 2024-03-22 14:22:47 -05:00
queryparams_test.go chore: allow search by build params in workspace search filter (#12694) 2024-03-22 14:22:47 -05:00
request.go feat: add panic recovery middleware (#3687) 2022-08-29 17:00:52 -05:00
websocket.go fix(coderd): workspaceapps: update last_used_at when workspace app reports stats (#11603) 2024-01-16 14:06:39 +00:00