0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 12:21:02 +01:00
Commit Graph

2928 Commits

Author SHA1 Message Date
kunal
e2f4b51a3b add insight type to recent analysis event 2021-04-27 10:40:03 -07:00
kunal
2fdf2126df move lessons map inline 2021-04-27 10:30:06 -07:00
kunal
f862efde3c load data local to component 2021-04-27 10:27:04 -07:00
kunal
08976192ea make map inline 2021-04-27 10:12:02 -07:00
kunal
3a2e068e60 move project home seen call to effect 2021-04-27 09:37:58 -07:00
kunal
62df814c9b add utm param to slack 2021-04-27 09:35:28 -07:00
kunal
072b8f124f move invite modal inline 2021-04-27 09:32:06 -07:00
kunal
98cb3b9e69 change order of default onclick 2021-04-27 09:27:09 -07:00
kunal
9e64aeb5ec update eventUsage sig 2021-04-27 09:23:07 -07:00
Paolo D'Amico
800dfef6e7 very minor tweaks 2021-04-27 08:46:43 -07:00
kunal
800d73ff6a copy edits 2021-04-27 08:46:43 -07:00
kunal
9fa9fc4374 edit rocket css 2021-04-27 08:46:43 -07:00
kunal
550b8b0c97 default hasData to false 2021-04-27 08:46:43 -07:00
kunal
b48838dad9 add instrumentation 2021-04-27 08:46:43 -07:00
kunal
0e6ccafb58 copy edits + open community links in new tab 2021-04-27 08:46:43 -07:00
kunal
d5cc1de4bb update footer 2021-04-27 08:46:43 -07:00
kunal
7d9e786f4f copy edits 2021-04-27 08:46:43 -07:00
kunal
4733fbf6e1 cleanup 2021-04-27 08:46:42 -07:00
kunal
171d8e6be0 css cleanup 2021-04-27 08:46:42 -07:00
kunal
2568d244ea cleanup 2021-04-27 08:46:42 -07:00
kunal
dc6e9b725a add feature flag 2021-04-27 08:46:42 -07:00
kunal
8615526f37 add a feature flag 2021-04-27 08:46:42 -07:00
kunal
9bcb675aeb cleanup 2021-04-27 08:46:42 -07:00
kunal
1a55e30164 let data load 2021-04-27 08:46:42 -07:00
kunal
3b91fd4c84 PH home 2021-04-27 08:46:41 -07:00
PostHog bot
4246d4e1b1
Update plugin server to 0.16.18 (#4107) 2021-04-26 20:49:30 +02:00
Paolo D'Amico
14446c9ca7
Remove Django debug toolbar (#4029) 2021-04-26 10:02:45 -07:00
PostHog bot
907e24247f
Update plugin server to 0.16.17 (#4105) 2021-04-26 18:34:06 +02:00
Tim Glaser
894113a7af
Fix tables on shared dashboards (#4046)
* Fix tables on shared dashboards

* Fix types

* Typing issue
2021-04-26 10:06:35 -04:00
Marius Andra
6eb58ccdb3
Typegen and other Kea upgrades (#4097)
* upgrade kea, kea-typegen, kea-loaders, kea-router

* add correct imports to two logics

* upgrade kea

* upgrade typescript to 4.2.4

* add type

* fix one type
2021-04-26 15:53:50 +02:00
Marius Andra
8224e52a19
increase page size for async event/property definition fetching (#4104) 2021-04-26 13:37:29 +02:00
Marius Andra
ef1a5470a9
Migration to sync team event properties (#4101)
* migration to add delayed jobs to sync team event properties

* remove .delay

* update latest migrations

Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
2021-04-26 13:16:48 +03:00
Michael Matloka
ef50005b0d
Don't pin posthog/plugin-server version in dev CH docker-compose (#4102) 2021-04-26 10:15:25 +00:00
Michael Matloka
3265d83b76
Remove deprecated person API actions by_distinct_id and by_email (#4065) 2021-04-26 02:49:48 -07:00
Michael Matloka
bc60a66145
Remove deprecated social auth handling (#4066) 2021-04-26 02:41:32 -07:00
Paolo D'Amico
a7352b4105
Revert "Revert "Continuation - Frontend - Refactor event & properties for async server-side loading (#4078)" (#4092)" (#4093)
This reverts commit d67ab843f1.
2021-04-23 17:13:50 -07:00
Li Yi Yu
c0bdcb8556
Allow dashboard description editing (#4068)
* allow dashboard description editing

* change to single click and add edit icon

* remove double border during editing

* Center edit icon

* Use $default_spacing

Co-authored-by: Michael Matloka <dev@twixes.com>
2021-04-23 16:38:35 -04:00
Tim Glaser
e144111da8
Fuzzy search for properties (#4091) 2021-04-23 13:36:28 -04:00
Paolo D'Amico
d67ab843f1
Revert "Continuation - Frontend - Refactor event & properties for async server-side loading (#4078)" (#4092)
This reverts commit bf2c774b1e.
2021-04-23 15:59:27 +00:00
Paolo D'Amico
bf2c774b1e
Continuation - Frontend - Refactor event & properties for async server-side loading (#4078)
* now we remove event & properties from team serializer

* random checkpoint

* checkpoint

* loads paginated event definitions

* EventsVolumeTable

* event & properties tables

* update all relevant components

* fixes all typescript errors

* fix all non-ts errors

* fix event rendering in select boxes

* fix events & breakdown

* fix filters

* fix math selector

* fix reused variable names

* simplify logic by removing reducer, set pagination to 500

* remove 0 and add back `null`

* add back nulls

* add properties loading to filtersLoading

Co-authored-by: Marius Andra <marius.andra@gmail.com>
2021-04-23 16:06:53 +02:00
Michael Matloka
f6c3e0218e
Remove Postgres process_event (#4084)
* Remove non-PLUGIN_SERVER_INGESTION code

* Improve calculate_event_action_mappings condition

* Replace EE available with EE enabled condition

* Fix import

* Fix EE import on FOSS

* Revert "Improve calculate_event_action_mappings condition"

This reverts commit 8de8d70aca.

* Improve import diff

* Remove Postgres `process_event`
2021-04-23 14:45:46 +02:00
Michael Matloka
7f960c0bc3
Remove process_event_ee (#4063)
* Remove non-PLUGIN_SERVER_INGESTION code

* Improve calculate_event_action_mappings condition

* Replace EE available with EE enabled condition

* Fix import

* Fix EE import on FOSS

* Revert "Improve calculate_event_action_mappings condition"

This reverts commit 8de8d70aca.

* Improve import diff
2021-04-23 14:10:28 +02:00
Tim Glaser
7e7fd42b05
Fix persons table next page with filter (#4048) 2021-04-23 09:15:51 +02:00
Li Yi Yu
97f9e97026
Fix sessions indefinite loading users bug (#4074)
* fix sessions loading users bug

* make sure session actions work too
2021-04-22 14:54:25 -04:00
Yakko Majuri
129d239207
More sensible sessions list limit (#4080)
* More sensible sessions list limit

* update tests

* sync tests with constant limit

* update tests again
2021-04-22 13:32:37 +00:00
PostHog bot
c91fdbc300
Update plugin server to 0.16.16 (#4083) 2021-04-22 14:31:56 +02:00
PostHog bot
7c9eda0210
Update plugin server to 0.16.15 (#4081) 2021-04-22 14:15:50 +02:00
Michael Matloka
61f02aaac7
Make Postgres ASYNC_EVENT_ACTION_MAPPING the way (#4064)
* Make Postgres ASYNC_EVENT_ACTION_MAPPING the way

* Improve calculate_event_action_mappings condition
2021-04-22 12:03:33 +02:00
Marius Andra
b3b3a6d0a3
fix test (#4079) 2021-04-22 11:12:21 +02:00
Paolo D'Amico
072a6c1beb
Refactor event & properties for async server-side loading (#4070)
* remove event & properties endpoint from team endpoint

* event definition model

* sync events from Team with EventDefinition

* fix typing

* missing commit

* event definition API

* add querying capabilities

* property definition model

* sync property definitions

* temp: bring back event properties to Team model to split PR

* PropertyDefinition API + tests

* fix tests for Python 3.7 & more deprecation notices

* default values to 0 instead of null

Co-authored-by: Marius Andra <marius.andra@gmail.com>
2021-04-22 08:42:01 +00:00