[PR #5568] [MERGED] Issue is not overdue when it is on the same date #5566 #17847

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5568
Author: @rvillablanca
Created: 12/19/2018
Status: Merged
Merged: 1/1/2019
Merged by: @jonasfranz

Base: masterHead: fix-5566


📝 Commits (7)

  • 244d106 Due date time of issues and milestones is set to 23:59:59
  • 2511e22 Merge branch 'master' into fix-5566
  • 5406d56 Merge branch 'master' into fix-5566
  • 3631a02 Merge branch 'master' into fix-5566
  • 5879009 Add docs
  • b334778 make gen swagger
  • d3abbaa fix swagger gen

📊 Changes

3 files changed (+14 additions, -8 deletions)

View changed files

📝 routers/api/v1/repo/issue.go (+9 -5)
📝 routers/repo/milestone.go (+2 -0)
📝 templates/swagger/v1_json.tmpl (+3 -3)

📄 Description

This PR fix #5566 so now a due date that is today won't be considered overdue, this applies to milestones and issues.


🔄 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/5568 **Author:** [@rvillablanca](https://github.com/rvillablanca) **Created:** 12/19/2018 **Status:** ✅ Merged **Merged:** 1/1/2019 **Merged by:** [@jonasfranz](https://github.com/jonasfranz) **Base:** `master` ← **Head:** `fix-5566` --- ### 📝 Commits (7) - [`244d106`](https://github.com/go-gitea/gitea/commit/244d1067e704344e8556471e448fb300545de480) Due date time of issues and milestones is set to 23:59:59 - [`2511e22`](https://github.com/go-gitea/gitea/commit/2511e228bd99fcf1a68eeaa5ef65c69697909764) Merge branch 'master' into fix-5566 - [`5406d56`](https://github.com/go-gitea/gitea/commit/5406d56333cd1fd2c1050d1b50a840812e71fe69) Merge branch 'master' into fix-5566 - [`3631a02`](https://github.com/go-gitea/gitea/commit/3631a02e524c5656f7afe43e8c740b9e688dc23d) Merge branch 'master' into fix-5566 - [`5879009`](https://github.com/go-gitea/gitea/commit/587900910ae059bd675e2648099e970794884d22) Add docs - [`b334778`](https://github.com/go-gitea/gitea/commit/b334778623e16ca4fa4622bdfe4621f4e61acdee) make gen swagger - [`d3abbaa`](https://github.com/go-gitea/gitea/commit/d3abbaa9785e5b73c04e0c7974b944180c969a24) fix swagger gen ### 📊 Changes **3 files changed** (+14 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `routers/api/v1/repo/issue.go` (+9 -5) 📝 `routers/repo/milestone.go` (+2 -0) 📝 `templates/swagger/v1_json.tmpl` (+3 -3) </details> ### 📄 Description This PR fix #5566 so now a due date that is today won't be considered overdue, this applies to milestones and issues. --- <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 16:14:31 -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#17847