Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2021-01-29 06:09:09 +00:00
parent f807b28f17
commit ccd969b8d5
18 changed files with 236 additions and 95 deletions

View File

@ -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.