mirror of
https://github.com/plausible/analytics.git
synced 2024-12-27 03:21:37 +03:00
0114689779
* Refactor Expression.dimension to accept q * Handle quarter- and half-hour timezones Previously APIv2 output didn't start at a full hour for these time zones and main graph was blank The core reasoning is that ClickHouse `timeSlots` is not time-zone aware and works off of unix epoch - meaning that in time zones which have an offset of 5:45 the "hours" reported would start at minute :45. The fix is kind of silly - we now divide each hour into 4 and handle things that way. Related basecamp issue: https://3.basecamp.com/5308029/buckets/36789884/card_tables/cards/7590936581 * Fix test typo |
||
---|---|---|
.. | ||
api | ||
auth_controller | ||
CSVs | ||
site | ||
admin_auth_controller_test.exs | ||
admin_controller_test.exs | ||
auth_controller_sync_test.exs | ||
auth_controller_test.exs | ||
avatar_controller_test.exs | ||
billing_controller_test.exs | ||
error_report_controller_test.exs | ||
google_analytics_controller_test.exs | ||
invitation_controller_test.exs | ||
page_controller_test.exs | ||
site_controller_test.exs | ||
stats_controller_test.exs | ||
unsubscribe_controller_test.exs |