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
Configurable runs directory: New CHAP_RUNS_DIR environment variable allows overriding the default runs directory path, following the same pattern as CHAP_LOGS_DIR. Docker Compose now stores runs under /data/runs for consistency with other data directories.
Features
Add CHAP_RUNS_DIR env var for configurable runs directory
Bug Fixes
Pin uv to 0.10 in all Dockerfiles for build stability
Use POSTGRES_DB env var in compose healthcheck instead of hardcoded value
Replace deprecated HTTP_422_UNPROCESSABLE_ENTITY with HTTP_422_UNPROCESSABLE_CONTENT
Add .gitkeep to runs/ directory for Linux compatibility
Improve validation error message for non-consecutive periods
Use to_string() instead of str() for TimePeriod in evaluation plot
Add overload signatures to PeriodRange.__getitem__ for correct return type narrowing
Change runs bind mount to volume mount in compose.yml