notebooks/workspaces/backend/api
Andy Stoneberg dd4ef1f939
chore: reference ghcr.io images in workspacekind yaml (#305)
Given we have migrated all our images from docker.io to ghcr.io - our `notebooks-v2` branch should reference the "proper" container registry.

This commit updates the code to use:
- `ghcr.io/kubeflow/kubeflow/notebook-servers`

Affected areas:
- `jupyterlab_scipy_180` and `jupyterlab_scipy_190` `imageConfig` entries
- various test files

Signed-off-by: Andy Stoneberg <astonebe@redhat.com>
2025-06-26 20:49:17 +00:00
..
app.go feat(ws): add swagger api docs to backend (#206) 2025-03-03 02:28:36 +00:00
auth.go feat(ws): add auth to backend (#202) 2025-02-11 20:21:28 +00:00
healthcheck_handler.go feat(ws): add swagger api docs to backend (#206) 2025-03-03 02:28:36 +00:00
healthcheck_handler_test.go feat(ws): add WorkspaceCreate model to backend (#205) 2025-02-14 22:25:37 +00:00
helpers.go feat(ws): complete api swagger documentation across workspaces, namespaces, and workspacekinds (#235) 2025-05-15 16:33:23 +00:00
logging.go feat(ws): add WorkspaceCreate model to backend (#205) 2025-02-14 22:25:37 +00:00
middleware.go feat(ws): introduce limits on HTTP body/header size (#195) 2025-02-05 20:54:38 +00:00
namespaces_handler.go feat(ws): complete api swagger documentation across workspaces, namespaces, and workspacekinds (#235) 2025-05-15 16:33:23 +00:00
namespaces_handler_test.go feat(ws): add WorkspaceCreate model to backend (#205) 2025-02-14 22:25:37 +00:00
response_errors.go feat(ws): add WorkspaceCreate model to backend (#205) 2025-02-14 22:25:37 +00:00
response_success.go feat(ws): add WorkspaceCreate model to backend (#205) 2025-02-14 22:25:37 +00:00
suite_test.go chore: reference ghcr.io images in workspacekind yaml (#305) 2025-06-26 20:49:17 +00:00
swagger_handler.go feat(ws): add swagger api docs to backend (#206) 2025-03-03 02:28:36 +00:00
workspacekinds_handler.go feat(ws): fix swagger warnings and only generate json output (#424) 2025-06-26 19:02:17 +00:00
workspacekinds_handler_test.go feat(ws): add WorkspaceCreate model to backend (#205) 2025-02-14 22:25:37 +00: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 fix(ws): add secrets field to backend API schema (#331) 2025-05-15 17:03:23 +00:00