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

7
coderd/apidoc/docs.go generated
View File

@ -9677,14 +9677,17 @@ const docTemplate = `{
"type": "string",
"enum": [
"example",
"shared-ports"
"shared-ports",
"auto-fill-parameters"
],
"x-enum-comments": {
"ExperimentAutoFillParameters": "This should not be taken out of experiments until we have redesigned the feature.",
"ExperimentExample": "This isn't used for anything."
},
"x-enum-varnames": [
"ExperimentExample",
"ExperimentSharedPorts"
"ExperimentSharedPorts",
"ExperimentAutoFillParameters"
]
},
"codersdk.ExternalAuth": {