refactor: move auto fill feature into an experiment (#12230)

This commit is contained in:
Bruno Quaresma
2024-02-21 11:48:34 -03:00
committed by GitHub
parent c230bcf5ca
commit a827185b6d
6 changed files with 35 additions and 18 deletions

View File

@ -2117,8 +2117,9 @@ type Experiment string
const (
// Add new experiments here!
ExperimentExample Experiment = "example" // This isn't used for anything.
ExperimentSharedPorts Experiment = "shared-ports"
ExperimentExample Experiment = "example" // This isn't used for anything.
ExperimentSharedPorts Experiment = "shared-ports"
ExperimentAutoFillParameters Experiment = "auto-fill-parameters" // This should not be taken out of experiments until we have redesigned the feature.
)
// ExperimentsAll should include all experiments that are safe for