search contexts: permanently enable management page#45302
Conversation
|
Codenotify: Notifying subscribers in CODENOTIFY files for diff 904bf84...dc3a3fe.
|
Bundle size report 📦
Look at the Statoscope report for a full comparison between the commits dc3a3fe and cbecc53 or learn more. Open explanation
|
At what point would we no longer consider this an experimental setting? |
We don't really have any guidelines on the lifetime of experimental features, this is honestly something we should be better about. The main reason we decide to remove an experimental setting is when there's tech debt related to supporting having the feature disable-able. Right now, there's no cost to keeping search contexts as a setting because search contexts need to be disable-able anyway since they're not supported in the OSS build. |
* search contexts: show stars in search context dropdown menu * update changelog * search contexts: permanently enable management page (#45302) * search contexts: permanently enable management page * update docs * fix lint
Stacked on #45289
Part of #44903
The experimental setting
showSearchContextManagementshould now be permanently enabled. This way, all users with access to search contexts can access the management page to star contexts/set as default.The experimental setting
showSearchContextis still required to be enabled for contexts to be shown (this is on by default).Test plan
All existing tests should continue passing