[PR #3890] [MERGED] Issue due date api #17128

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3890
Author: @kolaente
Created: 5/2/2018
Status: Merged
Merged: 7/16/2018
Merged by: @jonasfranz

Base: masterHead: issue-due-date-api


📝 Commits (10+)

📊 Changes

12 files changed (+258 additions, -90 deletions)

View changed files

📝 options/locale/locale_en-US.ini (+1 -0)
📝 public/css/index.css (+1 -1)
📝 public/js/index.js (+37 -7)
📝 public/less/_repository.less (+7 -0)
📝 public/swagger.v1.json (+95 -0)
📝 routers/api/v1/api.go (+2 -0)
📝 routers/api/v1/repo/issue.go (+70 -1)
📝 routers/api/v1/swagger/issue.go (+7 -0)
📝 routers/api/v1/swagger/options.go (+2 -0)
📝 routers/repo/issue.go (+0 -48)
📝 routers/routes/routes.go (+0 -2)
📝 templates/repo/issue/view_content/sidebar.tmpl (+36 -31)

📄 Description

As stated in #3794, this pr implements an api endpoint to manage issue deadlines. Managing an issue deadline is now done entirely via the api.

Blocked by go-gitea/go-sdk#105


🔄 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/3890 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 5/2/2018 **Status:** ✅ Merged **Merged:** 7/16/2018 **Merged by:** [@jonasfranz](https://github.com/jonasfranz) **Base:** `master` ← **Head:** `issue-due-date-api` --- ### 📝 Commits (10+) - [`1a905b2`](https://github.com/go-gitea/gitea/commit/1a905b2b8cfd16de792ffb50cf255988f712bafc) Implemented basic api endpoint to manage deadlines - [`794ac07`](https://github.com/go-gitea/gitea/commit/794ac072cd28473b28ec7ea044229800a0b9a79d) Fixed checking for permissions - [`cf3313b`](https://github.com/go-gitea/gitea/commit/cf3313b998aca6b53b0236218a616a63600b754b) Merge branch 'master' of https://github.com/go-gitea/gitea into issue-due-date-api - [`d27bb3e`](https://github.com/go-gitea/gitea/commit/d27bb3eb9b7b686c55c56d7d8d4d199a95bb01fc) Updating a deadline from the ui is now entirely done via the api - [`6c32b3d`](https://github.com/go-gitea/gitea/commit/6c32b3df8fe84a6f794499196bed19c233bdbee7) cleanup - [`51cd3d7`](https://github.com/go-gitea/gitea/commit/51cd3d7cc4e3a0c82ec093b60096985d1d776963) Cosmetics - [`11bb494`](https://github.com/go-gitea/gitea/commit/11bb494fb17d6b8aefe7b111210238b54c7398d4) fixed lint + fmt - [`4a31c8a`](https://github.com/go-gitea/gitea/commit/4a31c8a3aaa799a0f5a2e44a47ecafefc9d170f3) Merge branch 'master' of https://github.com/go-gitea/gitea into issue-due-date-api - [`3f67df2`](https://github.com/go-gitea/gitea/commit/3f67df25193449a828074eee23458937d19e321a) Added swagger model definition for deadline response - [`037ce0c`](https://github.com/go-gitea/gitea/commit/037ce0ce45283b7aa10675dd109dcc317df05e56) Merge branch 'master' of https://github.com/go-gitea/gitea into issue-due-date-api ### 📊 Changes **12 files changed** (+258 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `options/locale/locale_en-US.ini` (+1 -0) 📝 `public/css/index.css` (+1 -1) 📝 `public/js/index.js` (+37 -7) 📝 `public/less/_repository.less` (+7 -0) 📝 `public/swagger.v1.json` (+95 -0) 📝 `routers/api/v1/api.go` (+2 -0) 📝 `routers/api/v1/repo/issue.go` (+70 -1) 📝 `routers/api/v1/swagger/issue.go` (+7 -0) 📝 `routers/api/v1/swagger/options.go` (+2 -0) 📝 `routers/repo/issue.go` (+0 -48) 📝 `routers/routes/routes.go` (+0 -2) 📝 `templates/repo/issue/view_content/sidebar.tmpl` (+36 -31) </details> ### 📄 Description As stated in #3794, this pr implements an api endpoint to manage issue deadlines. Managing an issue deadline is now done entirely via the api. ~~Blocked by go-gitea/go-sdk#105~~ --- <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:26:57 -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#17128