Skip to content

Draft: Add versioned pages deployments to Storage Statistics

What does this MR do and why?

Add versioned pages deployments to Storage Statistics

With GitLab Pages multiple deployments users will be able to create multiple deployments for the same GitLab Pages. In other words, GitLab Pages will be able to have a main version and others prefixed versions.

To avoid storage over-usage, we want the prefixed deployments to count towards the user storage.

Based on: https://gitlab.com/-/snippets/3673048

Related to: #425942 (closed)

Changelog: added

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports