Skip to content

Draft: Selhorn another badge idea

Suzanne Selhorn requested to merge selhorn-another-badge-idea into main

Another idea. Combine the version history notes and tier info.

Use this markdown for the example:

DETAILS:
**Offering:** SaaS, self-managed
<br>**Tier:** [Ultimate](https://about.gitlab.com/pricing/?glm_source=docs.gitlab.com&glm_content=badges-docs)
<br>**Status:** [Beta](https://docs.gitlab.com/ee/policy/experiment-beta-support.html)
<br>- [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/255449) in GitLab 14.2 for groups created after August 12, 2021.
<br>- [Renamed](https://gitlab.com/gitlab-org/gitlab/-/issues/352960) from default delayed project deletion in GitLab 15.1.
<br>- [Enabled for projects in personal namespaces](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/89466) in GitLab 15.1.
<br>- [Disabled for projects in personal namespaces](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/95495) in GitLab 15.3.
<br>- [Removed option to delete immediately](https://gitlab.com/gitlab-org/gitlab/-/issues/389557) in GitLab 15.11 [with a flag](../feature_flags.md) named `always_perform_delayed_deletion`. Disabled by default.
<br>- Enabled delayed deletion by default and removed the option to delete immediately [on GitLab.com](https://gitlab.com/gitlab-org/gitlab/-/issues/393622) and [on self-managed](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/119606) in GitLab 16.0.

And it renders like this.

image

Ideally we can make it collapsible, but not going to pursue that option right now. (Don't want to introduce more Ruby.)

Merge request reports