[PR #3012] [MERGED] Fix API-Endpoint release (#3005) #16714

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3012
Author: @SnowMB
Created: 11/28/2017
Status: Merged
Merged: 1/16/2018
Merged by: @lafriks

Base: masterHead: fix_api_release


📝 Commits (7)

  • 85d0c28 Fix API-Endpoint release (#3005)
  • d21da94 Using context.ReferencesGitRepo(); doing the same in the PATCH route.
  • 6b99eee fix returns
  • ef92108 Merge branch 'master' into fix_api_release
  • 3187809 Add release create and get test
  • 42d77d4 Merge branch 'master' into fix_api_release
  • fc48827 Add also test edit

📊 Changes

3 files changed (+91 additions, -3 deletions)

View changed files

integrations/api_releases_test.go (+85 -0)
📝 routers/api/v1/api.go (+2 -2)
📝 routers/api/v1/repo/release.go (+4 -1)

📄 Description

I'm just getting started with go. But here is my try to fix #3005 😁


🔄 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/3012 **Author:** [@SnowMB](https://github.com/SnowMB) **Created:** 11/28/2017 **Status:** ✅ Merged **Merged:** 1/16/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `fix_api_release` --- ### 📝 Commits (7) - [`85d0c28`](https://github.com/go-gitea/gitea/commit/85d0c28d7e23dd7a6953a2753bbef5eaef5cb1a1) Fix API-Endpoint release (#3005) - [`d21da94`](https://github.com/go-gitea/gitea/commit/d21da94e2c679f96c4d3783415b17bb239e22800) Using context.ReferencesGitRepo(); doing the same in the PATCH route. - [`6b99eee`](https://github.com/go-gitea/gitea/commit/6b99eeeae968a84a7187b35b6f4019b16b5c8212) fix returns - [`ef92108`](https://github.com/go-gitea/gitea/commit/ef921083d9bfa7f8eeeba2974e2cf39baeff37aa) Merge branch 'master' into fix_api_release - [`3187809`](https://github.com/go-gitea/gitea/commit/3187809ff6992fc9d4965254d299aa1b7cbb9d98) Add release create and get test - [`42d77d4`](https://github.com/go-gitea/gitea/commit/42d77d458a0747df8b2dbf8400c1cce94aa4c506) Merge branch 'master' into fix_api_release - [`fc48827`](https://github.com/go-gitea/gitea/commit/fc488275584b8384902fbbf2bc5111eb59c7f3eb) Add also test edit ### 📊 Changes **3 files changed** (+91 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `integrations/api_releases_test.go` (+85 -0) 📝 `routers/api/v1/api.go` (+2 -2) 📝 `routers/api/v1/repo/release.go` (+4 -1) </details> ### 📄 Description I'm just getting started with go. But here is my try to fix #3005 😁 --- <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:17:02 -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#16714