[PR #5111] [MERGED] Refactor notification for indexer #17645

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5111
Author: @lunny
Created: 10/19/2018
Status: Merged
Merged: 1/17/2019
Merged by: @lunny

Base: masterHead: lunny/notification_indexer


📝 Commits (3)

  • 34fb9ac notification for indexer
  • 49b549e use NullNotifier as parent struct
  • 15aeacd Merge branch 'master' into lunny/notification_indexer

📊 Changes

8 files changed (+75 additions, -15 deletions)

View changed files

📝 models/issue.go (+0 -3)
📝 models/issue_comment.go (+0 -7)
📝 models/issue_indexer.go (+1 -3)
📝 models/pull.go (+0 -2)
modules/notification/indexer/indexer.go (+62 -0)
📝 modules/notification/notification.go (+2 -0)
📝 routers/api/v1/repo/issue_comment.go (+6 -0)
📝 routers/repo/issue.go (+4 -0)

📄 Description

extract from #4001


🔄 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/5111 **Author:** [@lunny](https://github.com/lunny) **Created:** 10/19/2018 **Status:** ✅ Merged **Merged:** 1/17/2019 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/notification_indexer` --- ### 📝 Commits (3) - [`34fb9ac`](https://github.com/go-gitea/gitea/commit/34fb9ac288b486bdd55fdad72f7d1d634185f932) notification for indexer - [`49b549e`](https://github.com/go-gitea/gitea/commit/49b549eef054fb94969da4de4ee16ac8762e2ee2) use NullNotifier as parent struct - [`15aeacd`](https://github.com/go-gitea/gitea/commit/15aeacd4585f94d4820aa4967cfd1c6fe2828f4e) Merge branch 'master' into lunny/notification_indexer ### 📊 Changes **8 files changed** (+75 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `models/issue.go` (+0 -3) 📝 `models/issue_comment.go` (+0 -7) 📝 `models/issue_indexer.go` (+1 -3) 📝 `models/pull.go` (+0 -2) ➕ `modules/notification/indexer/indexer.go` (+62 -0) 📝 `modules/notification/notification.go` (+2 -0) 📝 `routers/api/v1/repo/issue_comment.go` (+6 -0) 📝 `routers/repo/issue.go` (+4 -0) </details> ### 📄 Description extract from #4001 --- <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 14:41:39 -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#17645