[PR #2621] [MERGED] Remove repo unit index #16507

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2621
Author: @Morlinest
Created: 9/28/2017
Status: Merged
Merged: 10/2/2017
Merged by: @lafriks

Base: masterHead: fix/use-correct-repo-unit-index


📝 Commits (7)

  • eff2b8f Remove repo unit index
  • 7b01b26 Fix sqlite
  • 88e3e9f Merge branch 'master' into fix/use-correct-repo-unit-index
  • 9706749 Merge branch 'master' into fix/use-correct-repo-unit-index
  • 988fc75 Fix dupplicate type after merge
  • 50dcee0 Merge branch 'master' into fix/use-correct-repo-unit-index
  • 72d14ed Merge branch 'master' into fix/use-correct-repo-unit-index

📊 Changes

6 files changed (+33 additions, -22 deletions)

View changed files

📝 models/fixtures/repo_unit.yml (+0 -10)
📝 models/migrations/migrations.go (+2 -0)
models/migrations/v45.go (+28 -0)
📝 models/repo.go (+1 -3)
📝 models/repo_unit.go (+2 -3)
📝 routers/repo/setting.go (+0 -6)

📄 Description

Fix Index values in RepoUnit.~~#2601 has to be merged first.

Edit: #2601 or #2603 can fix problems with accessing repo pages with this changes.

Removes unused RepoUnit.Index


🔄 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/2621 **Author:** [@Morlinest](https://github.com/Morlinest) **Created:** 9/28/2017 **Status:** ✅ Merged **Merged:** 10/2/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `fix/use-correct-repo-unit-index` --- ### 📝 Commits (7) - [`eff2b8f`](https://github.com/go-gitea/gitea/commit/eff2b8fcd66167a55dafbab889c7d390f6ca954e) Remove repo unit index - [`7b01b26`](https://github.com/go-gitea/gitea/commit/7b01b26ac9be72771313ac12854fa817b1e197fd) Fix sqlite - [`88e3e9f`](https://github.com/go-gitea/gitea/commit/88e3e9f5b04eb8f50b3cd528e919e027d4ae8eeb) Merge branch 'master' into fix/use-correct-repo-unit-index - [`9706749`](https://github.com/go-gitea/gitea/commit/9706749e197b4555508a8e0d7d7adfacf77a1525) Merge branch 'master' into fix/use-correct-repo-unit-index - [`988fc75`](https://github.com/go-gitea/gitea/commit/988fc75a3439051d4ff88f8d11a28c50c515206b) Fix dupplicate type after merge - [`50dcee0`](https://github.com/go-gitea/gitea/commit/50dcee015738fc036d6533a51480014e55ca78a9) Merge branch 'master' into fix/use-correct-repo-unit-index - [`72d14ed`](https://github.com/go-gitea/gitea/commit/72d14ed9478581c6691edaa0791c159d74598089) Merge branch 'master' into fix/use-correct-repo-unit-index ### 📊 Changes **6 files changed** (+33 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `models/fixtures/repo_unit.yml` (+0 -10) 📝 `models/migrations/migrations.go` (+2 -0) ➕ `models/migrations/v45.go` (+28 -0) 📝 `models/repo.go` (+1 -3) 📝 `models/repo_unit.go` (+2 -3) 📝 `routers/repo/setting.go` (+0 -6) </details> ### 📄 Description ~Fix `Index` values in `RepoUnit`.~~#2601 has to be merged first.~ ~Edit: #2601 or #2603 can fix problems with accessing repo pages with this changes.~ Removes unused `RepoUnit.Index` --- <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:12:14 -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#16507