Skip to content

Commit

Permalink
chore: Add a few flags to PERSISTED_FEATURE_FLAGS (#22487)
Browse files Browse the repository at this point in the history
* 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`
  • Loading branch information
Twixes authored May 24, 2024
1 parent 22d8c3e commit 31f97c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/pr-deploy/values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions posthog/settings/feature_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@
"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",
]

0 comments on commit 31f97c1

Please sign in to comment.