[PR #429] [CLOSED] Notifications - Step 1 #15376

Closed
opened 2025-11-02 11:45:10 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/429
Author: @andreynering
Created: 12/20/2016
Status: Closed

Base: masterHead: notifications-step-1


📝 Commits (3)

  • db33c50 Notifications - Step 1
  • 175b5de Set notification status to read
  • 4501dbc Reduce number of queries for performance

📊 Changes

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

View changed files

📝 models/issue.go (+10 -2)
📝 models/models.go (+34 -9)
models/notification.go (+245 -0)
modules/notification/notification.go (+46 -0)
📝 routers/repo/issue.go (+5 -0)

📄 Description

First step to resolve #145

This deprecates #321

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/429 **Author:** [@andreynering](https://github.com/andreynering) **Created:** 12/20/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `notifications-step-1` --- ### 📝 Commits (3) - [`db33c50`](https://github.com/go-gitea/gitea/commit/db33c508854933347f7cc4cb0e84aa74cd4b5d7e) Notifications - Step 1 - [`175b5de`](https://github.com/go-gitea/gitea/commit/175b5debfda5ce0ccb09f0fc992501287d61fe5f) Set notification status to read - [`4501dbc`](https://github.com/go-gitea/gitea/commit/4501dbc5704f9eb2158b47c1babaafb2973f6a17) Reduce number of queries for performance ### 📊 Changes **5 files changed** (+340 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `models/issue.go` (+10 -2) 📝 `models/models.go` (+34 -9) ➕ `models/notification.go` (+245 -0) ➕ `modules/notification/notification.go` (+46 -0) 📝 `routers/repo/issue.go` (+5 -0) </details> ### 📄 Description First step to resolve #145 This deprecates #321 I plan 2 steps: - [ ] 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:45:10 -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#15376