-
Notifications
You must be signed in to change notification settings - Fork 887
feature: List all enabled and available experiments on the deployment page #8978
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think we can just list the values like we do for other deployment value things. Making it very nice and designed is not necessary IMO. 95% of deployments will not use experiments, and the ones that do are inherently more technical for using them. |
Reopen as it's a basic implementation. We can make it look nicer |
@Emyrk I enabled all experiments on a PR deployment with |
It should show, but to be honest I was not 100% sure how the typescript worked. Was just following the existing pattern. Let me see... |
I'd love if we also linked to the experiments endpoint so the admin can see what can be enabled. |
@sharkymark I remember you were looking for a way to see all available experiments. |
@bpmct @matifali Experiments are intentionally an "advanced" feature to opt into features that are not ready for production. Do we really want to show these to everyone, meaning people might just "opt into" these experiments without understanding the repercussions? Right now there is the concept of Lines 2007 to 2014 in 9af5475
Ya'lls call, just feels like a very niche feature to show all these. |
We already show enable experiments at deployments. https://dev.coder.com/api/v2/experiments
but it would be nice to list them on the deployment page.
This could be rendered as a list in the form of
deployment_health_page
✅moons
workspace_actions
✅single_tailnet
✅template_insights_page
deployment_health_page
Must have
Nice to have
deployment_health_page
-->Deployment Health Page
(you may ignore this one as we also need to tell the user the exact string to enable the experiment)The text was updated successfully, but these errors were encountered: