[PR #588] [MERGED] Make releases faster than before and resolved #490 #15472

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/588
Author: @lunny
Created: 1/5/2017
Status: Merged
Merged: 1/6/2017
Merged by: @lunny

Base: masterHead: lunny/make_release_faster


📝 Commits (2)

📊 Changes

6 files changed (+169 additions, -64 deletions)

View changed files

📝 models/release.go (+13 -4)
📝 routers/repo/release.go (+46 -56)
📝 vendor/code.gitea.io/git/MAINTAINERS (+1 -0)
📝 vendor/code.gitea.io/git/repo_tag.go (+82 -0)
📝 vendor/code.gitea.io/git/tag.go (+24 -1)
📝 vendor/vendor.json (+3 -3)

📄 Description

I have tested github.com/microsoft/vscode. First releases page spent from 5s to 2s now. Of course, it's not the final optimization. We will improve this later.


🔄 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/588 **Author:** [@lunny](https://github.com/lunny) **Created:** 1/5/2017 **Status:** ✅ Merged **Merged:** 1/6/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/make_release_faster` --- ### 📝 Commits (2) - [`b9bfdc0`](https://github.com/go-gitea/gitea/commit/b9bfdc02e5eceaf33fe873af50f126c6eeeb5fae) make releases faster than before and resolved #490 - [`80dccd1`](https://github.com/go-gitea/gitea/commit/80dccd179cf552e10df65e8084df04ad3111a564) fix comment ### 📊 Changes **6 files changed** (+169 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `models/release.go` (+13 -4) 📝 `routers/repo/release.go` (+46 -56) 📝 `vendor/code.gitea.io/git/MAINTAINERS` (+1 -0) 📝 `vendor/code.gitea.io/git/repo_tag.go` (+82 -0) 📝 `vendor/code.gitea.io/git/tag.go` (+24 -1) 📝 `vendor/vendor.json` (+3 -3) </details> ### 📄 Description I have tested `github.com/microsoft/vscode`. First releases page spent from 5s to 2s now. Of course, it's not the final optimization. We will improve this later. --- <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:47:18 -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#15472