[PR #3078] [MERGED] Sanitize logs for mirror sync (#3057, #3082) #16752

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3078
Author: @ethantkoenig
Created: 12/3/2017
Status: Merged
Merged: 12/8/2017
Merged by: @lafriks

Base: release/v1.3Head: backport/mirror_logs


📝 Commits (4)

  • 04a253f Sanitize logs for mirror sync
  • 74f75e7 Fix error message sanitiziation (#3082)
  • 68d231d Merge branch 'release/v1.3' into backport/mirror_logs
  • 2f9338c Merge branch 'release/v1.3' into backport/mirror_logs

📊 Changes

5 files changed (+105 additions, -34 deletions)

View changed files

📝 models/repo.go (+6 -1)
📝 models/repo_mirror.go (+42 -28)
modules/util/sanitize.go (+48 -0)
📝 routers/api/v1/repo/repo.go (+3 -3)
📝 routers/repo/repo.go (+6 -2)

📄 Description

Backport of #3057 and #3082.


🔄 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/3078 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 12/3/2017 **Status:** ✅ Merged **Merged:** 12/8/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `release/v1.3` ← **Head:** `backport/mirror_logs` --- ### 📝 Commits (4) - [`04a253f`](https://github.com/go-gitea/gitea/commit/04a253f4ab13871102d6c78e10f0b433e43059dd) Sanitize logs for mirror sync - [`74f75e7`](https://github.com/go-gitea/gitea/commit/74f75e743b9077677759c543341ed1566ff06272) Fix error message sanitiziation (#3082) - [`68d231d`](https://github.com/go-gitea/gitea/commit/68d231d9a27393d7bf5596938923bd59cc55456a) Merge branch 'release/v1.3' into backport/mirror_logs - [`2f9338c`](https://github.com/go-gitea/gitea/commit/2f9338c319fc637a468cc6cf8771abcd802c3c6b) Merge branch 'release/v1.3' into backport/mirror_logs ### 📊 Changes **5 files changed** (+105 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `models/repo.go` (+6 -1) 📝 `models/repo_mirror.go` (+42 -28) ➕ `modules/util/sanitize.go` (+48 -0) 📝 `routers/api/v1/repo/repo.go` (+3 -3) 📝 `routers/repo/repo.go` (+6 -2) </details> ### 📄 Description Backport of #3057 and #3082. --- <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:18:16 -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#16752