[PR #3577] [CLOSED] Add option to skip health check for some repositories #17008

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3577
Author: @aswild
Created: 2/24/2018
Status: Closed

Base: masterHead: issue-1712


📝 Commits (1)

  • 44681d5 Add option to skip health check for some repositories

📊 Changes

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

View changed files

📝 custom/conf/app.ini.sample (+2 -0)
📝 docs/content/doc/advanced/config-cheat-sheet.en-us.md (+1 -0)
📝 models/repo.go (+8 -0)
📝 modules/setting/setting.go (+2 -0)

📄 Description

Some large git repos (e.g. the Linux Kernel) take an excessively long
time to fsck, and the resulting failure messages pollute the Gitea
system notices with noise.

Add the field SKIP_REPOS to the [cron.repo_health_check] section of
app.ini which is a list of repos for which to skip the health check.

Implements: https://github.com/go-gitea/gitea/issues/1712
Signed-off-by: Allen Wild allenwild93@gmail.com


🔄 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/3577 **Author:** [@aswild](https://github.com/aswild) **Created:** 2/24/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `issue-1712` --- ### 📝 Commits (1) - [`44681d5`](https://github.com/go-gitea/gitea/commit/44681d5e4d9133db24344e25e1ac133b05769319) Add option to skip health check for some repositories ### 📊 Changes **4 files changed** (+13 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `custom/conf/app.ini.sample` (+2 -0) 📝 `docs/content/doc/advanced/config-cheat-sheet.en-us.md` (+1 -0) 📝 `models/repo.go` (+8 -0) 📝 `modules/setting/setting.go` (+2 -0) </details> ### 📄 Description Some large git repos (e.g. the Linux Kernel) take an excessively long time to fsck, and the resulting failure messages pollute the Gitea system notices with noise. Add the field SKIP_REPOS to the [cron.repo_health_check] section of app.ini which is a list of repos for which to skip the health check. Implements: https://github.com/go-gitea/gitea/issues/1712 Signed-off-by: Allen Wild <allenwild93@gmail.com> --- <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:08 -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#17008