notebooks/workspaces
Andy Stoneberg 639c24e81b
feat(ws): add @ID swag annotation to handlers (#488)
- added @ID annotations for all API routes to populate operationId Swagger attribute
- split GetWorkspacesHandler into 2 separate handlers to account for @ID needing to be unique-per-route
    - GetAllWorkspacesHandler now services GET /workspaces
    - GetWorkspacesByNamespaceHandler now services GET /workspaces/{namespace}
    - non-exported getWorkspacesHandler function contains all business logic that existed in GetWorkspacesHandler
- Adjusted test cases to align with the new handler names.

Signed-off-by: Andy Stoneberg <astonebe@redhat.com>
2025-07-31 17:18:49 +00:00
..
backend feat(ws): add @ID swag annotation to handlers (#488) 2025-07-31 17:18:49 +00:00
controller chore: add OWNERS files with reviewers and labels (#450) 2025-06-26 21:42:17 +00:00
frontend feat(ws): use workspace counts from API response (#508) 2025-07-29 19:20:47 +00:00
.dockerignore fix(ws): backend dockerfile (#386) 2025-06-26 21:47:17 +00:00