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>
3 months ago
..
migrations
src refactor: add provider_override for pipeline dependency injection 3 months ago
tests fix: create test static dir to prevent ServeDir/ServeFile hang 3 months ago
Cargo.lock feat: add pipeline integration tests with MockLlmProvider and wiremock 3 months ago
Cargo.toml feat: add pipeline integration tests with MockLlmProvider and wiremock 3 months ago
Dockerfile