You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
In this issue we remove strict validation over experimentalFeatures section in the setting cascade. In this issue we need to conduct a migration and remove from the experimentalFeatures all feature flags that have prefix "DEPRECATED" since we're not using them anywhere in the app.
Note: since this requires migrate jsonc file it probably should be an oob migration
Blocked by https://github.com/sourcegraph/sourcegraph/issues/44180
Related slack thread
Background
In this issue we remove strict validation over
experimentalFeaturessection in the setting cascade. In this issue we need to conduct a migration and remove from theexperimentalFeaturesall feature flags that have prefix "DEPRECATED" since we're not using them anywhere in the app.Note: since this requires migrate jsonc file it probably should be an oob migration