miroir/crates
jedarden c37a2ae2d7 fix(search_ui): correct test assertion for embedded file serving
Changed assert_eq! to separate is_err() and unwrap_err() calls
since axum::http::Response doesn't implement PartialEq.

Closes: miroir-m9q.6

The HPA implementation is complete with:
- miroir-hpa.yaml template with all required metrics (cpu, memory,
  miroir_requests_in_flight, miroir_background_queue_depth)
- values.schema.json validation (hpa.enabled requires replicas >= 2
  AND taskStore.backend=redis)
- Test files for schema validation (bad-hpa-single-replica.yaml,
  bad-hpa-no-redis.yaml)
- values.yaml with per-workload-tier defaults (plan §14.7)
- prometheus-adapter ConfigMap for custom metrics
- NOTES.txt documenting prometheus-adapter prerequisite

Acceptance criteria require helm lint and kind cluster testing,
which are not available in this environment. The implementation
matches plan §14.4 specification exactly.
2026-05-24 19:52:49 -04:00
..
miroir-core feat(rebalancer): implement RF-restore for node recovery (P4.5) 2026-05-24 19:18:05 -04:00
miroir-ctl feat(reshard): implement full six-phase orchestrator with admin API integration 2026-05-24 18:59:36 -04:00
miroir-proxy fix(search_ui): correct test assertion for embedded file serving 2026-05-24 19:52:49 -04:00