[PR #2596] [MERGED] Reduce usage of allcols on update #16494

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2596
Author: @lunny
Created: 9/24/2017
Status: Merged
Merged: 9/25/2017
Merged by: @lunny

Base: masterHead: lunny/reduce_allcols_update


📝 Commits (2)

📊 Changes

10 files changed (+21 additions, -25 deletions)

View changed files

📝 models/issue_milestone.go (+2 -2)
📝 models/issue_user.go (+1 -1)
📝 models/org.go (+1 -1)
📝 models/org_team.go (+5 -5)
📝 models/pull.go (+1 -1)
📝 models/repo.go (+1 -1)
📝 models/repo_collaboration.go (+1 -1)
📝 models/ssh_key.go (+1 -9)
📝 models/user.go (+5 -1)
📝 models/user_mail.go (+3 -3)

📄 Description

Reduce some unneccessary of AllCols on update.


🔄 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/2596 **Author:** [@lunny](https://github.com/lunny) **Created:** 9/24/2017 **Status:** ✅ Merged **Merged:** 9/25/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/reduce_allcols_update` --- ### 📝 Commits (2) - [`4d0f112`](https://github.com/go-gitea/gitea/commit/4d0f112124c87de3794dbdeb68831d5178b70ece) reduce usage of allcols on update - [`5ed36ba`](https://github.com/go-gitea/gitea/commit/5ed36ba5421b06daf0e5e028e61d5539485b39e2) fix bug and tests ### 📊 Changes **10 files changed** (+21 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `models/issue_milestone.go` (+2 -2) 📝 `models/issue_user.go` (+1 -1) 📝 `models/org.go` (+1 -1) 📝 `models/org_team.go` (+5 -5) 📝 `models/pull.go` (+1 -1) 📝 `models/repo.go` (+1 -1) 📝 `models/repo_collaboration.go` (+1 -1) 📝 `models/ssh_key.go` (+1 -9) 📝 `models/user.go` (+5 -1) 📝 `models/user_mail.go` (+3 -3) </details> ### 📄 Description Reduce some unneccessary of `AllCols` on update. --- <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:11:57 -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#16494