0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00
posthog/ee/clickhouse/queries/sessions
Karl-Aksel Puulmann 3009e0aa2e
Support multiple action filters in sessions (#2946)
* Make it possible to filter by (multiple) action filters in postgres

Session will now contain "action_filter_times" key which lists when each
action filter occurred for the first time within the session.

This will be used to highlight rows/show special values in sessions
player.

* Clickhouse: support multiple action filters

* Remove dead code
2021-01-15 11:28:46 +01:00
..
__init__.py Organize logic (#2358) 2020-11-18 13:12:26 +01:00
average.py Proper interval rounding on normal trends (#2901) 2021-01-13 14:35:46 +01:00
clickhouse_sessions.py Major filter refactor (#2736) 2021-01-05 12:15:24 +01:00
distribution.py Speed up sessions list query (#2934) 2021-01-15 01:53:28 +02:00
list.py Support multiple action filters in sessions (#2946) 2021-01-15 11:28:46 +01:00