[PR #2841] [MERGED] Fix API raw requests for commits and tags #16628

Closed
opened 2025-11-02 12:15:00 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2841
Author: @lafriks
Created: 11/3/2017
Status: Merged
Merged: 11/3/2017
Merged by: @lafriks

Base: masterHead: LFlare-fix/2824_drone-webhook-fix


📝 Commits (4)

  • 98bc36f Fix Drone webhook integration
  • 2692da8 Add educated guess for reporef when used in API
  • f31cdaf Small refactoring and add tests
  • 58c127e Merge branch 'master' into LFlare-fix/2824_drone-webhook-fix

📊 Changes

3 files changed (+33 additions, -2 deletions)

View changed files

integrations/api_repo_raw_test.go (+28 -0)
📝 modules/context/repo.go (+4 -1)
📝 routers/api/v1/api.go (+1 -1)

📄 Description

Fixes #2824

Replaces #2836


🔄 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/2841 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 11/3/2017 **Status:** ✅ Merged **Merged:** 11/3/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `LFlare-fix/2824_drone-webhook-fix` --- ### 📝 Commits (4) - [`98bc36f`](https://github.com/go-gitea/gitea/commit/98bc36f90ff6ec90702da3ccd723e1990ba40ddf) Fix Drone webhook integration - [`2692da8`](https://github.com/go-gitea/gitea/commit/2692da87bf1bc2db8528aeb7a91d505fab5f6812) Add educated guess for reporef when used in API - [`f31cdaf`](https://github.com/go-gitea/gitea/commit/f31cdaf0d79fe37f8cf25b3a9c7232a098e92c30) Small refactoring and add tests - [`58c127e`](https://github.com/go-gitea/gitea/commit/58c127e94b81f58f7c81515301f02fa4409006d2) Merge branch 'master' into LFlare-fix/2824_drone-webhook-fix ### 📊 Changes **3 files changed** (+33 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `integrations/api_repo_raw_test.go` (+28 -0) 📝 `modules/context/repo.go` (+4 -1) 📝 `routers/api/v1/api.go` (+1 -1) </details> ### 📄 Description Fixes #2824 Replaces #2836 --- <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 12:15:00 -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#16628