analytics/test/plausible_web/controllers
RobertJoonas bd0de97521
Fix returning more pageviews with a visit property filter (#2612)
* fix subquery for sessions in base_event_query/2

As the 'sessions' table is using the CollapsingMergeTree engine, we have
to select session_id's distinctively. Otherwise we will get multiple rows
(with sign -1 and 1) as long as the background merge hasn't happened.

* update changelog

* use GROUP BY instead of SELECT DISTINCT

* remove comma
2023-01-23 12:14:27 +02:00
..
api Fix returning more pageviews with a visit property filter (#2612) 2023-01-23 12:14:27 +02:00
CSVs Always show direct traffic in sources reports (#2531) 2022-12-19 13:40:21 +01:00
site Improve test coverage (#2392) 2022-10-27 08:39:34 +02:00
admin_auth_controller_test.exs improve first launch experience for self-hosters (#2357) 2022-11-10 12:42:22 +01:00
auth_controller_test.exs Cascade delete sent_renewal_notifications table when user is deleted (#2549) 2023-01-02 11:46:18 -03:00
billing_controller_test.exs Run tests in async mode where applicable (#2542) 2022-12-26 10:20:29 -03:00
invitation_controller_test.exs fix ownership transfer when is_selfhost=true (#2455) 2022-11-24 16:18:29 +02:00
site_controller_test.exs Communicate site creation edge cases to the users (#2605) 2023-01-19 15:03:18 +01:00
stats_controller_test.exs Pass interval param to CSV export (#2469) 2022-11-25 10:53:22 +02:00
unsubscribe_controller_test.exs Run tests in async mode where applicable (#2542) 2022-12-26 10:20:29 -03:00