mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 18:07:17 +01:00
bcffd30092
* extract code to format entity filter * make it possible to filter by action * Hack to make filtering by actions subfilters possible Example url: http://localhost:8000/api/event/sessions?date_from=2020-12-10&date_to=2020-12-10&action_filter={%22type%22:%22events%22,%22id%22:%22test-event%22,%22properties%22:[{%22key%22:%22email%22,%22value%22:%22example.com%22,%22operator%22:%22icontains%22,%22type%22:%22person%22}]} Not sure if the team filtering is legit here * Use discriminated union in types * Add kludge support for action_filter on sessions via url * Reduce code in buildURL * Add link to sessions page from persons modal * Add muted overview of the invisible filter * Add link to cohort sessions from persons page * drop irrelevant test code * Test clickhouse filtering by action filter * put filter behind a cloud-only conditional * remove dead import * Add icons/data-attr to sessions links * Appease linter gods |
||
---|---|---|
.. | ||
public | ||
src |