[PR #3537] [MERGED] Add issue closed time column to fix activity closed issues list #16983

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3537
Author: @lafriks
Created: 2/18/2018
Status: Merged
Merged: 2/19/2018
Merged by: @appleboy

Base: masterHead: fix/activity_close_date


📝 Commits (1)

  • 1d9961d Add issue closed time column to fix activity closed issues list

📊 Changes

6 files changed (+50 additions, -6 deletions)

View changed files

📝 models/issue.go (+7 -1)
📝 models/issue_milestone_test.go (+4 -2)
📝 models/migrations/migrations.go (+2 -0)
models/migrations/v57.go (+30 -0)
📝 models/repo_activity.go (+6 -2)
📝 templates/repo/activity.tmpl (+1 -1)

📄 Description

Fixes #3481


🔄 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/3537 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 2/18/2018 **Status:** ✅ Merged **Merged:** 2/19/2018 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `fix/activity_close_date` --- ### 📝 Commits (1) - [`1d9961d`](https://github.com/go-gitea/gitea/commit/1d9961d49c8822260676c8c8ce2cab05d2cf5f01) Add issue closed time column to fix activity closed issues list ### 📊 Changes **6 files changed** (+50 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `models/issue.go` (+7 -1) 📝 `models/issue_milestone_test.go` (+4 -2) 📝 `models/migrations/migrations.go` (+2 -0) ➕ `models/migrations/v57.go` (+30 -0) 📝 `models/repo_activity.go` (+6 -2) 📝 `templates/repo/activity.tmpl` (+1 -1) </details> ### 📄 Description Fixes #3481 --- <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:23:33 -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#16983