You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard 004f08f385 fix: runtime bugs found during first Docker run + integration tests
Bugs fixed:
- resolve_model queried non-existent admin_provider_models table (use JSONB query on admin_providers)
- key_prefix VARCHAR(10) too short for 11-char prefix (migration to VARCHAR(12))
- API key test schema missing additionalProperties: false (OpenAI strict mode)
- CSP missing font-src data: directive (PDF font embedding blocked)
- Magic link URL not logged in test mode (can't verify without real email)
- Rust 1.85 Docker image too old for dependencies (bumped to 1.88)

Tests added to prevent recurrence:
- schema_meets_openai_strict_mode_requirements: validates additionalProperties on all objects
- key_prefix_full_length_stored_in_db: verifies 11-char prefix survives DB round-trip
- generate_pipeline_resolves_model_from_admin_config: exercises full generation pipeline

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
..
db fix: architect assessment remediation — 6 issues across backend, frontend, and infra 3 months ago
handlers fix: runtime bugs found during first Docker run + integration tests 3 months ago
middleware test: add unit tests for auth middleware cookie extraction 3 months ago
models v2: pipeline user model selection, rate limiter, URL filter, original title, null-safe sections 3 months ago
services fix: runtime bugs found during first Docker run + integration tests 3 months ago
util Finished phase 1 3 months ago
app_state.rs refactor: add UserRateLimitEntry constructor and settings_changed method 3 months ago
cli.rs Finished phase 1 3 months ago
config.rs Finished phase 1 3 months ago
errors.rs Finished phase 1 3 months ago
lib.rs Finished phase 1 3 months ago
main.rs feat: graceful shutdown and frontend build in Docker 3 months ago
router.rs fix: runtime bugs found during first Docker run + integration tests 3 months ago