0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-27 16:26:50 +01:00
posthog/ee
Karl-Aksel Puulmann 1a405253ce
Fix breaking down by property with no value(s) (#3322)
* Dont silence errors during test

This causes real exceptions to slip through

* Add an explicit array cast to breakdown array value

This would blow up and cause errors since [] has type Nothing for
clickhouse.

Sentry error: https://sentry.io/organizations/posthog/issues/2213824556/?project=1899813&query=is%3Aunassigned+is%3Aunresolved
Related PR: https://github.com/PostHog/posthog/pull/3320/files

* Add another hacky shortcut for breaking down by no props

This smells really bad, but fixes the test.

* Remove unneeded code
2021-02-15 09:40:03 +02:00
..
api Bulk invite team members (setup section II) (#3143) 2021-02-03 13:03:22 +01:00
bin Emit timing gauge to statsd for sync_execute on clickhouse (#3209) 2021-02-05 14:13:38 -08:00
certs
clickhouse Fix breaking down by property with no value(s) (#3322) 2021-02-15 09:40:03 +02:00
idl Delete omni_person.proto (#3014) 2021-01-21 14:13:04 +01:00
kafka_client Enable PLUGIN_SERVER_INGESTION (#3107) 2021-02-04 16:17:24 +01:00
management/commands Add handing off event ingestion to plugin server (#2898) 2021-01-21 15:39:44 +01:00
migrations
models Fix REST hook firing (#2894) 2021-01-12 13:09:27 +01:00
tasks REST/webhook optimizations (#3267) 2021-02-09 18:31:50 +01:00
__init__.py
apps.py
docker-compose.ch.test.yml Emit timing gauge to statsd for sync_execute on clickhouse (#3209) 2021-02-05 14:13:38 -08:00
docker-compose.ch.yml Enable PLUGIN_SERVER_INGESTION (#3107) 2021-02-04 16:17:24 +01:00
LICENSE
settings.py Enable PLUGIN_SERVER_INGESTION (#3107) 2021-02-04 16:17:24 +01:00
urls.py