Manage GitLab attachments (uploads administration)

Sometimes I need to attach a file to a release:

gitlab_attach_file

Afterwards, in some situations, I might need to replace an attached file with a new file.

Doing that is pretty easy, however there is no way to delete the discarded files, and over time these make the project storage grow unbounded:

gitlab_project_storage

On my side I have kept a list of URIs of all the discarded files, but there is not much I can do.

Would it be possible to enable GitLab’s Uploads Administration (or something similar) on GNOME’s GitLab platform?

― madmurphy

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.