Skip to content

Sort flags by milestone and display results in table

Fabio Pitino requested to merge improve-format-ff-report into master

Problem

When analyzing a FF report such as gitlab-org/quality/triage-reports#8579 (closed) it's difficult to visually see the milestone and look first at flags introduced in older milestones.

What does this MR do?

This MR sorts the feature flags by milestone (ascending order) and displays the results in a markdown table for better readability.

Before

This is a group level feature flag report containing feature flags that should be evaluated or need action.

Feature flag trends can be found in the Sisense dashboard.

Feature flags needing action

These flags have been enabled in the codebase for 6 or more releases.



Please take action on these feature flags by performing one of the following options:

  1. Enable the feature flag by default and remove it.
  2. Convert it to an instance, group, or project setting.
  3. Revert the changes if it's still disabled and not needed anymore.

Feature flags overdue

These flags have been enabled in the codebase for 2 or more releases.



Please review these feature flags to determine if they are able to be removed entirely.

This report is generated from feature-flag-alert project

After

This is a group level feature flag report containing feature flags that should be evaluated or need action.

Feature flag trends can be found in the Sisense dashboard.

Feature flags needing action

These flags have been enabled in the codebase for 6 or more releases.

Feature flag Milestone Link
flag_one %11.7 http://issue.com

Please take action on these feature flags by performing one of the following options:

  1. Enable the feature flag by default and remove it.
  2. Convert it to an instance, group, or project setting.
  3. Revert the changes if it's still disabled and not needed anymore.

Feature flags overdue

These flags have been enabled in the codebase for 2 or more releases.

Feature flag Milestone Link
flag_two %12.0 Missing rollout issue
flag_three %12.3 http://nope.com

Please review these feature flags to determine if they are able to be removed entirely.


This report is generated from feature-flag-alert project

Merge request reports