[PR #39] [CLOSED] Feature size repo in admin panel #15104

Closed
opened 2025-11-02 11:38:56 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/39
Author: @DblK
Created: 11/3/2016
Status: Closed

Base: masterHead: feature-sizeRepo


📝 Commits (1)

  • 74cbcef Implementation of the feature to view repository size in admin panel

📊 Changes

5 files changed (+158 additions, -0 deletions)

View changed files

📝 conf/locale/locale_en-US.ini (+1 -0)
📝 models/repo.go (+146 -0)
📝 models/update.go (+6 -0)
📝 modules/template/template.go (+3 -0)
📝 templates/admin/repo/list.tmpl (+2 -0)

📄 Description

Equivalent of my PR #3631 on gogs


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/39 **Author:** [@DblK](https://github.com/DblK) **Created:** 11/3/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature-sizeRepo` --- ### 📝 Commits (1) - [`74cbcef`](https://github.com/go-gitea/gitea/commit/74cbcefab52f59fca72f0b497c2424148768ae7f) Implementation of the feature to view repository size in admin panel ### 📊 Changes **5 files changed** (+158 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `conf/locale/locale_en-US.ini` (+1 -0) 📝 `models/repo.go` (+146 -0) 📝 `models/update.go` (+6 -0) 📝 `modules/template/template.go` (+3 -0) 📝 `templates/admin/repo/list.tmpl` (+2 -0) </details> ### 📄 Description Equivalent of my [PR #3631](https://github.com/gogits/gogs/pull/3631) on gogs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:38:56 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15104