0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 09:16:49 +01:00
posthog/ee
Karl-Aksel Puulmann 2e038d4ae7
Remove more pg Events table usage (#8662)
* Remove Event dependency on action api tests

* Remove a dead function

* Remove BaseQuery

* Remove dead imports

* Remove Event creation from posthog/test/test_person_model.py

* Remove Event.earliest_timestamp function

* Remove some unused event model methods

* Remove query_db_by_action + associated migration code

* Remove dead filtering methods from Events model

* Remove a dead test class

* Remove some event model usage

* Remove events model usage from actions test

* Remove session recording related views

* Remove model usage in posthog/queries/session_recordings/session_recording.py

* Remove old pg-session recording code

* Remove dead import

* Re-add missing dependency

* Make lint/tests pass

* Make filter tests uuid-based
2022-02-17 12:47:11 +02:00
..
api Boolean should be compared with is/is not (#8651) 2022-02-17 10:31:54 +01:00
benchmarks 8356 versioning (#8449) 2022-02-09 12:19:00 -05:00
bin Special Migrations Runner (#7054 pt. 4) (#7446) 2021-12-13 13:00:27 -03:00
certs Publish events to Kafka for consumption (#1644) 2020-09-15 20:04:38 -07:00
clickhouse Remove more pg Events table usage (#8662) 2022-02-17 12:47:11 +02:00
idl Delete omni_person.proto (#3014) 2021-01-21 14:13:04 +01:00
kafka_client feat(healthchecks): add clickhouse and redis health (#8497) 2022-02-10 15:20:38 +00:00
management/commands async mig check (#8503) 2022-02-09 20:45:59 +01:00
migrations Editable taxonomy definitions (#8430) 2022-02-15 18:04:19 -08:00
models Boolean should be compared with is/is not (#8651) 2022-02-17 10:31:54 +01:00
tasks Delete old events-model adjacent code (#8623) 2022-02-16 15:15:46 +02:00
__init__.py Add enterprise edition and licensing (#1390) 2020-08-14 11:23:55 +02:00
apps.py Add enterprise edition and licensing (#1390) 2020-08-14 11:23:55 +02:00
conftest.py add test for async migrations not being required on fresh installs (#8323) 2022-02-02 07:47:49 -05:00
LICENSE Updated where our enterprise terms are found (#2881) 2021-01-08 12:09:27 +01:00
pytest.ini Set debug, test, and primary_db env variables based on context (#7250) 2021-11-20 17:18:39 +00:00
settings.py Boolean should be compared with is/is not (#8651) 2022-02-17 10:31:54 +01:00
urls.py Dashboard privilege API and collaborators UI (#8424) 2022-02-08 16:22:09 +00:00