chore(site): remove new filter from experimental (#8112)

This commit is contained in:
Bruno Quaresma
2023-06-21 10:20:37 -03:00
committed by GitHub
parent cc17d2feea
commit bce8a983fe
21 changed files with 120 additions and 501 deletions

View File

@ -1704,9 +1704,6 @@ const (
// https://github.com/coder/coder/milestone/19
ExperimentWorkspaceActions Experiment = "workspace_actions"
// New workspace filter
ExperimentWorkspaceFilter Experiment = "workspace_filter"
// Add new experiments here!
// ExperimentExample Experiment = "example"
)
@ -1715,9 +1712,7 @@ const (
// users to opt-in to via --experimental='*'.
// Experiments that are not ready for consumption by all users should
// not be included here and will be essentially hidden.
var ExperimentsAll = Experiments{
ExperimentWorkspaceFilter,
}
var ExperimentsAll = Experiments{}
// Experiments is a list of experiments that are enabled for the deployment.
// Multiple experiments may be enabled at the same time.