discourse/plugins/discourse-ai/spec/requests/admin
Keegan George feebe6993a
FIX: ensure usage report is timezone aware to prevent gaps (#33913)
## 🔍 Overview
Previously, it was possible to see gaps in usage charts despite data
being present, due to the user's timezone. This update ensures that the
AI usage report is timezone aware rather than using UTC and converting
when generating reports.
2025-07-29 13:42:31 -07:00
..
ai_embeddings_controller_spec.rb DEV: Fix random typos (#33839) 2025-07-24 22:04:13 +02:00
ai_features_controller_spec.rb FEATURE: configure a default LLM model for all features (#33752) 2025-07-28 16:08:00 -03:00
ai_llm_quotas_controller_spec.rb
ai_llms_controller_spec.rb FEATURE: configure a default LLM model for all features (#33752) 2025-07-28 16:08:00 -03:00
ai_personas_controller_spec.rb
ai_spam_controller_spec.rb FEATURE: configure a default LLM model for all features (#33752) 2025-07-28 16:08:00 -03:00
ai_tools_controller_spec.rb
ai_usage_controller_spec.rb FIX: ensure usage report is timezone aware to prevent gaps (#33913) 2025-07-29 13:42:31 -07:00
rag_document_fragments_controller_spec.rb
reviewable_controller_spec.rb