0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 00:46:45 +01:00
posthog/cypress/integration
Tim Glaser 1a6207d791
Upload static cohort csv (#2932)
* Upload static cohort using CSV, closes #2868

* fix tests

* Fix tests

* Fix e2e test

* Avoid double inserts

* Speed up query

* Move to params

* fix tests

* Use JSON instead of protobuf

* unused import

* produce instead of produce_proto

* Insert directly into clickhouse, no need for kafka

* a few quick fixes

* insert in batch to clickhouse

* test SQLi since we can't really trust what we are inserting

* Extra check for duplicates

Co-authored-by: James Greenhill <fuziontech@gmail.com>
2021-01-15 11:19:31 +01:00
..
actions.js
annotations.js
auth.js
cohorts.js Upload static cohort csv (#2932) 2021-01-15 11:19:31 +01:00
commandPalette.js
dashboard.js
events.js remove flake filter by event test (#2580) 2020-11-30 17:36:24 -06:00
featureFlags.js Feature flag table improvements (#2448) 2020-11-23 19:43:03 +01:00
funnels.js Release actions-ux-201012 (#2615) 2020-12-03 10:59:11 +01:00
licenses.js
paths.js
person.js Merge person modal (#2644) 2020-12-10 15:37:30 +01:00
persons.js Refactor people & users to persons (#2413) 2020-11-17 08:40:48 -06:00
preflight.js Remove signup process from cypress (#2264) 2020-12-02 14:12:43 +01:00
projectSettings.js Fix cypress projectSettings (#2674) 2020-12-07 11:53:14 +01:00
retention.js
sessions.js
sidebar.js
systemStatus.js Cleaned up system status page (#2682) 2020-12-09 13:57:12 +01:00
toolbar.js
trendsElements.js Separate math aggregates (#2885) 2021-01-11 14:28:29 +01:00
trendsSessions.js