[PR #780] [MERGED] Add possibility to record branch information in an issue #15569

Closed
opened 2025-11-02 11:49:38 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/780
Author: @gzsombor
Created: 1/27/2017
Status: Merged
Merged: 8/24/2017
Merged by: @lafriks

Base: masterHead: master


📝 Commits (1)

  • 2ed4edf Add possibility to record branch or tag information in an issue

📊 Changes

9 files changed (+78 additions, -0 deletions)

View changed files

📝 models/issue.go (+1 -0)
📝 modules/auth/repo_form.go (+1 -0)
📝 options/locale/locale_en-US.ini (+1 -0)
📝 public/js/index.js (+17 -0)
📝 routers/repo/issue.go (+10 -0)
templates/repo/issue/branch_selector_field.tmpl (+41 -0)
📝 templates/repo/issue/list.tmpl (+3 -0)
📝 templates/repo/issue/new_form.tmpl (+2 -0)
📝 templates/repo/issue/view_content/sidebar.tmpl (+2 -0)

📄 Description

This patch add a new field to the 'issue' entity, named 'branch' with the necessary UI to specify which branch this issue is referring.
Searching, filtering and editing is not yet implemented, so the branch can only specified when creating the issue


🔄 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/780 **Author:** [@gzsombor](https://github.com/gzsombor) **Created:** 1/27/2017 **Status:** ✅ Merged **Merged:** 8/24/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`2ed4edf`](https://github.com/go-gitea/gitea/commit/2ed4edfad7dbe7a1e3c4d572bd24ab3a23256d1f) Add possibility to record branch or tag information in an issue ### 📊 Changes **9 files changed** (+78 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `models/issue.go` (+1 -0) 📝 `modules/auth/repo_form.go` (+1 -0) 📝 `options/locale/locale_en-US.ini` (+1 -0) 📝 `public/js/index.js` (+17 -0) 📝 `routers/repo/issue.go` (+10 -0) ➕ `templates/repo/issue/branch_selector_field.tmpl` (+41 -0) 📝 `templates/repo/issue/list.tmpl` (+3 -0) 📝 `templates/repo/issue/new_form.tmpl` (+2 -0) 📝 `templates/repo/issue/view_content/sidebar.tmpl` (+2 -0) </details> ### 📄 Description This patch add a new field to the 'issue' entity, named 'branch' with the necessary UI to specify which branch this issue is referring. Searching, filtering and editing is not yet implemented, so the branch can only specified when creating the issue --- <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:49:38 -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#15569