[PR #3606] [MERGED] Add admin dashboard option to run health checks #17012

Closed
opened 2025-11-02 12:24:13 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3606
Author: @aswild
Created: 3/2/2018
Status: Merged
Merged: 3/2/2018
Merged by: @lafriks

Base: masterHead: manual-fsck


📝 Commits (1)

  • d2ed6ef Add admin dashboard option to run health checks

📊 Changes

4 files changed (+12 additions, -0 deletions)

View changed files

📝 models/repo.go (+2 -0)
📝 options/locale/locale_en-US.ini (+2 -0)
📝 routers/admin/admin.go (+4 -0)
📝 templates/admin/dashboard.tmpl (+4 -0)

📄 Description

There's one for git gc, why not git fsck too?

Also add a couple more trace logs to GitFsck to see progress


🔄 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/3606 **Author:** [@aswild](https://github.com/aswild) **Created:** 3/2/2018 **Status:** ✅ Merged **Merged:** 3/2/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `manual-fsck` --- ### 📝 Commits (1) - [`d2ed6ef`](https://github.com/go-gitea/gitea/commit/d2ed6ef5aa326f86632c79f67ba2aca42bb7dfd8) Add admin dashboard option to run health checks ### 📊 Changes **4 files changed** (+12 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `models/repo.go` (+2 -0) 📝 `options/locale/locale_en-US.ini` (+2 -0) 📝 `routers/admin/admin.go` (+4 -0) 📝 `templates/admin/dashboard.tmpl` (+4 -0) </details> ### 📄 Description There's one for git gc, why not git fsck too? Also add a couple more trace logs to GitFsck to see progress --- <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 12:24:13 -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#17012