feat: mark minimum-implicit-member experiment as safe - #26699
Merged
Conversation
Promotes the minimum-implicit-member experiment (Gateway Accounts) from the unsafe set into ExperimentsSafe so it is enabled via --experimental='*' and exposed through the AvailableExperiments API. This corresponds to the early access bar in docs/.style/content-guidelines.md, where docs follow safe experiments. Refs #25936 (PLAT-217).
Emyrk
marked this pull request as ready for review
June 25, 2026 14:15
Contributor
Documentation CheckThis PR promotes
The PR now includes an update to the auto-generated experiments table in New Documentation Needed
Automated review via Coder Agents |
Contributor
Docs preview📖 View docs preview for |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promotes
ExperimentMinimumImplicitMember(Gateway Accounts) from the unsafe set intoExperimentsSafeso that deployments opting in with--experimental='*'enable it, and the experiment is advertised through theAvailableExperimentsAPI used by the dashboard.No functional changes to the experiment itself; this is the visibility flip that precedes user-facing documentation. Per
docs/.style/content-guidelines.md, unsafe experiments do not get docs, so this PR is the prerequisite for the docs follow-up.Refs #25936 (PLAT-217). Builds on the merged stack #25929, #25994, #26003, #26027.
Verification
go build ./codersdk/...go test -run Test_Experiments -v ./coderd— all subtests pass (empty,wildcard,alternate_wildcard_with_manual_opt-in,multiple_features,available_experiments,Unauthorized).go test -run TestExperimentsMetric -v ./coderd/prometheusmetrics— all subtests pass; theUnknown_experiment_is_not_exported_in_metricssubtest logsignoring experiment "minimum-implicit-member"; it is not listed in expectations, which is the expected informational log.Follow-up
Docs for the experiment (CLI flag mention, deployment configuration page, and the experiment's user-facing description) will follow in a separate PR once this lands.
Coder Agents on behalf of @Emyrk.