0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 12:21:02 +01:00
posthog/ee
Michael Matloka 43c9105c17
Fix limit of events in CSV export (#3503)
* Fix limit of events in CSV export

* Limit to 100 instead of 101

* Optimize listing events

* Fix typing error

* Limit events to 100 better

* Fix len condition for using broader events queryset

* Add regression test

* Adjust ClickhouseEventsViewSet

* Fix CH events limit in CSV export

* Fix typing and missing +1

* Use limit in _query_events_list
2021-02-26 18:20:05 +01:00
..
api Bulk invite team members (setup section II) (#3143) 2021-02-03 13:03:22 +01:00
bin Run tests via pytest (#3417) 2021-02-24 09:32:44 +02:00
certs Publish events to Kafka for consumption (#1644) 2020-09-15 20:04:38 -07:00
clickhouse Fix limit of events in CSV export (#3503) 2021-02-26 18:20:05 +01: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 Fix setting up test databases on clickhouse (#3451) 2021-02-24 11:58:01 +02:00
migrations Fix Master EE code (#1701) 2020-09-24 06:14:17 -04:00
models Fix webhooks specifity (#3463) 2021-02-24 23:14:02 +01:00
tasks Fix webhooks specifity (#3463) 2021-02-24 23:14:02 +01: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 Fix getting earliest timestamp on EE with no events (#3501) 2021-02-26 15:31:22 +02:00
docker-compose.ch.test.yml Run tests via pytest (#3417) 2021-02-24 09:32:44 +02:00
docker-compose.ch.yml Update plugin server to 0.10.1 (#3481) 2021-02-25 14:36:41 +01:00
LICENSE Updated where our enterprise terms are found (#2881) 2021-01-08 12:09:27 +01:00
settings.py Enable PLUGIN_SERVER_INGESTION (#3107) 2021-02-04 16:17:24 +01:00
urls.py Debug CH queries (#2666) 2020-12-07 16:06:14 +01:00