[PR #181] [CLOSED] Tab on user profile to show starred repos #15208

Closed
opened 2025-11-02 11:41:21 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/181
Author: @andreynering
Created: 11/15/2016
Status: Closed

Base: masterHead: gitea/stars


📝 Commits (4)

  • f8582d6 Tab on user profile to show starred repos
  • bd2d43c Make golint happy and use transactions on StarRepo function
  • a5479e7 x -> sess
  • 4476ee3 Use sess.Close() instead of sess.Rollback()

📊 Changes

7 files changed (+111 additions, -74 deletions)

View changed files

📝 cmd/web.go (+0 -1)
📝 conf/locale/locale_en-US.ini (+1 -0)
📝 models/repo.go (+0 -58)
models/star.go (+83 -0)
📝 routers/user/profile.go (+8 -5)
📝 templates/base/head.tmpl (+4 -0)
📝 templates/user/profile.tmpl (+15 -10)

📄 Description

Improvements pending for future PRs:

  • Have a timestamp in star table and order by it
  • Pagination
  • Filter

🔄 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/181 **Author:** [@andreynering](https://github.com/andreynering) **Created:** 11/15/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `gitea/stars` --- ### 📝 Commits (4) - [`f8582d6`](https://github.com/go-gitea/gitea/commit/f8582d61908c4d26efb2aa4c9eeb0729615abb44) Tab on user profile to show starred repos - [`bd2d43c`](https://github.com/go-gitea/gitea/commit/bd2d43c563d841382e294edfaed2a02223b429f2) Make golint happy and use transactions on StarRepo function - [`a5479e7`](https://github.com/go-gitea/gitea/commit/a5479e7f456638702f4e72fb9d16f358cf752ae1) x -> sess - [`4476ee3`](https://github.com/go-gitea/gitea/commit/4476ee3c676539a05c00efa4e4e777c4957d1032) Use sess.Close() instead of sess.Rollback() ### 📊 Changes **7 files changed** (+111 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `cmd/web.go` (+0 -1) 📝 `conf/locale/locale_en-US.ini` (+1 -0) 📝 `models/repo.go` (+0 -58) ➕ `models/star.go` (+83 -0) 📝 `routers/user/profile.go` (+8 -5) 📝 `templates/base/head.tmpl` (+4 -0) 📝 `templates/user/profile.tmpl` (+15 -10) </details> ### 📄 Description Improvements pending for future PRs: - Have a timestamp in star table and order by it - Pagination - Filter --- <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:41:21 -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#15208