Destroy RPM repository files
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
🔥 Problem
For package files, we do have:
- APIs to list them.
- APIs to delete them.
- A status around the destruction (
pending_destruction). - A logic that will deal with those objects, mainly background jobs.
We don't have such things for RPM repository files that have been introduced in !97484 (merged).
🚒 Solution
Decide how users are going to manage those repository files.
Provide:
- APIs.
- Implement the
pending_destructionstatus. - Update the cleanup background jobs to take care of those
pending_destructionobjects.
Edited by 🤖 GitLab Bot 🤖