[PR #982] [MERGED] feat: expose url field on issue api. #15696

Closed
opened 2025-11-02 11:52:32 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/982
Author: @appleboy
Created: 2/19/2017
Status: Merged
Merged: 3/3/2017
Merged by: @lunny

Base: masterHead: api


📝 Commits (5)

📊 Changes

4 files changed (+28 additions, -0 deletions)

View changed files

📝 models/issue.go (+7 -0)
📝 models/issue_test.go (+9 -0)
📝 models/repo.go (+5 -0)
📝 models/repo_test.go (+7 -0)

📄 Description

fix https://github.com/go-gitea/gitea/issues/402


🔄 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/982 **Author:** [@appleboy](https://github.com/appleboy) **Created:** 2/19/2017 **Status:** ✅ Merged **Merged:** 3/3/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `api` --- ### 📝 Commits (5) - [`c425bd6`](https://github.com/go-gitea/gitea/commit/c425bd646223978b464ec136405e5991fd8c1fc6) Add api url func. - [`2d38a31`](https://github.com/go-gitea/gitea/commit/2d38a31a892e200d2f5fda12e09f84177b2e764b) fix: Add unit testing. - [`3bd9e8d`](https://github.com/go-gitea/gitea/commit/3bd9e8da2b004bf49034fbdc3fecf83f5657c216) fix: conflicts - [`d1071d6`](https://github.com/go-gitea/gitea/commit/d1071d6b29d78518978b937abb4a94547a61bb1b) fix: remove trim - [`b5d1bd5`](https://github.com/go-gitea/gitea/commit/b5d1bd5a7c8f29acb5881db647015cf3110dfbdd) fix: revert test function name. ### 📊 Changes **4 files changed** (+28 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `models/issue.go` (+7 -0) 📝 `models/issue_test.go` (+9 -0) 📝 `models/repo.go` (+5 -0) 📝 `models/repo_test.go` (+7 -0) </details> ### 📄 Description fix https://github.com/go-gitea/gitea/issues/402 --- <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:52:32 -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#15696