notebooks/workspaces/backend/api
Asaad Balum 175e5a5841 feat(ws): Notebooks 2.0 // Backend // API that allows frontend to upload a YAML file containing a full new WorkspaceKind definition
Signed-off-by: Asaad Balum <asaad.balum@gmail.com>
2025-07-03 17:01:49 +03:00
..
app.go feat(ws): Notebooks 2.0 // Backend // API that allows frontend to upload a YAML file containing a full new WorkspaceKind definition 2025-07-03 17:01:49 +03:00
auth.go
healthcheck_handler.go
healthcheck_handler_test.go
helpers.go feat(ws): Notebooks 2.0 // Backend // API that allows frontend to upload a YAML file containing a full new WorkspaceKind definition 2025-07-03 17:01:49 +03:00
logging.go
middleware.go
namespaces_handler.go
namespaces_handler_test.go
response_errors.go
response_success.go
suite_test.go chore: reference ghcr.io images in workspacekind yaml (#305) 2025-06-26 20:49:17 +00:00
swagger_handler.go
workspacekinds_handler.go feat(ws): Notebooks 2.0 // Backend // API that allows frontend to upload a YAML file containing a full new WorkspaceKind definition 2025-07-03 17:01:49 +03:00
workspacekinds_handler_test.go feat(ws): Notebooks 2.0 // Backend // API that allows frontend to upload a YAML file containing a full new WorkspaceKind definition 2025-07-03 17:01:49 +03:00
workspaces_handler.go feat(ws): fix swagger warnings and only generate json output (#424) 2025-06-26 19:02:17 +00:00
workspaces_handler_test.go