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
..
20260321000001_create_users.sql Finished phase 1 3 months ago
20260321000002_create_sessions.sql Finished phase 1 3 months ago
20260321000003_create_magic_tokens.sql Finished phase 1 3 months ago
20260321000004_create_settings.sql Finished phase 1 3 months ago
20260321000005_create_sources.sql Finished phase 2 3 months ago
20260321000006_create_providers.sql Phase 3: Admin module with provider/model curation, rate limits, user management 3 months ago
20260321000007_create_rate_limits.sql Phase 3: Admin module with provider/model curation, rate limits, user management 3 months ago
20260321000008_create_user_api_keys.sql Phase 4: LLM provider abstraction with Gemini, user API key encryption 3 months ago
20260321000009_create_syntheses.sql Phase 5: Generation pipeline with SSE progress, syntheses CRUD 3 months ago
20260321000010_add_settings_v2_fields.sql v2: add settings migration, model expansion, DB queries (provider, models, rate limits) 3 months ago
20260322000011_widen_key_prefix.sql fix: runtime bugs found during first Docker run + integration tests 3 months ago