[PR #4823] [CLOSED] Issue priority #17510

Closed
opened 2025-11-02 13:46:44 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4823
Author: @BetaCat0
Created: 8/29/2018
Status: Closed

Base: mainHead: feature-priority


📝 Commits (10+)

  • 818f471 Priority updating api for issues (both web and api).
  • 87140e9 recovery vendor.
  • 5177834 remove update-issue-priority api temporarily
  • b38e733 fix comments
  • 8a021f2 fix issues & bug
  • 52109e3 fix issue
  • 461046b Web UI for issue pin/unpin
  • f9297e5 update vendor
  • ee58221 update vendor
  • 5d3c900 append -v to make vendor: to show what's actually going on during vendor updating.

📊 Changes

22 files changed (+552 additions, -209 deletions)

View changed files

📝 Gopkg.lock (+19 -179)
📝 Makefile (+1 -1)
📝 models/error.go (+23 -5)
📝 models/fixtures/issue.yml (+6 -0)
📝 models/issue.go (+20 -14)
models/issuse_priority.go (+63 -0)
models/issuse_priority_test.go (+44 -0)
models/transaction.go (+30 -0)
📝 modules/auth/repo_form.go (+6 -0)
📝 public/js/index.js (+22 -0)
📝 routers/api/v1/api.go (+3 -1)
📝 routers/api/v1/repo/issue.go (+118 -0)
📝 routers/repo/issue.go (+40 -0)
routers/repo/issue_test.go (+38 -0)
📝 routers/routes/routes.go (+3 -0)
📝 templates/repo/issue/list.tmpl (+12 -4)
📝 templates/swagger/v1_json.tmpl (+104 -0)
vendor/github.com/Unknwon/cae/tz/testdata/test.lnk (+0 -1)
vendor/github.com/Unknwon/cae/tz/testdata/testdir.lnk (+0 -1)
vendor/github.com/Unknwon/cae/zip/testdata/test.lnk (+0 -1)

...and 2 more files

📄 Description

Priority updating api for issues (both web and api).
The build will fail due to this PR.


🔄 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/4823 **Author:** [@BetaCat0](https://github.com/BetaCat0) **Created:** 8/29/2018 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature-priority` --- ### 📝 Commits (10+) - [`818f471`](https://github.com/go-gitea/gitea/commit/818f4715b15ace4ff112fd2e30063f5139549f6a) Priority updating api for issues (both web and api). - [`87140e9`](https://github.com/go-gitea/gitea/commit/87140e946c62bc95ac22911f24f0111b1c118c9d) recovery vendor. - [`5177834`](https://github.com/go-gitea/gitea/commit/51778344a5c7008a4446af6200cfc492ed0e5d1f) remove update-issue-priority api temporarily - [`b38e733`](https://github.com/go-gitea/gitea/commit/b38e7334a9a881384356dbb6ab2db84733ee64ac) fix comments - [`8a021f2`](https://github.com/go-gitea/gitea/commit/8a021f2ed9cd18af27b9ff73302e9ac3037e3101) fix issues & bug - [`52109e3`](https://github.com/go-gitea/gitea/commit/52109e3d3c2a93427062d7e6ae4b47697e38e932) fix issue - [`461046b`](https://github.com/go-gitea/gitea/commit/461046b9aff610677df564c55959dd37caaed27b) Web UI for issue pin/unpin - [`f9297e5`](https://github.com/go-gitea/gitea/commit/f9297e56a6ee2bcc71413b0f8c7b76b6e4aae263) update vendor - [`ee58221`](https://github.com/go-gitea/gitea/commit/ee58221d60cc0c57e0f72633c99a04de4a6154e3) update vendor - [`5d3c900`](https://github.com/go-gitea/gitea/commit/5d3c90074375050bd12f7b878ed25a3c8c5fec1c) append -v to make vendor: to show what's actually going on during vendor updating. ### 📊 Changes **22 files changed** (+552 additions, -209 deletions) <details> <summary>View changed files</summary> 📝 `Gopkg.lock` (+19 -179) 📝 `Makefile` (+1 -1) 📝 `models/error.go` (+23 -5) 📝 `models/fixtures/issue.yml` (+6 -0) 📝 `models/issue.go` (+20 -14) ➕ `models/issuse_priority.go` (+63 -0) ➕ `models/issuse_priority_test.go` (+44 -0) ➕ `models/transaction.go` (+30 -0) 📝 `modules/auth/repo_form.go` (+6 -0) 📝 `public/js/index.js` (+22 -0) 📝 `routers/api/v1/api.go` (+3 -1) 📝 `routers/api/v1/repo/issue.go` (+118 -0) 📝 `routers/repo/issue.go` (+40 -0) ➕ `routers/repo/issue_test.go` (+38 -0) 📝 `routers/routes/routes.go` (+3 -0) 📝 `templates/repo/issue/list.tmpl` (+12 -4) 📝 `templates/swagger/v1_json.tmpl` (+104 -0) ➖ `vendor/github.com/Unknwon/cae/tz/testdata/test.lnk` (+0 -1) ➖ `vendor/github.com/Unknwon/cae/tz/testdata/testdir.lnk` (+0 -1) ➖ `vendor/github.com/Unknwon/cae/zip/testdata/test.lnk` (+0 -1) _...and 2 more files_ </details> ### 📄 Description Priority updating api for issues (both web and api). The build will fail due to this [PR](https://github.com/go-gitea/go-sdk/pull/117). --- <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 13:46:44 -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#17510