1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-09-21 09:02:41 +00:00
vaultwarden/src
Ross Golder 8fac5f5060
fix: Resolve compilation errors and improve Docker build for metrics
- 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.
2025-08-17 15:07:52 +07:00
..
api fix: Resolve compilation errors and improve Docker build for metrics 2025-08-17 15:07:52 +07:00
db fix: Resolve compilation errors and improve Docker build for metrics 2025-08-17 15:07:52 +07:00
static a little cleanup after SSO merge (#6153) 2025-08-09 22:18:04 +02:00
auth.rs a little cleanup after SSO merge (#6153) 2025-08-09 22:18:04 +02:00
config.rs feat: Add comprehensive Prometheus metrics support 2025-08-17 14:16:46 +07:00
crypto.rs Use subtle to replace deprecated ring::constant_time::verify_slices_are_equal (#5680) 2025-03-15 19:33:17 +01:00
error.rs Update webauthn-rs to 0.5.x (#5934) 2025-08-09 00:44:28 +02:00
http_client.rs Use existing reqwest client for AWS S3 requests (#5917) 2025-06-30 22:57:00 +02:00
mail.rs SSO using OpenID Connect (#3899) 2025-08-08 23:22:22 +02:00
main.rs feat: Add comprehensive Prometheus metrics support 2025-08-17 14:16:46 +07:00
metrics.rs fix: Resolve compilation errors and improve Docker build for metrics 2025-08-17 15:07:52 +07:00
metrics_test.rs feat: Add comprehensive Prometheus metrics support 2025-08-17 14:16:46 +07:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
sso.rs a little cleanup after SSO merge (#6153) 2025-08-09 22:18:04 +02:00
sso_client.rs a little cleanup after SSO merge (#6153) 2025-08-09 22:18:04 +02:00
util.rs SSO using OpenID Connect (#3899) 2025-08-08 23:22:22 +02:00