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 7cbafdfb31 fix: create test static dir to prevent ServeDir/ServeFile hang
The SPA fallback uses ServeDir/ServeFile which can hang when the
directory doesn't exist. Create it in TestApp::new() with a minimal
index.html.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 months ago
..
migrations feat: add use_brave_search setting 6 months ago
src refactor: add provider_override for pipeline dependency injection 6 months ago
tests fix: create test static dir to prevent ServeDir/ServeFile hang 6 months ago
Cargo.lock feat: add pipeline integration tests with MockLlmProvider and wiremock 6 months ago
Cargo.toml feat: add pipeline integration tests with MockLlmProvider and wiremock 6 months ago
Dockerfile