[PR #1482] [MERGED] Repo size in admin panel #15922

Closed
opened 2025-11-02 11:57:58 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1482
Author: @cez81
Created: 4/10/2017
Status: Merged
Merged: 4/11/2017
Merged by: @appleboy

Base: masterHead: repo_size


📝 Commits (3)

  • b5f1205 Implementation of the feature to view repository size in admin panel
  • 6899773 Copy migration code from Gogs
  • 0247cb7 make fmt

📊 Changes

8 files changed (+119 additions, -0 deletions)

View changed files

📝 models/migrations/migrations.go (+2 -0)
models/migrations/v28.go (+77 -0)
📝 models/repo.go (+25 -0)
📝 models/repo_mirror.go (+5 -0)
📝 models/update.go (+4 -0)
📝 modules/templates/helper.go (+3 -0)
📝 options/locale/locale_en-US.ini (+1 -0)
📝 templates/admin/repo/list.tmpl (+2 -0)

📄 Description

Add repository size to repo list in admin panel. Replacement for #39


🔄 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/1482 **Author:** [@cez81](https://github.com/cez81) **Created:** 4/10/2017 **Status:** ✅ Merged **Merged:** 4/11/2017 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `repo_size` --- ### 📝 Commits (3) - [`b5f1205`](https://github.com/go-gitea/gitea/commit/b5f1205c6b7da0de3bdcd053ee17ac92d75261c6) Implementation of the feature to view repository size in admin panel - [`6899773`](https://github.com/go-gitea/gitea/commit/68997730b4849b827fd268633be28e5f548a6ce0) Copy migration code from Gogs - [`0247cb7`](https://github.com/go-gitea/gitea/commit/0247cb745fa14105f4c6f5219c7ec3f408fa7d70) make fmt ### 📊 Changes **8 files changed** (+119 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `models/migrations/migrations.go` (+2 -0) ➕ `models/migrations/v28.go` (+77 -0) 📝 `models/repo.go` (+25 -0) 📝 `models/repo_mirror.go` (+5 -0) 📝 `models/update.go` (+4 -0) 📝 `modules/templates/helper.go` (+3 -0) 📝 `options/locale/locale_en-US.ini` (+1 -0) 📝 `templates/admin/repo/list.tmpl` (+2 -0) </details> ### 📄 Description Add repository size to repo list in admin panel. Replacement for #39 --- <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:57:58 -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#15922