0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 18:07:17 +01:00
posthog/ee
Michael Matloka 5d5ede19e4
Fix REST hook firing (#2894)
* Fix REST hooks being only fired if project has webhook

* Fix firing more

* Actually still filter but also for Zapier

* Don't .only() Team in EE process_event to optimize REST hook firing

* Fix REST hook duplication in EE

* Update test_process_event.py

* Debug

* Revert "Debug"

This reverts commit 6d4c9f754d.

* Fix organization-less teams partly

* Fix more organization-less teams

* Fix moar organization-less teams

* Explicitly bootstrap org without user in tests

* Fix org bootstrap

* Fix typing

* Fix bootstrap usage

* Update test_process_event.py

* Fix num queries

* Add test_action_on_perform_hook_fired_once

* Fix Action.objects.create call

* Don't test hook firing as it's offloaded to worker
2021-01-12 13:09:27 +01:00
..
api Fix REST hook firing (#2894) 2021-01-12 13:09:27 +01:00
bin
certs
clickhouse Fix REST hook firing (#2894) 2021-01-12 13:09:27 +01:00
idl
kafka_client
management/commands
migrations
models Fix REST hook firing (#2894) 2021-01-12 13:09:27 +01:00
tasks Fix REST hook firing (#2894) 2021-01-12 13:09:27 +01:00
__init__.py
apps.py
docker-compose.ch.yml Update posthog-plugin-server (#2878) 2021-01-07 16:21:16 +01:00
LICENSE Updated where our enterprise terms are found (#2881) 2021-01-08 12:09:27 +01:00
settings.py Whitelist plugins per organization on Cloud (#2791) 2020-12-16 14:54:30 +01:00
urls.py