[PR #3870] [MERGED] Fix to use only needed columns from tables to get repository git paths #17114

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3870
Author: @lafriks
Created: 4/30/2018
Status: Merged
Merged: 5/2/2018
Merged by: @lafriks

Base: masterHead: fix/migration_from_old_versions


📝 Commits (3)

  • efba083 Fix to use only needed columns from tables to get repository git paths
  • 096f9d4 Empty string check optimization
  • a87542b Merge branch 'master' into fix/migration_from_old_versions

📊 Changes

2 files changed (+48 additions, -4 deletions)

View changed files

📝 models/repo.go (+47 -3)
📝 models/wiki.go (+1 -1)

📄 Description

Fixes #3864


🔄 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/3870 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 4/30/2018 **Status:** ✅ Merged **Merged:** 5/2/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `fix/migration_from_old_versions` --- ### 📝 Commits (3) - [`efba083`](https://github.com/go-gitea/gitea/commit/efba083327b01d2daff8d66999f18d75ebdfd8ef) Fix to use only needed columns from tables to get repository git paths - [`096f9d4`](https://github.com/go-gitea/gitea/commit/096f9d4feabf1a40929dbd9466004a9c8b13f01b) Empty string check optimization - [`a87542b`](https://github.com/go-gitea/gitea/commit/a87542b87eb4b945c74a5628df28cdbaa43535d5) Merge branch 'master' into fix/migration_from_old_versions ### 📊 Changes **2 files changed** (+48 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `models/repo.go` (+47 -3) 📝 `models/wiki.go` (+1 -1) </details> ### 📄 Description Fixes #3864 --- <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:26:38 -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#17114