0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 09:14:46 +01:00
posthog/ee/billing
Raquel Smith 91de4af59c
fix: support feature objects from billing (#15243)
* save available_product_features to the org

* use new feature objects and gaurd on limits

* guard playlists based on feature limit frontend

* handle feature limits on backend for playlists

* migrations

* Update query snapshots

* fix a couple things

* fix / add playlist tests

* fix dashboard collab tests

* fix types

* fix some tests

* fix collab test

* fix dashboard collab tests?

* Update query snapshots

* fix migration

* Update query snapshots

* remove default on field

* debug geoip test failure

* remove print

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-27 14:50:17 +00:00
..
test
billing_manager.py fix: support feature objects from billing (#15243) 2023-04-27 14:50:17 +00:00
billing_types.py
quota_limiting.py