* 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
* 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>
* Show clickhouse disk and system.stats on /instance/status
Part of https://github.com/PostHog/vpc/issues/45
* Show stats on clickhouse table sizes, remove postgres table size stats
* Add metric for whether clickhouse is alive
* Move clickhouse stats above redis
* Revert "Revert "#3765 Show cohort for bar chart (Insights > Trends) (#3825)" (#4052)"
This reverts commit 593679c033.
* patch all time arg
* add missing params
* fix type
* wrong line
* more type safety
* Closes #3901 add PropertyKeyInfo to select box list
* add more event properties
* update standard events on insights dropdowns with PropertyKeyInfo
* fix borked styling
* add more events to the property key info list
* update standard events with property key info for events tables
* typescript error fixes
* resolve finicky typescript null object error
* e2e updates
* update e2e
* update e2e trends filter selector
* fix events filter bug
* update break down button event name
* e2e fix
* wrap in div and style fix
* #3765 refactored day to date_from and date_to so that the bar chart may query a date range; the end goal is to show a cohort modal for the graph;
* Removed date from modal label for bar chart since it does not apply
* Added onHover and onClick to ActionsPie charts; Added onClick to ActionsPie to see the people included in Trends > Pie
* date fix
* add time range helper
* add test
* add assertions
Co-authored-by: Eric <eeoneric@gmail.com>
* add query and remove unnecessary functions
* add param function for active user querying
* remove unused import
* fix formatting
* add comment
* add test and complete clickhouse implementation
* add preilim postgres query
* implemented postgres query
* add breakdown test
* breakdown for ch
* working breakdown for clickhouse
* ui
* remove line break
* people for clickhouse
* clickhouse only
* add entity math to payload
* move test
* change dau to null
* fix type
* remove unnecessary imports
* add flags
* fix person header icon
* refactor and simplify WebhookIntegration
* do not show error messages related to /billing endpoint
* fix a bunch of ts errors
* clarify anonymous users
* minor tweaks
* autofocus empty value debug
* make partial type
* WIP: controlled focus on select components
* clean up behavior of defaultOpen
* minor cleanup
* bugfix on updated feature flag
* address changes
* small tweaks, align copy closer w/ control for a better test
* tweak tag text
* tweak tag text
* Revert "tweak tag text"
This reverts commit fb369c74c6.
* copy tweak
Co-authored-by: kunal <kunal@Kunals-iMac.hsd1.ca.comcast.net>
* move MathSelector and MathPropertySelector.js into own file
* add buttonStyle to propertyFilters & fix flexbox
* minor: fix PropertyFilters input type
* annotate magic number '24px'