Admin panel: show attachment count and size per repo #8199

Open
opened 2025-11-02 07:57:07 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @rnwgnr on GitHub (Dec 1, 2021).

Feature Description

The table of repositories in the "Repositories" tab in the Admin panel (Endpoint /admin/repos) should show the number of attachments and their overall size per repo.

Screenshots

No response

Originally created by @rnwgnr on GitHub (Dec 1, 2021). ### Feature Description The table of repositories in the "Repositories" tab in the Admin panel (Endpoint `/admin/repos`) should show the number of attachments and their overall size per repo. ### Screenshots _No response_
GiteaMirror added the topic/uitype/proposal labels 2025-11-02 07:57:07 -06:00
Author
Owner

@silverwind commented on GitHub (Dec 1, 2021):

Not sure whether attachment count is really useful, but their size could be reflected in the existing Size column, possible via a tooltip, so we have Size being the sum of attachments and git files.

@silverwind commented on GitHub (Dec 1, 2021): Not sure whether attachment count is really useful, but their size could be reflected in the existing Size column, possible via a tooltip, so we have Size being the sum of attachments and git files.
Author
Owner

@rnwgnr commented on GitHub (Dec 6, 2021):

attachments and repos are distict pieces for me, they may even be stored an different storage devices. So i'd prefer a distinct attachment size column.

@rnwgnr commented on GitHub (Dec 6, 2021): attachments and repos are distict pieces for me, they may even be stored an different storage devices. So i'd prefer a distinct attachment size column.
Author
Owner

@silverwind commented on GitHub (Dec 10, 2021):

My point is that there's not infinite space available in these tables, so certain less-relevant things may need to move to popups.

@silverwind commented on GitHub (Dec 10, 2021): My point is that there's not infinite space available in these tables, so certain less-relevant things may need to move to popups.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#8199