mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-15 21:39:00 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -66,6 +66,13 @@ Feature.disabled?(:my_ops_flag, project, type: :ops)
|
||||
push_frontend_feature_flag(:my_ops_flag, project, type: :ops)
|
||||
```
|
||||
|
||||
### `experiment` type
|
||||
|
||||
`experiment` feature flags are used for A/B testing on GitLab.com.
|
||||
|
||||
An `experiment` feature flag should conform to the same standards as a `development` feature flag,
|
||||
although the interface has some differences. More information can be found in the [experiment guide](../experiment_guide/index.md).
|
||||
|
||||
## Feature flag definition and validation
|
||||
|
||||
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/229161) in GitLab 13.3.
|
||||
|
Reference in New Issue
Block a user