Skip to content

Add ability to remove blobs

Jacques Erasmus requested to merge 450701-remove-blobs into master

What does this MR do and why?

Adds the UI for removing blobs via repository settings.

this MR does not contain the backend integration. Changes are behind the rewrite_history_ui feature flag

MR breakdown

description MR
Add ability to remove blobs 👈 this MR
Add ability to redact text !154095 (merged)
Backend/frontend integration + docs follow-up MR

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
Screenshot_2024-05-22_at_17.15.12 Screenshot_2024-05-22_at_17.15.37

How to set up and validate locally

  1. Enable the rewrite_history_ui feature flag.
  2. Navigate to Project > Setting > Repository > Repository maintenance
  3. Click on Remove blobs
  4. The remove blobs drawer should open

Related to #450701

Edited by Jacques Erasmus

Merge request reports