[PR #3013] [MERGED] Memory usage improvements #16715

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3013
Author: @mrexodia
Created: 11/28/2017
Status: Merged
Merged: 11/29/2017
Merged by: @lunny

Base: masterHead: memory-usage-improvements


📝 Commits (3)

  • cd865cb govendor update code.gitea.io/git
  • bbeb44e Greatly improve memory usage
  • e971883 Merge branch 'master' into memory-usage-improvements

📊 Changes

9 files changed (+86 additions, -22 deletions)

View changed files

📝 modules/context/repo.go (+3 -0)
📝 routers/repo/download.go (+2 -1)
📝 routers/repo/editor.go (+7 -2)
📝 routers/repo/issue.go (+3 -0)
📝 routers/repo/view.go (+19 -10)
📝 vendor/code.gitea.io/git/blob.go (+46 -4)
📝 vendor/code.gitea.io/git/commit.go (+2 -1)
📝 vendor/code.gitea.io/git/git.go (+1 -1)
📝 vendor/vendor.json (+3 -3)

📄 Description

related issue: #2669

closes #3011 (since that change is included in my vendor update)


🔄 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/3013 **Author:** [@mrexodia](https://github.com/mrexodia) **Created:** 11/28/2017 **Status:** ✅ Merged **Merged:** 11/29/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `memory-usage-improvements` --- ### 📝 Commits (3) - [`cd865cb`](https://github.com/go-gitea/gitea/commit/cd865cbf9eb677f71498899e480e4f9272c475de) govendor update code.gitea.io/git - [`bbeb44e`](https://github.com/go-gitea/gitea/commit/bbeb44e5af212a6a6062336aac05d3cdba94ecfa) Greatly improve memory usage - [`e971883`](https://github.com/go-gitea/gitea/commit/e9718831eb121c762d2c0a9bdcc3cc69fe4c9b78) Merge branch 'master' into memory-usage-improvements ### 📊 Changes **9 files changed** (+86 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `modules/context/repo.go` (+3 -0) 📝 `routers/repo/download.go` (+2 -1) 📝 `routers/repo/editor.go` (+7 -2) 📝 `routers/repo/issue.go` (+3 -0) 📝 `routers/repo/view.go` (+19 -10) 📝 `vendor/code.gitea.io/git/blob.go` (+46 -4) 📝 `vendor/code.gitea.io/git/commit.go` (+2 -1) 📝 `vendor/code.gitea.io/git/git.go` (+1 -1) 📝 `vendor/vendor.json` (+3 -3) </details> ### 📄 Description related issue: #2669 closes #3011 (since that change is included in my vendor update) --- <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:04 -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#16715