[PR #449] [MERGED] issue comment api fix #15389

Closed
opened 2025-11-02 11:45:28 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/449
Author: @bkcsoft
Created: 12/22/2016
Status: Merged
Merged: 12/22/2016
Merged by: @lunny

Base: masterHead: bkcsoft/issue-comment-api


📝 Commits (2)

  • 8c6c1b3 ListAllInRepo & Delete Issue-Comments
  • d1b9b8c Moar data in issue-comments

📊 Changes

3 files changed (+113 additions, -6 deletions)

View changed files

📝 models/issue_comment.go (+60 -5)
📝 routers/api/v1/api.go (+6 -1)
📝 routers/api/v1/repo/issue_comment.go (+47 -0)

📄 Description

Migrated from gogits/gogs#3624

Closes #401


🔄 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/449 **Author:** [@bkcsoft](https://github.com/bkcsoft) **Created:** 12/22/2016 **Status:** ✅ Merged **Merged:** 12/22/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `bkcsoft/issue-comment-api` --- ### 📝 Commits (2) - [`8c6c1b3`](https://github.com/go-gitea/gitea/commit/8c6c1b323d98d497ade4f5a07c9489c4349cb08f) ListAllInRepo & Delete Issue-Comments - [`d1b9b8c`](https://github.com/go-gitea/gitea/commit/d1b9b8c46f40db1a5ddcae2e3bac97941bbe6cd4) Moar data in issue-comments ### 📊 Changes **3 files changed** (+113 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `models/issue_comment.go` (+60 -5) 📝 `routers/api/v1/api.go` (+6 -1) 📝 `routers/api/v1/repo/issue_comment.go` (+47 -0) </details> ### 📄 Description Migrated from gogits/gogs#3624 Closes #401 --- <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:45:28 -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#15389