[PR #5609] [MERGED] mirror: Delete tags in mirror which are removed for original repo. #17865

Closed
opened 2025-11-02 16:18:22 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5609
Author: @HarshitOnGitHub
Created: 12/30/2018
Status: Merged
Merged: 12/31/2018
Merged by: @techknowlogick

Base: masterHead: Issue_5192


📝 Commits (2)

  • be09984 mirror: Delete tags in mirror which are removed for original repo.
  • b007dc9 Merge branch 'master' into Issue_5192

📊 Changes

2 files changed (+57 additions, -2 deletions)

View changed files

📝 models/release.go (+2 -2)
📝 models/release_test.go (+55 -0)

📄 Description

This bug was being caused by an error in the logic in release.go.
Credit to @yasuokav for tracing the root of the issue.
I have tested the changes manually as well as added an automated test.

Fixes: #5192.


🔄 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/5609 **Author:** [@HarshitOnGitHub](https://github.com/HarshitOnGitHub) **Created:** 12/30/2018 **Status:** ✅ Merged **Merged:** 12/31/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `Issue_5192` --- ### 📝 Commits (2) - [`be09984`](https://github.com/go-gitea/gitea/commit/be0998484d8185f518cbda0f3c2e40ebdee19bc0) mirror: Delete tags in mirror which are removed for original repo. - [`b007dc9`](https://github.com/go-gitea/gitea/commit/b007dc9b4ae1f5afe251239b1a19e3449222e551) Merge branch 'master' into Issue_5192 ### 📊 Changes **2 files changed** (+57 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `models/release.go` (+2 -2) 📝 `models/release_test.go` (+55 -0) </details> ### 📄 Description This bug was being caused by an error in the logic in `release.go`. Credit to @yasuokav for tracing the root of the issue. I have tested the changes manually as well as added an automated test. Fixes: #5192. --- <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 16:18:22 -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#17865