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

2 Commits

Author SHA1 Message Date
Manoel Aranda Neto
d26aa00438
chore: Add "Latest" prefix to person properties + refactor KEY_MAPPING (#20106)
* fix: change us to app API missing onboarding pages

* fix

* Update UI snapshots for `chromium` (2)

* chore: append latest to the properties that are overwritten for every event

* fix

* Update UI snapshots for `chromium` (2)

* rest

* Resolve the `keyMapping` mess once and for all

* Fix some rendering

* Add `type` to more places

* Update UI snapshots for `chromium` (1)

* Update UI snapshots for `chromium` (2)

* fix: add groups to taxonomy

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Michael Matloka <michal@matloka.com>
Co-authored-by: Neil Kakkar <neilkakkar@gmail.com>
Co-authored-by: Michael Matloka <dev@twixes.com>
2024-02-07 18:01:10 +01:00
Robbie
bee0b07c41
feat(insights): Add filtering properties on labels (#16943)
* feat(insights): Add filtering properties on labels

* Add tests for event property querying using an alias

* Make comments bidirectional

* Revert trying to be clever with unknown

* Fix failing tests

* Improve query performance for property filtering

* Improve efficiency of querying properties by alias

* Remove old property name alias code

* Add code to output PROPERTY_NAME_ALIASES

* Add script for regenerating property name aliases
2023-08-15 09:10:11 +01:00