Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b0fa2f31
Commit
b0fa2f31
authored
Dec 20, 2021
by
Fabio Pitino
Committed by
Marcel Amirault
Dec 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add 6 months limit to FF lifecycle
parent
0a2296f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
doc/development/feature_flags/controls.md
doc/development/feature_flags/controls.md
+13
-0
No files found.
doc/development/feature_flags/controls.md
View file @
b0fa2f31
...
...
@@ -303,6 +303,19 @@ and reduces confidence in our testing suite covering all possible combinations.
Additionally, a feature flag overwritten in some of the environments can result
in undefined and untested system behavior.
`development`
type feature flags should have a short life-cycle because their purpose
is for rolling out a persistent change.
`development`
feature flags that are older
than 2 milestones are reported to engineering managers. The
[
report tool
](
https://gitlab.com/gitlab-org/gitlab-feature-flag-alert
)
runs on a
monthly basis. For example, see
[
the report for December 2021
](
https://gitlab.com/gitlab-org/quality/triage-reports/-/issues/5480
)
.
If a
`development`
feature flag is still present in the codebase after 6 months we should
take one of the following actions:
-
Enable the feature flag by default and remove it.
-
Convert it to an instance, group, or project setting.
-
Revert the changes if it's still disabled and not needed anymore.
To remove a feature flag, open
**one merge request**
to make the changes. In the MR:
1.
Add the ~"feature flag" label so release managers are aware the changes are hidden behind a feature flag.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment