[PR #248] [MERGED] [API] Pull Requests #15256

Closed
opened 2025-11-02 11:42:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/248
Author: @bkcsoft
Created: 11/25/2016
Status: Merged
Merged: 12/2/2016
Merged by: @bkcsoft

Base: masterHead: api/pull-requests


📝 Commits (5)

📊 Changes

6 files changed (+592 additions, -0 deletions)

View changed files

📝 models/error.go (+22 -0)
📝 models/issue.go (+16 -0)
📝 models/pull.go (+84 -0)
📝 modules/context/api.go (+22 -0)
📝 routers/api/v1/api.go (+15 -0)
routers/api/v1/repo/pull.go (+433 -0)

📄 Description

Add Pull-Request API

Migrated and Rebased from https://github.com/gogits/gogs/pull/3755


🔄 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/248 **Author:** [@bkcsoft](https://github.com/bkcsoft) **Created:** 11/25/2016 **Status:** ✅ Merged **Merged:** 12/2/2016 **Merged by:** [@bkcsoft](https://github.com/bkcsoft) **Base:** `master` ← **Head:** `api/pull-requests` --- ### 📝 Commits (5) - [`a77d066`](https://github.com/go-gitea/gitea/commit/a77d0664482e10825cd2993c3777b33b3f9dd06d) Rebased on Gitea - [`04aebf5`](https://github.com/go-gitea/gitea/commit/04aebf57157c55e1e9ef33b203115abc5d36b92a) linting - [`3741173`](https://github.com/go-gitea/gitea/commit/3741173434911444a631c84994682eb5934528ec) Lint, Clean-up, Type-o - [`6f22001`](https://github.com/go-gitea/gitea/commit/6f220010a8c35881fe4931388a7ebf2114b646fe) API uses query-args for parameters - [`4dbead0`](https://github.com/go-gitea/gitea/commit/4dbead0006c4991cbb17d373e7e3e0bf857e9a0d) More options for fetching PRs via API ### 📊 Changes **6 files changed** (+592 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `models/error.go` (+22 -0) 📝 `models/issue.go` (+16 -0) 📝 `models/pull.go` (+84 -0) 📝 `modules/context/api.go` (+22 -0) 📝 `routers/api/v1/api.go` (+15 -0) ➕ `routers/api/v1/repo/pull.go` (+433 -0) </details> ### 📄 Description Add Pull-Request API Migrated and Rebased from https://github.com/gogits/gogs/pull/3755 --- <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:42:27 -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#15256