You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address Copilot PR review feedback across 11 files
- Fix job status vocabulary: standardize on succeeded/failed/cancelled
across backend SSE stream, frontend page, and API schemas
- Fix jobs page using wrong field name (type → job_type) to match API
- Add SSE auth support: get_current_user now accepts token via query
param for EventSource which cannot set Authorization headers
- Fix workspace status vocabulary: add creating to filter, remove unused
starting/stopping, sync creating phase from CRD
- Return HTTP 500 when workspace CRD creation fails instead of 201
- Fix NodePort default range (31299 → 31209) to match Kind config
- Make workspace access_url configurable via WORKSPACE_ACCESS_BASE_URL
- Add datashader/geopandas auto-detection to SDK visualization module
- Pin workspace Dockerfile base image to python-3.11 (was :latest)
- Add security comments to Dockerfile and RBAC noting production needs
- Fix conftest.py default DB credentials (gacwr → openuba)
- Log warnings on operator handler import failures instead of silently
swallowing errors
- Fix port-forward.sh comment claiming setsid when not used
- Only emit SSE status events when status actually changes
0 commit comments