[PR #3540] [MERGED] Add issue closed time column to fix activity closed issues list (#3537) #16986

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

📋 Pull Request Information

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

Base: release/v1.4Head: fix/issue_close_date_1_4


📝 Commits (2)

  • a942fb6 Add issue closed time column to fix activity closed issues list (#3537)
  • 427d37b Merge branch 'release/v1.4' into fix/issue_close_date_1_4

📊 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

Backport #3537


🔄 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/3540 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 2/19/2018 **Status:** ✅ Merged **Merged:** 2/19/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `release/v1.4` ← **Head:** `fix/issue_close_date_1_4` --- ### 📝 Commits (2) - [`a942fb6`](https://github.com/go-gitea/gitea/commit/a942fb6b7f247c82c526592311bdbb85d74e3d82) Add issue closed time column to fix activity closed issues list (#3537) - [`427d37b`](https://github.com/go-gitea/gitea/commit/427d37bebe52e855b5574ab8cca71cb633a6daa1) Merge branch 'release/v1.4' into fix/issue_close_date_1_4 ### 📊 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 Backport #3537 --- <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:36 -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#16986