0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 09:16:49 +01:00
posthog/ee
Karl-Aksel Puulmann 38476aec71
fix(persons): un-ratelimit person destroy, use kafka producer for messages (#11594)
* fix(persons): Make delete_person use kafka producer

This allows these inserts _not_ to take us down

* Remove pdi deletion logic from split_person

This is not needed with the new pdi2 table

* Update create_person_distinct_id to accept is_deleted argument

* Refactor `delete_ch_distinct_ids` to avoid sync_execute

* Remove person#destroy rate limiting

This reverts https://github.com/PostHog/posthog/pull/11576

* Update splitting tests

* Skip tests when not on person-on-events
2022-09-01 14:54:49 +03:00
..
api fix(debug queries): query query_log across all replicas (#11460) 2022-08-24 13:06:39 +00:00
benchmarks feat: materialize person and groups on events (#11363) 2022-08-30 12:31:32 +01:00
bin chore: removes unnecessary references to shared_dashboard.html (#10742) 2022-07-13 10:12:02 +02:00
certs
clickhouse fix(persons): un-ratelimit person destroy, use kafka producer for messages (#11594) 2022-09-01 14:54:49 +03:00
management/commands fix: materialised columns (#11558) 2022-08-31 21:02:33 +01:00
migrations chore: remove deprecated tags fields (#10280) 2022-06-23 16:53:35 +00:00
models feat(apps): Remove onAction plugin function (#10414) 2022-06-24 12:29:10 +03:00
tasks feat: materialize person and groups on events (#11363) 2022-08-30 12:31:32 +01:00
test feat(data-deletion): Delete team/org data using AsyncDeletion model (#11338) 2022-08-18 12:40:55 +03:00
__init__.py
apps.py
conftest.py
LICENSE
pytest.ini
settings.py chore(demo): Give PostHog team members staff privileges in demo env (#11292) 2022-08-17 10:21:28 +02:00
urls.py feat: Added Slack link unfurling (#10587) 2022-07-01 12:07:15 +02:00