0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 09:16:49 +01:00
posthog/cypress/integration
Kaushik Asp 777d9a871f
Allow filtering retention table (#1165)
* Closes #1108 Allows filtering of retention table

* Adds logic to parse properties(filters) from the URL and including the filters while making api request for data

* Adds PropertyFilters component to the rentention table scene

* Adds props that are passed on to the RetentionTable component so that the properties prop is populated

* Fixes failing tests since the person_id wasn't added to the event objects

* Fixes type error for json loads

* Adds frontend and backend test

* Removes print statement
2020-07-09 15:26:47 +02:00
..
actions.js
auth.js add requirement for password (#1162) 2020-07-08 09:44:29 +02:00
cohorts.js
dashboard.js
events.js
feature_flags.js Update prettier to 2.0.x (#1143) 2020-07-03 14:37:07 +02:00
funnels.js
live_actions.js
paths.js
people.js Allow filtering retention table (#1165) 2020-07-09 15:26:47 +02:00
sessions.js
setup.js Update prettier to 2.0.x (#1143) 2020-07-03 14:37:07 +02:00
sidebar.js
trends_elements.js
trends_sessions.js