[PR #926] [MERGED] Batch updates for issues #15656

Closed
opened 2025-11-02 11:51:39 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/926
Author: @ethantkoenig
Created: 2/14/2017
Status: Merged
Merged: 3/15/2017
Merged by: @bkcsoft

Base: masterHead: actions_on_issues


📝 Commits (3)

📊 Changes

11 files changed (+363 additions, -131 deletions)

View changed files

📝 cmd/web.go (+5 -6)
📝 models/issue.go (+10 -0)
📝 models/issue_test.go (+16 -0)
📝 options/locale/locale_en-US.ini (+7 -0)
📝 public/css/index.css (+3 -0)
📝 public/js/index.js (+67 -13)
📝 public/less/_repository.less (+4 -0)
📝 routers/repo/issue.go (+71 -22)
📝 routers/repo/issue_label.go (+41 -15)
📝 templates/repo/issue/list.tmpl (+135 -71)
📝 templates/repo/issue/view_content.tmpl (+4 -4)

📄 Description

#868

Updates the

  • :reponame/issues/:index/label
  • :reponame/issues/:index/milestone
  • :reponame/issues/:index/assignee

endpoints to allow for multiple issues.

Also adds a front-end for opening/closing/assigning/labelling/milestoning multiple issues at once.

Screenshot

I am by no means a front-end expert, so any feedback is welcome 😄


🔄 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/926 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 2/14/2017 **Status:** ✅ Merged **Merged:** 3/15/2017 **Merged by:** [@bkcsoft](https://github.com/bkcsoft) **Base:** `master` ← **Head:** `actions_on_issues` --- ### 📝 Commits (3) - [`ceb6cc3`](https://github.com/go-gitea/gitea/commit/ceb6cc3de94112ecbc24b2d228c1f8c84ad68a66) Batch updates for issues - [`49dbbb1`](https://github.com/go-gitea/gitea/commit/49dbbb1954dd39edc624ee7d59d222d8c3981e86) Efficiency improvements - [`0d2a991`](https://github.com/go-gitea/gitea/commit/0d2a9915d6146036bfd7225942a1389b3ff4f7bc) Update _repository.less ### 📊 Changes **11 files changed** (+363 additions, -131 deletions) <details> <summary>View changed files</summary> 📝 `cmd/web.go` (+5 -6) 📝 `models/issue.go` (+10 -0) 📝 `models/issue_test.go` (+16 -0) 📝 `options/locale/locale_en-US.ini` (+7 -0) 📝 `public/css/index.css` (+3 -0) 📝 `public/js/index.js` (+67 -13) 📝 `public/less/_repository.less` (+4 -0) 📝 `routers/repo/issue.go` (+71 -22) 📝 `routers/repo/issue_label.go` (+41 -15) 📝 `templates/repo/issue/list.tmpl` (+135 -71) 📝 `templates/repo/issue/view_content.tmpl` (+4 -4) </details> ### 📄 Description #868 Updates the - `:reponame/issues/:index/label` - `:reponame/issues/:index/milestone` - `:reponame/issues/:index/assignee` endpoints to allow for multiple issues. Also adds a front-end for opening/closing/assigning/labelling/milestoning multiple issues at once. ![Screenshot](https://cloud.githubusercontent.com/assets/8990880/22994330/8e8eec6c-f394-11e6-93e3-c167c6829c2b.png) I am by no means a front-end expert, so any feedback is welcome :smile: --- <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 11:51:39 -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#15656