[PR #807] [MERGED] Redirects for renamed repos #15585

Closed
opened 2025-11-02 11:50:01 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/807
Author: @ethantkoenig
Created: 2/1/2017
Status: Merged
Merged: 2/5/2017
Merged by: @lunny

Base: masterHead: redirect


📝 Commits (2)

  • f97c59f Redirects for renamed repos
  • 1d63de7 Remove unused phrase from locales

📊 Changes

29 files changed (+127 additions, -27 deletions)

View changed files

📝 models/error.go (+16 -0)
📝 models/models.go (+1 -0)
📝 models/repo.go (+3 -0)
models/repo_redirect.go (+62 -0)
📝 modules/context/repo.go (+31 -4)
📝 options/locale/locale_bg-BG.ini (+0 -1)
📝 options/locale/locale_cs-CZ.ini (+0 -1)
📝 options/locale/locale_de-DE.ini (+0 -1)
📝 options/locale/locale_en-US.ini (+0 -1)
📝 options/locale/locale_es-ES.ini (+0 -1)
📝 options/locale/locale_fi-FI.ini (+0 -1)
📝 options/locale/locale_fr-FR.ini (+0 -1)
📝 options/locale/locale_it-IT.ini (+0 -1)
📝 options/locale/locale_ja-JP.ini (+0 -1)
📝 options/locale/locale_ko-KR.ini (+0 -1)
📝 options/locale/locale_lv-LV.ini (+0 -1)
📝 options/locale/locale_nl-NL.ini (+0 -1)
📝 options/locale/locale_pl-PL.ini (+0 -1)
📝 options/locale/locale_pt-BR.ini (+0 -1)
📝 options/locale/locale_ru-RU.ini (+0 -1)

...and 9 more files

📄 Description

Adds a new table (repo_redirect) to track what previous names should be redirected to.


🔄 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/807 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 2/1/2017 **Status:** ✅ Merged **Merged:** 2/5/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `redirect` --- ### 📝 Commits (2) - [`f97c59f`](https://github.com/go-gitea/gitea/commit/f97c59f807cb78bee20a7016eb152da60b310efe) Redirects for renamed repos - [`1d63de7`](https://github.com/go-gitea/gitea/commit/1d63de7c24d895af96597b47d0b8c7e2bea4a2e2) Remove unused phrase from locales ### 📊 Changes **29 files changed** (+127 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `models/error.go` (+16 -0) 📝 `models/models.go` (+1 -0) 📝 `models/repo.go` (+3 -0) ➕ `models/repo_redirect.go` (+62 -0) 📝 `modules/context/repo.go` (+31 -4) 📝 `options/locale/locale_bg-BG.ini` (+0 -1) 📝 `options/locale/locale_cs-CZ.ini` (+0 -1) 📝 `options/locale/locale_de-DE.ini` (+0 -1) 📝 `options/locale/locale_en-US.ini` (+0 -1) 📝 `options/locale/locale_es-ES.ini` (+0 -1) 📝 `options/locale/locale_fi-FI.ini` (+0 -1) 📝 `options/locale/locale_fr-FR.ini` (+0 -1) 📝 `options/locale/locale_it-IT.ini` (+0 -1) 📝 `options/locale/locale_ja-JP.ini` (+0 -1) 📝 `options/locale/locale_ko-KR.ini` (+0 -1) 📝 `options/locale/locale_lv-LV.ini` (+0 -1) 📝 `options/locale/locale_nl-NL.ini` (+0 -1) 📝 `options/locale/locale_pl-PL.ini` (+0 -1) 📝 `options/locale/locale_pt-BR.ini` (+0 -1) 📝 `options/locale/locale_ru-RU.ini` (+0 -1) _...and 9 more files_ </details> ### 📄 Description Adds a new table (`repo_redirect`) to track what previous names should be redirected to. --- <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:50:01 -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#15585