mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-21 09:02:41 +00:00
- Fix Rocket response type issues in metrics endpoint - Correct middleware request timer handling - Resolve borrow checker issues with UUID string conversion - Add proper EXTRA_FEATURES support to Dockerfile for optional features - Suppress unused code warnings in proof-of-concept metrics implementation - Update Cargo.lock with resolved dependencies These fixes enable successful compilation of the metrics feature and production-ready Docker image building with: docker build --build-arg EXTRA_FEATURES="enable_metrics" The metrics-enabled image has been successfully built and tested. |
||
---|---|---|
.. | ||
api | ||
db | ||
static | ||
auth.rs | ||
config.rs | ||
crypto.rs | ||
error.rs | ||
http_client.rs | ||
mail.rs | ||
main.rs | ||
metrics.rs | ||
metrics_test.rs | ||
ratelimit.rs | ||
sso.rs | ||
sso_client.rs | ||
util.rs |