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:
@ -221,7 +221,7 @@ you should fully roll out the feature by enabling the flag **globally** by runni
|
||||
```
|
||||
|
||||
This changes the feature flag state to be **enabled** always, which overrides the
|
||||
existing gates (e.g. `--group=gitlab-org`) in the above processes.
|
||||
existing gates (for example, `--group=gitlab-org`) in the above processes.
|
||||
|
||||
Note, that if an actor based feature gate is present, switching the
|
||||
`default_enabled` attribute of the YAML definition from `false` to `true`
|
||||
|
@ -61,7 +61,7 @@ When the feature implementation is delivered among multiple merge requests:
|
||||
One might be tempted to think that feature flags will delay the release of a
|
||||
feature by at least one month (= one release). This is not the case. A feature
|
||||
flag does not have to stick around for a specific amount of time
|
||||
(e.g. at least one release), instead they should stick around until the feature
|
||||
(for example, at least one release), instead they should stick around until the feature
|
||||
is deemed stable. Stable means it works on GitLab.com without causing any
|
||||
problems, such as outages.
|
||||
|
||||
|
Reference in New Issue
Block a user