0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 18:07:17 +01:00

chore: Add a few flags to PERSISTED_FEATURE_FLAGS (#22487)

* chore: Add a few flags to `PERSISTED_FEATURE_FLAGS`

* Add `session-table-property-filters`

* Remove `PERSISTED_FEATURE_FLAGS` from PR deploys

* Don't persist `new-experiments-ui`
This commit is contained in:
Michael Matloka 2024-05-24 18:41:06 +02:00 committed by GitHub
parent 22d8c3e0cd
commit 31f97c118a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -12,8 +12,6 @@ env:
value: "1"
- name: COMMIT_SHA
value: $COMMIT_SHA
- name: PERSISTED_FEATURE_FLAGS
value: "hogql"
siteUrl: https://$NAMESPACE.hedgehog-kitefin.ts.net
tailscale:

View File

@ -9,4 +9,9 @@ PERSISTED_FEATURE_FLAGS = [
"simplify-actions",
"historical-exports-v2",
"ingestion-warnings-enabled",
"hogql-in-insight-serialization",
"hogql-insights-preview",
"persons-hogql-query",
"datanode-concurrency-limit",
"session-table-property-filters",
]