[PR #3212] [MERGED] Remove unnecessary updates to issue indexer #16830

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

📋 Pull Request Information

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

Base: masterHead: issue_indexer_cols


📝 Commits (1)

  • 4539396 Remove unnecessary updates to issue indexer

📊 Changes

3 files changed (+22 additions, -2 deletions)

View changed files

📝 models/issue.go (+1 -1)
📝 models/issue_indexer.go (+20 -0)
📝 models/issue_milestone.go (+1 -1)

📄 Description

Do not update the issue indexer when an update to an issue does not affect the fields that are actually stored in the indexer.


🔄 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/3212 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 12/17/2017 **Status:** ✅ Merged **Merged:** 12/17/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `issue_indexer_cols` --- ### 📝 Commits (1) - [`4539396`](https://github.com/go-gitea/gitea/commit/4539396c9721c1ff15e468b078d79cf3c6c5212a) Remove unnecessary updates to issue indexer ### 📊 Changes **3 files changed** (+22 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `models/issue.go` (+1 -1) 📝 `models/issue_indexer.go` (+20 -0) 📝 `models/issue_milestone.go` (+1 -1) </details> ### 📄 Description Do not update the issue indexer when an update to an issue does not affect the fields that are actually stored in the indexer. --- <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:20:05 -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#16830