[PR #523] [MERGED] Notification - Step 1 #15431

Closed
opened 2025-11-02 11:46:23 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/523
Author: @andreynering
Created: 12/28/2016
Status: Merged
Merged: 12/30/2016
Merged by: @lunny

Base: masterHead: notifications-step-1


📝 Commits (3)

  • 03b82e7 Notification - Step 1
  • 99b5953 Add copyright headers
  • 031d68a Cache issue and repository on notification model

📊 Changes

5 files changed (+349 additions, -11 deletions)

View changed files

📝 models/issue.go (+10 -2)
📝 models/models.go (+35 -9)
models/notification.go (+249 -0)
modules/notification/notification.go (+50 -0)
📝 routers/repo/issue.go (+5 -0)

📄 Description

First step to resolve #145

This deprecates #429

I plan 2 steps:

  • Create database table and create/update notifications (this one)
  • Actually have UI for notifications

🔄 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/523 **Author:** [@andreynering](https://github.com/andreynering) **Created:** 12/28/2016 **Status:** ✅ Merged **Merged:** 12/30/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `notifications-step-1` --- ### 📝 Commits (3) - [`03b82e7`](https://github.com/go-gitea/gitea/commit/03b82e737dca90572d75ca0b36b5e1da540b3dc7) Notification - Step 1 - [`99b5953`](https://github.com/go-gitea/gitea/commit/99b5953f1712592f0c2e4f72d4bef36053efe136) Add copyright headers - [`031d68a`](https://github.com/go-gitea/gitea/commit/031d68a95ad7f1aae64c2b636225d427d7073ccd) Cache issue and repository on notification model ### 📊 Changes **5 files changed** (+349 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `models/issue.go` (+10 -2) 📝 `models/models.go` (+35 -9) ➕ `models/notification.go` (+249 -0) ➕ `modules/notification/notification.go` (+50 -0) 📝 `routers/repo/issue.go` (+5 -0) </details> ### 📄 Description First step to resolve #145 This deprecates #429 I plan 2 steps: - [x] Create database table and create/update notifications (this one) - [ ] Actually have UI for notifications --- <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 11:46:23 -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#15431